Commit 33a3bfd7 by zhangkb

修改logback配置和pom打包方式

parent 9f09dd63
......@@ -228,6 +228,7 @@
<includes>
<include>*.yml</include>
<include>**/*.xml</include>
<include>**/*.properties</include>
</includes>
</resource>
</resources>
......
......@@ -14,9 +14,9 @@
<connectionSource
class="ch.qos.logback.core.db.DriverManagerConnectionSource">
<driverClass>com.mysql.jdbc.Driver</driverClass>
<url>jdbc:mysql://192.168.0.192:3306/cgn2_dev</url>
<user>test</user>
<password>test</password>
<url>${spring.datasource.url}</url>
<user>${spring.datasource.username}</user>
<password>${spring.datasource.password}</password>
</connectionSource>
</appender>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment