重写复现方法

This commit is contained in:
2025-08-29 18:08:32 +08:00
parent 6ae8afc284
commit 6acd466db3
15 changed files with 1083 additions and 1 deletions

View File

@@ -32,6 +32,11 @@
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>