数据集新增及修改功能版本1.0

This commit is contained in:
2025-05-13 21:36:29 +08:00
parent 23be873a7c
commit b953e85704
11 changed files with 287 additions and 0 deletions

11
pom.xml
View File

@ -54,6 +54,17 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>3.0.4</version>
</dependency>
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter-test</artifactId>
<version>3.0.4</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>