diff --git a/continew-admin-webapi/pom.xml b/continew-admin-webapi/pom.xml
index a8495996..245c4a78 100644
--- a/continew-admin-webapi/pom.xml
+++ b/continew-admin-webapi/pom.xml
@@ -17,11 +17,11 @@
top.continew.admin.ContiNewAdminApplication
- bin
+ bin/
- config
+ config/
- lib
+ lib/
@@ -75,19 +75,22 @@
${config-path}/
+ db/
+ templates/
+ logback-spring.xml
${main-class}
- ../${lib-path}/
+ ../${lib-path}
true
false
- ../${config-path}/
+ ../${config-path}
${project.build.directory}/app/${bin-path}
@@ -123,14 +126,19 @@
+
+ src/main/resources/${config-path}
+
src/main/resources
- ${config-path}/
+ db/
+ templates/
+ logback-spring.xml
- ${project.build.directory}/app
+ ${project.build.directory}/app/${config-path}