parent
d9175124ee
commit
03e2ac9b32
3 changed files with 9 additions and 5 deletions
@ -1,6 +1,6 @@ |
|||||||
spring: |
spring: |
||||||
datasource: |
datasource: |
||||||
url: jdbc:mysql://localhost:3306/db-mcms?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true |
url: jdbc:mysql://localhost:3306/db-mcms-open?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true |
||||||
username: root |
username: root |
||||||
password: root |
password: root |
||||||
filters: wall,mergeStat |
filters: wall,mergeStat |
||||||
|
|||||||
@ -1 +1,7 @@ |
|||||||
mcms4.7.0 Oracle数据库暂不支持 |
spring: |
||||||
|
datasource: |
||||||
|
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 |
||||||
Loading…
Reference in new issue