parent
c42211f290
commit
a7a0332330
2 changed files with 5 additions and 18 deletions
@ -1,8 +1,7 @@ |
|||||||
spring: |
spring: |
||||||
datasource: |
datasource: |
||||||
driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver |
url: jdbc:mysql://localhost:3306/mcms?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&allowMultiQueries=true&useSSL=true |
||||||
url: jdbc:sqlserver://localhost:1433;DatabaseName=db-mcms |
|
||||||
username: root |
username: root |
||||||
password: root |
password: root |
||||||
filters: wall,mergeStat |
filters: wall,mergeStat |
||||||
type: com.alibaba.druid.pool.DruidDataSource |
type: com.alibaba.druid.pool.DruidDataSource |
||||||
|
|||||||
Loading…
Reference in new issue