From e5d2638162baa0edbde2cd326fa0637aff544b38 Mon Sep 17 00:00:00 2001 From: 77 <77@77.com> Date: Fri, 29 Nov 2024 20:44:55 +0800 Subject: [PATCH] 123 --- .../src/main/resources/application-prod.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-websocket-boot/src/main/resources/application-prod.yml b/ruoyi-websocket-boot/src/main/resources/application-prod.yml index b3e992b6..08391f8d 100644 --- a/ruoyi-websocket-boot/src/main/resources/application-prod.yml +++ b/ruoyi-websocket-boot/src/main/resources/application-prod.yml @@ -27,7 +27,7 @@ spring: # 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 - password: 383200134 + password: mima # 从库数据源 slave: lazy: true @@ -62,7 +62,7 @@ spring: # 数据库索引 database: 12 # 密码(如没有密码请注释掉) - password: 383200134 + password: mima # 连接超时时间 timeout: 10s # 是否开启ssl @@ -97,7 +97,7 @@ spring: rabbitmq: addresses: 127.0.0.1 #ip地址 username: admin # 账号 - password: 383200134 # 密码 + password: mima # 密码 port: 5672 virtual-host: /cai agora: