换成swagger-2

This commit is contained in:
2025-07-08 01:34:32 +08:00
parent b18e062603
commit 73dfaef9c7
2 changed files with 1 additions and 57 deletions

14
pom.xml
View File

@ -163,12 +163,6 @@
<version>0.11.5</version>
</dependency>
<!-- Spring Security -->
<!-- <dependency>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-starter-security</artifactId>-->
<!-- </dependency>-->
<!-- Redis -->
<dependency>
<groupId>org.springframework.boot</groupId>
@ -181,6 +175,7 @@
<version>2.11.1</version> <!-- 可根据需要选择版本 -->
</dependency>
<!-- swagger2 -->
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
@ -248,13 +243,6 @@
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<annotationProcessorPaths>
<path>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>
<version>1.5.5.Final</version>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>