From 9df3afcc73c24984cef1e640ce1282c020066882 Mon Sep 17 00:00:00 2001 From: yangsb Date: Thu, 14 Mar 2024 14:36:36 +0800 Subject: [PATCH] =?UTF-8?q?excecutor=20dev=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/application-dev.yaml b/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/application-dev.yaml index b5ce7bd7f..cab696a4d 100644 --- a/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/application-dev.yaml +++ b/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/application-dev.yaml @@ -50,7 +50,7 @@ spring: host: 192.168.1.205 # 地址 port: 6379 # 端口 database: 1 # 数据库索引 -# password: 123456 # 密码,建议生产环境开启 + password: cf@2024 # 密码,建议生产环境开启 --- #################### MQ 消息队列相关配置 ####################