parent
c1b81d0dab
commit
55b338db4e
6 changed files with 807 additions and 20 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,16 +1,8 @@ |
||||
#spring: |
||||
# datasource: |
||||
# url: jdbc:mysql://192.168.0.8:3316/mcms-dev-5.2-1?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&serverTimezone=Asia/Shanghai |
||||
# username: admin |
||||
# password: 123456789 |
||||
# filters: wall,mergeStat |
||||
# type: com.alibaba.druid.pool.DruidDataSource |
||||
|
||||
spring: |
||||
datasource: |
||||
driver-class-name: dm.jdbc.driver.DmDriver |
||||
url: jdbc:dm://192.168.0.8:5236 |
||||
username: SYSDBA |
||||
password: SYSDBA |
||||
url: jdbc:mysql://localhost:3306/mcms?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&serverTimezone=Asia/Shanghai |
||||
username: root |
||||
password: 123456 |
||||
filters: wall,mergeStat |
||||
type: com.alibaba.druid.pool.DruidDataSource |
||||
type: com.alibaba.druid.pool.DruidDataSource |
||||
|
||||
|
||||
Loading…
Reference in new issue