bugfix swagger-ui not work in springboot3 (#1629)

Signed-off-by: tomsun28 <tomsun28@outlook.com>
Co-authored-by: Logic <zqr10159@dromara.org>
This commit is contained in:
tomsun28
2024-03-08 17:01:28 +08:00
committed by GitHub
co-authored by Logic
parent 8a7a28c43a
commit de6972c0da
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -84,7 +84,7 @@
<!-- swagger -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
+1 -1
View File
@@ -66,7 +66,7 @@
<!-- swagger -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<scope>provided</scope>
</dependency>
<!-- 表达式计算 -->
+1 -1
View File
@@ -134,7 +134,7 @@
<!-- swagger -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
</dependency>
<!-- yaml file load -->
<dependency>
+2 -2
View File
@@ -54,7 +54,7 @@
<!--hertzbeat 相关模块-->
<hertzbeat.version>2.0-SNAPSHOT</hertzbeat.version>
<springdoc.version>1.7.0</springdoc.version>
<springdoc.version>2.3.0</springdoc.version>
<spring-boot-starter-sureness.version>1.1.0</spring-boot-starter-sureness.version>
<nekohtml.version>1.9.22</nekohtml.version>
@@ -140,7 +140,7 @@
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>${springdoc.version}</version>
</dependency>
<dependency>
+1 -1
View File
@@ -60,7 +60,7 @@
<!-- swagger -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
</dependency>
</dependencies>
+1 -1
View File
@@ -152,7 +152,7 @@
<!-- swagger -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>