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

@@ -59,8 +59,8 @@
</dependency>
<dependency>
<groupId>io.swagger.core.v3</groupId> <!-- 接口文档:使用最新版本的 Swagger 模型 -->
<artifactId>swagger-annotations</artifactId>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<scope>provided</scope>
</dependency>