Commit 73ce2851 authored by 施翔轲's avatar 施翔轲

修改正式环境MySQL和Redis

parent dd2e1126
...@@ -51,7 +51,7 @@ spring: ...@@ -51,7 +51,7 @@ spring:
# rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题) # rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题)
url: jdbc:mysql://172.17.0.73:3306/cscec_bms?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=Asia/Shanghai url: jdbc:mysql://172.17.0.73:3306/cscec_bms?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=Asia/Shanghai
username: dsktest username: dsktest
password: Sxh18!@#-abc password: Dsk!@#-2024Mysql
# 从库数据源 # 从库数据源
# slave: # slave:
# lazy: true # lazy: true
...@@ -107,7 +107,7 @@ spring: ...@@ -107,7 +107,7 @@ spring:
# 数据库索引 # 数据库索引
database: 13 database: 13
# 密码 # 密码
password: Sxh18!@#-abc password: Dsk!@#-2024Redis
# 密码(如没有密码请注释掉) # 密码(如没有密码请注释掉)
# password: # password:
# 连接超时时间 # 连接超时时间
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment