This commit is contained in:
77
2024-11-29 20:44:55 +08:00
parent 8549684be7
commit e5d2638162

View File

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