Commit ac5315d9 by stylefeng

更新配置

parent 6c9889b6
......@@ -40,6 +40,7 @@ spring:
url: jdbc:mysql://127.0.0.1:3306/guns?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=UTC
username: root
password: root
db-name: guns #用来搜集数据库的所有表
filters: wall,mergeStat
---
......@@ -53,6 +54,7 @@ guns:
url: jdbc:mysql://127.0.0.1:3306/guns?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=UTC
username: root
password: root
db-name: guns #用来搜集数据库的所有表
filters: wall,mergeStat
muti-datasource:
open: false
......
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