From c5731337ad60722d2e0a69b2b5179bcc4fd2476d Mon Sep 17 00:00:00 2001 From: wangpengfei <1928057482@qq.com> Date: Sat, 14 Sep 2024 08:59:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supervise-crm-biz/src/main/resources/application-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yxt_supervise/supervise-crm/supervise-crm-biz/src/main/resources/application-test.yml b/yxt_supervise/supervise-crm/supervise-crm-biz/src/main/resources/application-test.yml index baf0064f..52a760a5 100644 --- a/yxt_supervise/supervise-crm/supervise-crm-biz/src/main/resources/application-test.yml +++ b/yxt_supervise/supervise-crm/supervise-crm-biz/src/main/resources/application-test.yml @@ -22,7 +22,7 @@ spring: max-idle: 8 #连接池中的最大空闲连接 max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制) min-idle: 0 # 连接池中的最小空闲连接 - password: + password: 123456 port: 6379 timeout: 0 # 连接超时时间(毫秒)