parent
2b83e417b7
commit
8efd355808
1 changed files with 2 additions and 2 deletions
@ -1,7 +1,7 @@ |
|||||||
spring: |
spring: |
||||||
datasource: |
datasource: |
||||||
url: jdbc:mysql:/localhost:3306/mcms?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&allowMultiQueries=true&useSSL=true |
url: jdbc:mysql://localhost:3306/mcms?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&allowMultiQueries=true&useSSL=true |
||||||
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