feat: 新增 WebSocket 消息通知 (#67)

This commit is contained in:
Claudio Lecher
2024-05-22 10:50:57 +08:00
committed by GitHub
parent af22df8adb
commit 9970c461cc
10 changed files with 665 additions and 0 deletions

View File

@@ -135,5 +135,10 @@
<groupId>top.continew</groupId>
<artifactId>continew-starter-json-jackson</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
</dependencies>
</project>