refactor: migrate WebSocket handler to manage-notify module

This commit is contained in:
张翔
2026-03-14 10:31:12 +08:00
parent 5840a880e3
commit 4db2019d95
4 changed files with 7 additions and 86 deletions
+4
View File
@@ -26,6 +26,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>