@@ -84,8 +84,8 @@ spring:
# 主库数据源
master:
url: jdbc:mysql://localhost:3306/railway?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
- username: railway
- password: 'F8b3LDBaBe5KeTSS'
+ username: root
+ password: '4556f237f1371b33'
# 从库数据源
slave:
# 从数据源开关/默认关闭