feat: 私信和关注、粉丝功能

This commit is contained in:
ivmiku
2024-08-24 18:19:01 +08:00
parent 7deaba288b
commit 641449be7c
27 changed files with 1062 additions and 4 deletions

View File

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