完成文件模块

This commit is contained in:
userA
2023-04-20 14:20:20 +08:00
parent f2b55c725d
commit f301b4484f
13 changed files with 688 additions and 22 deletions

View File

@@ -18,10 +18,20 @@
</properties>
<dependencies>
<!--json-->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.75</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>test</scope>
</dependency>
</dependencies>