fix: 把redis开关配置删除

This commit is contained in:
weihongyang 2022-06-23 13:54:49 +08:00
부모 04f1bb339e
커밋 35812df81d

파일 보기

@ -48,11 +48,6 @@ spring:
time-zone: GMT+8
default-property-inclusion: non_null
# 是否开启redis缓存 true开启 false关闭
renren:
redis:
open: false
#mybatis
mybatis-plus:
mapper-locations: classpath*:/mapper/*.xml