From bb2a10ba4a667883af078ca9e2ddbe4689b8b7f4 Mon Sep 17 00:00:00 2001 From: OnPeaceOfMind Date: Tue, 16 Jul 2024 06:12:01 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91AI?= =?UTF-8?q?=E6=A8=A1=E5=9D=97redis=E9=85=8D=E7=BD=AE=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: OnPeaceOfMind --- .../src/main/resources/application-local.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yudao-module-ai/yudao-module-ai-biz/src/main/resources/application-local.yaml b/yudao-module-ai/yudao-module-ai-biz/src/main/resources/application-local.yaml index dbfdf0cfc..dfc7f41db 100644 --- a/yudao-module-ai/yudao-module-ai-biz/src/main/resources/application-local.yaml +++ b/yudao-module-ai/yudao-module-ai-biz/src/main/resources/application-local.yaml @@ -75,8 +75,8 @@ spring: password: 123456 # Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优 - redis: - data: + data: + redis: host: 127.0.0.1 # 地址 port: 6379 # 端口 database: 0 # 数据库索引 From 40800bd728de42d73ca666bb4e5ea726b0a94a9a Mon Sep 17 00:00:00 2001 From: OnPeaceOfMind Date: Tue, 16 Jul 2024 06:14:38 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E3=80=90=E4=BE=9D=E8=B5=96=E3=80=91spring?= =?UTF-8?q?=20boot=20from=203.2.2=20to=203.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: OnPeaceOfMind --- yudao-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yudao-dependencies/pom.xml b/yudao-dependencies/pom.xml index 947d3da08..f2a813688 100644 --- a/yudao-dependencies/pom.xml +++ b/yudao-dependencies/pom.xml @@ -17,7 +17,7 @@ 2.1.0-snapshot 1.6.0 - 3.2.2 + 3.3.1 2023.0.3 2023.0.1.2