From cf7a4a3ee9eafd0fb9a6b4aecb7e559c9b839ee2 Mon Sep 17 00:00:00 2001 From: chen <1251790704@qq.com> Date: Fri, 20 Aug 2021 09:52:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=8C=E7=AB=99=E6=B5=8B=E8=AF=95=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-test.properties | 6 +++--- src/main/resources/application.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application-test.properties b/src/main/resources/application-test.properties index 90f87dd..ef175d2 100644 --- a/src/main/resources/application-test.properties +++ b/src/main/resources/application-test.properties @@ -24,9 +24,9 @@ tms.thread.keep-alive-time=10 #redis\u914D\u7F6E spring.redis.database=0 -spring.redis.host=www.liuwanr.cn -spring.redis.password=huoran -spring.redis.port=6379 +spring.redis.host=127.0.0.1 +spring.redis.password=huoran#2021 +spring.redis.port=6710 spring.redis.timeout=3000 spring.redis.jedis.pool.max-idle=500 spring.redis.jedis.pool.min-idle=50 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index bab924b..7f5afa7 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,2 +1,2 @@ #\u9009\u62E9\u6307\u5B9A\u73AF\u5883,\u76EE\u524D\u53EA\u6709\u6D4B\u8BD5\u548C\u6B63\u5F0F\u73AF\u5883 -spring.profiles.active=prod \ No newline at end of file +spring.profiles.active=test \ No newline at end of file