训练模型

This commit is contained in:
2025-10-27 15:43:26 +08:00
parent c81033cd80
commit 75edd1de7d
13 changed files with 457 additions and 40 deletions

View File

@@ -94,6 +94,13 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<!-- WebSocket -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>