feat: remove swagger use springdoc

This commit is contained in:
xingyu
2023-09-25 18:42:43 +08:00
parent 0e31114ea0
commit e74135c386
5 changed files with 13 additions and 24 deletions

View File

@@ -24,8 +24,8 @@
<!-- Web 相关 -->
<dependency>
<groupId>io.swagger.core.v3</groupId> <!-- 接口文档:使用最新版本的 Swagger 模型 -->
<artifactId>swagger-annotations</artifactId>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<scope>provided</scope> <!-- 设置为 provided主要是 PageParam 使用到 -->
</dependency>