parent
c42211f290
commit
a7a0332330
2 changed files with 5 additions and 18 deletions
@ -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 |
||||
|
||||
Loading…
Reference in new issue