parent
60bd4c00e0
commit
4cf31d35a2
3 changed files with 4 additions and 13 deletions
@ -1,6 +1,6 @@ |
|||||||
spring: |
spring: |
||||||
datasource: |
datasource: |
||||||
url: jdbc:mysql://localhost:3306/tag?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false |
url: jdbc:mysql://localhost:3306/db-mcms?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,6 +1,7 @@ |
|||||||
spring: |
spring: |
||||||
datasource: |
datasource: |
||||||
url: jdbc:mysql://localhost:3306/mcms?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false |
driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver |
||||||
|
url: jdbc:sqlserver://localhost:1433;DatabaseName=db-mcms |
||||||
username: root |
username: root |
||||||
password: root |
password: root |
||||||
filters: wall,mergeStat |
filters: wall,mergeStat |
||||||
|
|||||||
@ -1,11 +1 @@ |
|||||||
server: |
mcms4.7.0 Oracle数据库暂不支持 |
||||||
port: 4000 |
|
||||||
servlet.context-path: / |
|
||||||
|
|
||||||
spring: |
|
||||||
datasource: |
|
||||||
url: jdbc:mysql://172.17.0.4:3306/mcms-4.7.0?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false |
|
||||||
username: root |
|
||||||
password: root |
|
||||||
filters: wall,mergeStat |
|
||||||
type: com.alibaba.druid.pool.DruidDataSource |
|
||||||
Loading…
Reference in new issue