From 6823d4df1d5fd2261c1dbf7428ef7e2806731020 Mon Sep 17 00:00:00 2001
From: hhf <614792109@qq.com>
Date: Sat, 8 Jul 2023 22:34:04 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E5=8E=BB=E9=99=A4RedisStarter=E5=86=97?=
=?UTF-8?q?=E4=BD=99=E4=BE=9D=E8=B5=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
mallchat-common/pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/mallchat-common/pom.xml b/mallchat-common/pom.xml
index 65433e7..4268fc2 100644
--- a/mallchat-common/pom.xml
+++ b/mallchat-common/pom.xml
@@ -91,10 +91,6 @@
org.springframework.boot
spring-boot-starter-validation
-
- org.springframework.boot
- spring-boot-starter-data-redis
-
com.auth0
java-jwt
From 9fa94069cde503170dbf002fe2ae502be2b0b0e5 Mon Sep 17 00:00:00 2001
From: hhf <614792109@qq.com>
Date: Sat, 8 Jul 2023 22:35:11 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E5=8E=BB=E9=99=A4luttuce=E6=97=A0=E6=95=88?=
=?UTF-8?q?=E8=BF=9E=E6=8E=A5=E6=B1=A0=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
mallchat-common/src/main/resources/application.yml | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/mallchat-common/src/main/resources/application.yml b/mallchat-common/src/main/resources/application.yml
index 2f2ab12..ae8591f 100644
--- a/mallchat-common/src/main/resources/application.yml
+++ b/mallchat-common/src/main/resources/application.yml
@@ -39,16 +39,6 @@ spring:
timeout: 1800000
# 设置密码
password: ${mallchat.redis.password}
- lettuce:
- pool:
- # 最大阻塞等待时间,负数表示没有限制
- max-wait: -1
- # 连接池中的最大空闲连接
- max-idle: 5
- # 连接池中的最小空闲连接
- min-idle: 0
- # 连接池中最大连接数,负数表示没有限制
- max-active: 20
jackson:
serialization:
write-dates-as-timestamps: true