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

This commit is contained in:
liyj 2025-11-13 17:24:07 +08:00
parent f4d33560b4
commit 6151ed58fe

View File

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