新增结构初始化

This commit is contained in:
2025-11-01 21:29:17 +08:00
parent 6ef1117d95
commit c5f5945cb9
13 changed files with 117 additions and 343 deletions

View File

@@ -78,18 +78,13 @@
<!-- AI 业务逻辑处理-->
<dependency>
<groupId>com.vetti</groupId>
<artifactId>vetti-ai</artifactId>
<artifactId>vetti-hotakes</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
<dependency>
<groupId>com.vetti</groupId>
<artifactId>vetti-hotake</artifactId>
<version>3.9.0</version>
<scope>compile</scope>
</dependency>
</dependencies>