feat: implement file service and handler in manage-file module

This commit is contained in:
张翔
2026-03-14 11:34:27 +08:00
parent 08cd057124
commit 2d14b47bcf
4 changed files with 278 additions and 0 deletions
+4
View File
@@ -26,6 +26,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>