update 优化 common-bus 模块支持 rocketmq

This commit is contained in:
疯狂的狮子Li
2024-07-03 10:33:12 +08:00
parent 974c177848
commit 4af7ed6a30

View File

@@ -25,6 +25,11 @@
<!-- <dependency>-->
<!-- <groupId>org.springframework.cloud</groupId>-->
<!-- <artifactId>spring-cloud-starter-bus-kafka</artifactId>-->
<!-- </dependency>-->
<!-- rocketmq -->
<!-- <dependency>-->
<!-- <groupId>com.alibaba.cloud</groupId>-->
<!-- <artifactId>spring-cloud-starter-bus-rocketmq</artifactId>-->
<!-- </dependency>-->
</dependencies>
</project>