feat: 升级 spring doc 依赖

This commit is contained in:
gaibu
2023-02-03 22:04:48 +08:00
parent 6474fba923
commit 695014a6d1
11 changed files with 49 additions and 62 deletions

View File

@@ -59,8 +59,8 @@
</dependency>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<scope>provided</scope> <!-- 设置为 provided主要是 PageParam 使用到 -->
</dependency>