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

7 lines
255 B
YAML
Raw Normal View History

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