TASK:买家端 站内信

This commit is contained in:
2026-05-29 19:04:05 +08:00
parent 74efef7c24
commit 574ce00657
3 changed files with 214 additions and 1 deletions

View File

@@ -118,6 +118,12 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-loadbalancer</artifactId>
</dependency>
<!-- WebFlux (provides WebSocket support for Spring Cloud Gateway) -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
</dependencies>
<dependencyManagement>