diff --git a/pom.xml b/pom.xml
index d8f2bfc..4d7cfd2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,6 +36,16 @@
8
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ 3.0.2
+
+
+ log4j2-test.xml
+
+
+
org.springframework.boot
spring-boot-maven-plugin
diff --git a/src/main/resources/log4j2-test.xml b/src/main/resources/log4j2-test.xml
new file mode 100644
index 0000000..61868ac
--- /dev/null
+++ b/src/main/resources/log4j2-test.xml
@@ -0,0 +1,39 @@
+
+
+
+ ./logs
+ UTF-8
+ [%-d{HH:mm:ss.SSS} %5level][%logger.%method():%-3L][%thread]: %msg%n
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file