|
|
@@ -1,8 +1,7 @@
|
|
|
spring:
|
|
|
datasource:
|
|
|
- driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
|
|
- url: jdbc:sqlserver://localhost:1433;DatabaseName=db-mcms
|
|
|
+ url: jdbc:mysql://localhost:3306/mcms?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&allowMultiQueries=true&useSSL=true
|
|
|
username: root
|
|
|
password: root
|
|
|
filters: wall,mergeStat
|
|
|
- type: com.alibaba.druid.pool.DruidDataSource
|
|
|
+ type: com.alibaba.druid.pool.DruidDataSource
|