123
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user