整理swagger接口说明

This commit is contained in:
2024-08-19 13:12:33 +08:00
parent c86e609b78
commit e8dc9cf091
3 changed files with 70 additions and 3 deletions

11
pom.xml
View File

@@ -5,7 +5,7 @@
<groupId>com.gxwebsoft</groupId>
<artifactId>com-gxwebsoft-server</artifactId>
<version>2.0</version>
<version>1.5.2</version>
<name>com-gxwebsoft-api</name>
<description>WebSoftApi project for Spring Boot</description>
@@ -291,6 +291,15 @@
<version>1.0.0.14</version>
</dependency>
<!-- knife4j -->
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-spring-boot-starter</artifactId>
<version>3.0.3</version>
</dependency>
</dependencies>
<build>