parent
78a8b4c48c
commit
a8e8f68187
1 changed files with 3 additions and 3 deletions
@ -1,7 +1,7 @@ |
||||
spring: |
||||
datasource: |
||||
url: jdbc:mysql://localhost:3306/wx-5.1?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&serverTimezone=Asia/Shanghai |
||||
username: root |
||||
password: root |
||||
url: jdbc:mysql://192.168.0.8:3316/mcms-dev-5.1?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&serverTimezone=Asia/Shanghai |
||||
username: mcms |
||||
password: mcms |
||||
filters: wall,mergeStat |
||||
type: com.alibaba.druid.pool.DruidDataSource |
||||
|
||||
Loading…
Reference in new issue