rocketmq-starter应用举例

This commit is contained in:
EightMonth
2024-04-12 10:16:30 +08:00
parent 7b06715bff
commit f1496b5084
11 changed files with 258 additions and 0 deletions

View File

@@ -225,6 +225,12 @@
<artifactId>jeecg-boot-starter-rabbitmq</artifactId>
<version>${jeecgboot.version}</version>
</dependency>
<!--rocketmq-->
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-starter-rocketmq</artifactId>
<version>${jeecgboot.version}</version>
</dependency>
<!--分库分表shardingsphere-->
<dependency>
<groupId>org.jeecgframework.boot</groupId>