|
|
|
@@ -3,9 +3,9 @@ spring: |
|
|
|
include: rabbitMQ |
|
|
|
# JDBC |
|
|
|
datasource: |
|
|
|
url: jdbc:mysql://localhost:3306/mallinkDev?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true |
|
|
|
username: userone |
|
|
|
password: wgq2WYJ2018Mb@#$ |
|
|
|
url: jdbc:mysql://202.165.179.86:3306/mallinkDev?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true |
|
|
|
username: ENC(dZ8fmrtuBMQYaRytKQgTqg==) |
|
|
|
password: ENC(WGu0+1DPIHrqorDhrbq1+7wr7xNG53mN) |
|
|
|
type: com.alibaba.druid.pool.DruidDataSource |
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
|
filters: stat |
|
|
|
|