This commit is contained in:
77
2024-05-27 15:10:29 +08:00
parent 3aca258d8b
commit c33fb2e699

View File

@@ -23,7 +23,7 @@ spring:
# rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题)
url: jdbc:mysql://localhost:4306/cai-v2?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
username: root
password: 383200134
password: 123
# 从库数据源
slave:
lazy: true
@@ -58,7 +58,7 @@ spring:
# 数据库索引
database: 12
# 密码(如没有密码请注释掉)
password: 383200134
password: 123
# 连接超时时间
timeout: 10s
# 是否开启ssl
@@ -66,7 +66,7 @@ spring:
rabbitmq:
addresses: 127.0.0.1 #ip地址
username: admin # 账号
password: 383200134 # 密码
password: 123 # 密码
port: 5672
virtual-host: /cai
redisson: