完成基本下单的学习

This commit is contained in:
2026-03-03 18:02:03 +08:00
parent 887fea1961
commit 8b37cccb93
24 changed files with 643 additions and 57 deletions

View File

@@ -78,5 +78,9 @@
<artifactId>mysql-connector-j</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-spring-boot-starter</artifactId>
</dependency>
</dependencies>
</project>