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

7 lines
257 B
YAML
Raw Normal View History

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