From 885086015116e3f8d2c89b58f95487b9e1884896 Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Mon, 25 Aug 2025 11:41:28 +0800 Subject: [PATCH] =?UTF-8?q?redis=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-test.yml | 3 ++- src/main/resources/application.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index d005967..f081d02 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -86,12 +86,13 @@ spring: max-wait: -1ms max-active: 200 timeout: 2000ms + password: cehh@2020 redisPool: port: 6379 host: 127.0.0.1 dbs: 5,14,15 - password: + password: cehh@2020 mybatis-plus: configuration: diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index be5eb2f..1d70235 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,6 +1,6 @@ spring: profiles: - active: prod + active: test server: port: 11111 #port: 13122 \ No newline at end of file