修改banner,添加 rocketmq 集成

This commit is contained in:
陈博文
2025-06-18 09:19:34 +08:00
parent 439dc9f709
commit 16cfd06a77
16 changed files with 95 additions and 93 deletions

View File

@@ -163,6 +163,11 @@
<artifactId>hutool-extra</artifactId> <!-- 邮件 -->
</dependency>
<dependency>
<groupId>cn.iocoder.cloud</groupId>
<artifactId>yudao-spring-boot-starter-mq</artifactId>
</dependency>
</dependencies>
<build>