|
|
@ -2,11 +2,11 @@
|
|
|
|
spring:
|
|
|
|
spring:
|
|
|
|
datasource:
|
|
|
|
datasource:
|
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
|
driverClassName: com.mysql.jdbc.Driver
|
|
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
|
|
druid:
|
|
|
|
druid:
|
|
|
|
# 主库数据源
|
|
|
|
# 主库数据源
|
|
|
|
master:
|
|
|
|
master:
|
|
|
|
url: jdbc:mysql://localhost:3306/ry?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true
|
|
|
|
url: jdbc:mysql://localhost:3306/ry?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
|
username: root
|
|
|
|
username: root
|
|
|
|
password: password
|
|
|
|
password: password
|
|
|
|
# 从库数据源
|
|
|
|
# 从库数据源
|
|
|
|