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