im服务新增分布式rabbimq解决方案,pom

This commit is contained in:
liyj 2025-11-13 17:24:07 +08:00
parent c8857caadf
commit 5df67db07e

View File

@ -100,6 +100,12 @@
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>2.8.6</version>
</dependency>
<!-- rabbitMQ消息队列 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId>
</dependency>
</dependencies>
<profiles>