fix: 更新springboot 3的openapi依赖

This commit is contained in:
ethan-liu 2023-08-19 15:25:58 +08:00
parent 70be877e3a
commit 51709d8c68
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@
<!--Open API 3.0-->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.9</version>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.1.0</version>
</dependency>
<!--For testing-->
<dependency>