文件上传

This commit is contained in:
2025-10-31 22:55:16 +08:00
parent 7fd1720826
commit 4e8fd1f38e
10 changed files with 779 additions and 0 deletions

View File

@@ -84,6 +84,12 @@
<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>