This commit is contained in:
xy
2026-04-16 16:15:23 +08:00
parent eaacce339e
commit 48c79b721e
4 changed files with 35 additions and 31 deletions

View File

@@ -99,6 +99,11 @@
<artifactId>event-common</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
<version>2.7.12</version>
</dependency>
</dependencies>
<build>