商城商店步骤学习完成

This commit is contained in:
2026-03-03 20:51:53 +08:00
parent 5d04837d46
commit 137729161f
12 changed files with 361 additions and 3 deletions

View File

@@ -82,6 +82,10 @@
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-client</artifactId>
<version>5.3.2</version> <!-- 这个存在于 Central -->
</dependency>
</dependencies>
</project>