feat: websocket basic frame built

This commit is contained in:
merlin
2025-12-03 17:01:51 +08:00
parent b7f6d3477d
commit a1a23bec7a
5 changed files with 176 additions and 5 deletions

11
pom.xml
View File

@@ -58,11 +58,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
@@ -107,6 +102,12 @@
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.8.14</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>2.0.45</version>
</dependency>
</dependencies>
<build>