🔨 修改无缓存配置.

This commit is contained in:
lijiahangmax
2025-07-02 23:50:27 +08:00
parent 2175a9fb40
commit 0b4e42ee89
5 changed files with 8 additions and 10 deletions

View File

@@ -15,6 +15,7 @@ spring:
password: ${REDIS_PASSWORD:Data@123456}
database: ${REDIS_DATABASE:10}
data-version: ${REDIS_DATA_VERSION:1}
mock: false
redisson:
threads: 2
netty-threads: 2
@@ -42,6 +43,3 @@ mybatis-plus:
configuration:
# 日志打印
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
no:
redis: false