From 7e3023809d3922f09faf8d73772e8ba3ae3160a8 Mon Sep 17 00:00:00 2001 From: ycl Date: Thu, 5 Mar 2026 11:59:32 +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 --- template/entrance/web/src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/template/entrance/web/src/main/resources/application.properties b/template/entrance/web/src/main/resources/application.properties index 8523291..bbaf840 100644 --- a/template/entrance/web/src/main/resources/application.properties +++ b/template/entrance/web/src/main/resources/application.properties @@ -41,6 +41,7 @@ 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.port=6379