parent
b35d2e6bba
commit
aa96601681
1 changed files with 3 additions and 3 deletions
@ -1,7 +1,7 @@ |
||||
spring: |
||||
datasource: |
||||
url: jdbc:mysql://localhost:3306/db-mcms-open?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true |
||||
username: root |
||||
password: root |
||||
url: jdbc:mysql://192.168.0.8:3316/mcms-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