修复文档页面不可用BUG,支持设置认证消息头来方便调用其他接口

This commit is contained in:
648540858
2023-12-26 15:03:00 +08:00
parent 33fba05a38
commit 7c07ae9421
5 changed files with 20 additions and 14 deletions

15
pom.xml
View File

@@ -162,22 +162,17 @@
<version>1.4.6</version>
</dependency>
<!--在线文档 -->
<!--在线文档 -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.7.0</version>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
<version>1.6.10</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.2</version>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-security</artifactId>
<version>1.6.10</version>
</dependency>
<dependency>