From a37e158ab3269e044054d05de27f7a886caa8d56 Mon Sep 17 00:00:00 2001 From: gaorl Date: Wed, 10 May 2023 20:09:29 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feature=EF=BC=9A=E5=93=A8=E5=85=B5=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- order-management-consumer/src/main/resources/bootstrap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/order-management-consumer/src/main/resources/bootstrap.yaml b/order-management-consumer/src/main/resources/bootstrap.yaml index d8ede0bf..e3a47db7 100644 --- a/order-management-consumer/src/main/resources/bootstrap.yaml +++ b/order-management-consumer/src/main/resources/bootstrap.yaml @@ -39,7 +39,7 @@ sims: #订单数据库类型区分,要么mysql,要么Oracle,要么weblogic db: mysql #订单redis数据库类型区分,要么redis,要么redis-sentinel - redisDb: redis + redisDb: redis-sentinel # 0 mysql 1 oracle dataType: 0 From e2802568ee5b082b07c174a720dade02df3ae7d6 Mon Sep 17 00:00:00 2001 From: gaorl Date: Wed, 10 May 2023 20:52:25 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feature=EF=BC=9A=E6=B7=BB=E5=8A=A0redis?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=AB=AF=E4=BE=9D=E8=B5=96=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- order-management-consumer/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/order-management-consumer/pom.xml b/order-management-consumer/pom.xml index 732eff14..e3ee8afd 100644 --- a/order-management-consumer/pom.xml +++ b/order-management-consumer/pom.xml @@ -548,6 +548,15 @@ 3.1.1 + + org.apache.commons + commons-pool2 + 2.5.0 + + + redis.clients + jedis +