From 35812df81d66acc8279570ebb9afce3277313caf Mon Sep 17 00:00:00 2001 From: weihongyang <1075331873@qq.com> Date: Thu, 23 Jun 2022 13:54:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8A=8Aredis=E5=BC=80=E5=85=B3?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ym-gateway/src/main/resources/application.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ym-gateway/src/main/resources/application.yml b/ym-gateway/src/main/resources/application.yml index 511d59d..646ba7d 100644 --- a/ym-gateway/src/main/resources/application.yml +++ b/ym-gateway/src/main/resources/application.yml @@ -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