From 60877a200a59eab5fde87d81debf6d0dc64df00c Mon Sep 17 00:00:00 2001 From: lyf66 Date: Mon, 3 Nov 2025 14:52:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(config):=20=E6=9B=B4=E6=96=B0=E7=94=9F?= =?UTF-8?q?=E4=BA=A7=E7=8E=AF=E5=A2=83Redis=E7=AB=AF=E5=8F=A3=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将Redis端口从6379更改为6369 --- .gitignore | 2 +- src/main/resources/config-prod.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 42e1c80..fca3892 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,7 @@ target/ *.iws *.iml *.ipr - +CLAUDE.md ### Eclipse ### .apt_generated .classpath diff --git a/src/main/resources/config-prod.yml b/src/main/resources/config-prod.yml index d3cff64..e361220 100644 --- a/src/main/resources/config-prod.yml +++ b/src/main/resources/config-prod.yml @@ -17,7 +17,7 @@ spring: data: redis: host: redis - port: 6379 + port: 6369 #password: 1234567a database: 4 mybatis-plus: