socket 逻辑初始化

This commit is contained in:
wangxiangshun
2025-10-04 17:47:58 +08:00
parent 51c27865f0
commit 8afa39777f
12 changed files with 391 additions and 2 deletions

View File

@@ -25,6 +25,12 @@
<optional>true</optional>
</dependency>
<!-- Spring Boot WebSocket -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
<!-- swagger3-->
<dependency>
<groupId>io.springfox</groupId>
@@ -69,7 +75,15 @@
<artifactId>vetti-generator</artifactId>
</dependency>
<!-- AI 业务逻辑处理-->
<dependency>
<groupId>com.vetti</groupId>
<artifactId>vetti-ai</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
</dependencies>