|
@@ -11,14 +11,14 @@ dataSources:
|
|
|
master3306:
|
|
master3306:
|
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
|
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
|
|
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
|
|
|
- jdbcUrl: jdbc:mysql://localhost:3306/tnb_content_rdb?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=UTF-8&allowPublicKeyRetrieval=true
|
|
|
|
|
|
|
+ jdbcUrl: jdbc:mysql://localhost:3306/tnb_content_rdb?serverTimezone=GMT%2b8&useSSL=false&useUnicode=true&characterEncoding=UTF-8&allowPublicKeyRetrieval=true
|
|
|
username: test
|
|
username: test
|
|
|
password: Test_123456
|
|
password: Test_123456
|
|
|
# 配置从数据库(salve3308可以写自己的名字)
|
|
# 配置从数据库(salve3308可以写自己的名字)
|
|
|
slave3307:
|
|
slave3307:
|
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
|
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
|
|
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
|
|
|
- jdbcUrl: jdbc:mysql://localhost:3306/tnb_content_rdb?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=UTF-8&allowPublicKeyRetrieval=true
|
|
|
|
|
|
|
+ jdbcUrl: jdbc:mysql://localhost:3306/tnb_content_rdb?serverTimezone=GMT%2b8&useSSL=false&useUnicode=true&characterEncoding=UTF-8&allowPublicKeyRetrieval=true
|
|
|
username: test
|
|
username: test
|
|
|
password: Test_123456
|
|
password: Test_123456
|
|
|
# 配置规则
|
|
# 配置规则
|