You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
315 B
8 lines
315 B
spring: |
|
datasource: |
|
url: jdbc:mysql://192.168.0.8:3316/mcms-5.2?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&allowMultiQueries=true&useSSL=true |
|
username: mcms |
|
password: mcms |
|
filters: wall,mergeStat |
|
type: com.alibaba.druid.pool.DruidDataSource |
|
|
|
|