添加日志路输出径自定义配置

This commit is contained in:
cjl
2019-02-22 14:38:58 +08:00
parent b8aa180ed0
commit 3ce770bbfb
3 changed files with 7 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ server.port=8080
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/jsh_erp?useUnicode=true&characterEncoding=utf8&useCursorFetch=true&defaultFetchSize=500&allowMultiQueries=true&rewriteBatchedStatements=true&useSSL=false
spring.datasource.driverClassName=com.mysql.jdbc.Driver
spring.datasource.username=root
spring.datasource.password=1234
spring.datasource.password=123456
#generatorConfig专用属性
project=src/main/java
resource=src/main/resources