From 7c3344142b84c9afa811c092b72903d39965ea7f Mon Sep 17 00:00:00 2001 From: ycl Date: Mon, 22 Dec 2025 14:39:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20template/entrance/web/src/?= =?UTF-8?q?main/resources/application.properties?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entrance/web/src/main/resources/application.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/entrance/web/src/main/resources/application.properties b/template/entrance/web/src/main/resources/application.properties index c287c8b..8523291 100644 --- a/template/entrance/web/src/main/resources/application.properties +++ b/template/entrance/web/src/main/resources/application.properties @@ -42,9 +42,9 @@ server.forward-headers-strategy=framework ## message config , use memory for test, mq.type can be redis/rocketmq/kafka mq.type=memory #redis -spring.redis.host=${REDIS_HOST:redis.byteawake.com} -spring.redis.port=6379 -spring.redis.timeout=3000 +#spring.redis.host=${REDIS_HOST:redis.byteawake.com} +#spring.redis.port=6379 +#spring.redis.timeout=3000 #rocketmq.name-server=${ROCKETMQ_HOST:10.0.2.221:9876;10.0.2.222:9876;10.0.2.223:9876}