@@ -7,7 +7,7 @@ spring:
# 主库数据源
master:
username: root
- # 本地
+ # 腾讯云
url: jdbc:mysql://43.139.55.209:3306/lab_equipment_db?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
password: syLwt@123456
# 远程
@@ -70,13 +70,18 @@ spring:
# redis 配置
redis:
# 地址
- host: 114.116.114.108
+ # host: 114.116.114.108
+ # 密码
+ # password: foobared
+
+ # 地址
+ host: 43.139.55.209
+ password: syLwt@123456
# 端口,默认为6379
port: 6379
# 数据库索引
- database: 0
- # 密码
- password: foobared
+ database: 1
# 连接超时时间
timeout: 10s
lettuce: