feat: 完善相关功能

This commit is contained in:
ivmiku
2024-09-13 22:13:21 +08:00
parent 4a39ca48ee
commit 262103e034
18 changed files with 410 additions and 10 deletions

View File

@@ -190,6 +190,14 @@
<artifactId>commons</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
</dependencies>
<build>