From 6593555e43321d634583ddb932e3a6e413f41fe8 Mon Sep 17 00:00:00 2001 From: xlp <384053035@qq.com> Date: Fri, 29 Nov 2024 00:01:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9redis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 240ed16..92e6232 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -18,13 +18,18 @@ spring: mvc: path match: matching-strategy: ant_path_matcher - # redis配置 redis: - host: 1.92.75.33 #121.37.165.19 #localhost # + host: 1.95.84.235 database: 0 - port: 5179 #6379 + port: 44007 password: Wzw@123! +# # redis配置 +# redis: +# host: 1.92.75.33 #121.37.165.19 #localhost # +# database: 0 +# port: 5179 #6379 +# password: Wzw@123! # mybatis-plus配置控制台打印完整带参数SQL语句 mybatis-plus: