From 3e33f8891f33aad44540b40a005e84917b649314 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Tue, 26 Dec 2023 10:58:41 +0800 Subject: [PATCH] 富文本框输入版本变化 --- src/main/resources/application-test.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 687b284..f7c47ff 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -30,9 +30,9 @@ # Redis服务器地址 host: 120.27.238.55 # Redis服务器连接端口 - port: 6379 + port: 6479 # Redis 密码 - password: xcong123 + password: d3y6dsdl;f.327 lettuce: pool: # 连接池中的最小空闲连接 -- Gitblit v1.9.1