From 573123827763851bba3ac301aba7515ff4ae037b Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期一, 24 二月 2025 17:42:04 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/pom.xml | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/pom.xml b/springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/pom.xml index ba80903..7f16f4f 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/pom.xml +++ b/springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/pom.xml @@ -63,6 +63,13 @@ </dependency> <dependency> + <groupId>org.redisson</groupId> + <artifactId>redisson</artifactId> + <version>3.10.1</version> + </dependency> + + + <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> </dependency> @@ -79,10 +86,10 @@ <artifactId>commons-lang</artifactId> <version>2.6</version> </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-amqp</artifactId> - </dependency> +<!-- <dependency>--> +<!-- <groupId>org.springframework.boot</groupId>--> +<!-- <artifactId>spring-boot-starter-amqp</artifactId>--> +<!-- </dependency>--> <!--添加监控依赖包--> <dependency> <groupId>io.micrometer</groupId> -- Gitblit v1.7.1