From 212fb84927c1f8eb3e0c00cf72c08858bd215aa7 Mon Sep 17 00:00:00 2001 From: ycl Date: Thu, 5 Mar 2026 11:58:18 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template/entrance/web/src/main/resources/application.properties b/template/entrance/web/src/main/resources/application.properties index 8523291..f8ecbc5 100644 --- a/template/entrance/web/src/main/resources/application.properties +++ b/template/entrance/web/src/main/resources/application.properties @@ -41,8 +41,9 @@ server.forward-headers-strategy=framework ## message config , use memory for test, mq.type can be redis/rocketmq/kafka mq.type=memory +spring.autoconfigure.exclude=org.redisson.spring.starter.RedissonAutoConfiguration #redis -#spring.redis.host=${REDIS_HOST:redis.byteawake.com} +#spring.redis.host=${REDIS_HOST:localhost} #spring.redis.port=6379 #spring.redis.timeout=3000