修数据库链接

This commit is contained in:
sgjj 2020-08-07 09:48:30 +08:00
parent 78a8b4c48c
commit a8e8f68187
1 changed files with 3 additions and 3 deletions

View File

@ -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