msopen/src/main/resources/application-dev.yml

7 lines
258 B
YAML
Raw Normal View History

2019-01-04 17:37:43 +08:00
spring:
datasource:
url: jdbc:mysql://127.0.0.1:3306/db-mcms-4-6-1?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false
username: root
password: root
2019-01-15 00:54:12 +08:00
filters: wall,mergeStat
type: com.alibaba.druid.pool.DruidDataSource