Commit 55b338db authored by wujj's avatar wujj

init

parent c1b81d0d
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
#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: spring:
datasource: datasource:
driver-class-name: dm.jdbc.driver.DmDriver url: jdbc:mysql://localhost:3306/mcms?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&serverTimezone=Asia/Shanghai
url: jdbc:dm://192.168.0.8:5236 username: root
username: SYSDBA password: 123456
password: SYSDBA
filters: wall,mergeStat filters: wall,mergeStat
type: com.alibaba.druid.pool.DruidDataSource type: com.alibaba.druid.pool.DruidDataSource
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment