This commit is contained in:
dute7liang
2023-12-29 02:04:32 +08:00
parent 934a613f11
commit 8a53930160
6 changed files with 141 additions and 0 deletions

View File

@@ -166,6 +166,11 @@
<version>27.0.1-jre</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId>
</dependency>
</dependencies>
</project>