|
@@ -4,8 +4,8 @@ spring:
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
driverClassName: com.mysql.jdbc.Driver
|
|
driverClassName: com.mysql.jdbc.Driver
|
|
|
druid:
|
|
druid:
|
|
|
-# break-after-acquire-failure: true
|
|
|
|
|
-# connection-error-retry-attempts: 1
|
|
|
|
|
|
|
+ # break-after-acquire-failure: true
|
|
|
|
|
+ # connection-error-retry-attempts: 1
|
|
|
# 主库数据源
|
|
# 主库数据源
|
|
|
master:
|
|
master:
|
|
|
url: jdbc:mysql://pc-uf6y41z2eu263pi22.rwlb.rds.aliyuncs.com:3306/ssbtest?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
url: jdbc:mysql://pc-uf6y41z2eu263pi22.rwlb.rds.aliyuncs.com:3306/ssbtest?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|