From f3b86b64039c3b284647985a329eb5b1fb3d18cd Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Mon, 23 Apr 2018 19:33:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=90=AF=E7=94=A8Redis?= =?UTF-8?q?=E7=9A=84=E9=85=8D=E7=BD=AE=E9=A1=B9=EF=BC=8C=E5=8F=AF=E6=89=8B?= =?UTF-8?q?=E5=8A=A8=E9=85=8D=E7=BD=AE=E6=98=AF=E5=90=A6=E4=BD=BF=E7=94=A8?= =?UTF-8?q?redis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog-web/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog-web/src/main/resources/application.yml b/blog-web/src/main/resources/application.yml index 9c48fb3..9fbad31 100644 --- a/blog-web/src/main/resources/application.yml +++ b/blog-web/src/main/resources/application.yml @@ -133,7 +133,7 @@ banner: ####################################自定义配置########################################## app: # 是否启用redis - enableRedis: false + enableRedis: true qiniu: # 七牛ACCESS_KEY accessKey: ACCESS_KEY -- GitLab