修改连接

This commit is contained in:
ms group dev 2019-12-29 21:25:16 +08:00
parent 35b35f4f9f
commit 644a653141
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
spring:
datasource:
url: jdbc:mysql://imingsoft.cn:3307/db-mcms-5.0?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true
username: mcms
password: mcms
url: jdbc:mysql://localhost:3306/db-mcms-open?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true
username: root
password: root
filters: wall,mergeStat
type: com.alibaba.druid.pool.DruidDataSource