feat(rocketmq): 添加仪表记录消费者和生产者服务

This commit is contained in:
2025-08-26 20:32:51 +08:00
parent 638a98a4c6
commit b20828a800
16 changed files with 407 additions and 28 deletions

View File

@@ -125,6 +125,11 @@
<artifactId>ruoyi-common-websocket</artifactId>
</dependency>
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-spring-boot-starter</artifactId>
</dependency>
</dependencies>
<build>