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

7 lines
249 B
YAML
Raw Normal View History

2019-01-26 18:13:27 +08:00
spring:
datasource:
2019-01-29 15:30:55 +08:00
url: jdbc:mysql://localhost:3306/mcms?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false
2019-01-26 18:13:27 +08:00
username: root
password: root
filters: wall,mergeStat
type: com.alibaba.druid.pool.DruidDataSource