From 5407f966e641d3b65e76c98f817b0a8d83021242 Mon Sep 17 00:00:00 2001 From: orgin Date: Thu, 11 May 2023 15:28:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B3=A8=E9=87=8Aredis=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jeecg-system-start/src/main/resources/application-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml b/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml index 7f38e476..71c12b82 100644 --- a/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml +++ b/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml @@ -146,7 +146,7 @@ spring: database: 0 host: 127.0.0.1 port: 6379 - password: '' + #password: '' #mybatis plus 设置 mybatis-plus: mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml