mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-22 12:48:58 +08:00
✨ Introducing new features. 支持 knife4j 接口文档调试
This commit is contained in:
parent
5664529295
commit
f44e84d0d1
@ -92,6 +92,11 @@
|
||||
<groupId>org.springdoc</groupId>
|
||||
<artifactId>springdoc-openapi-webflux-ui</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.springboot</groupId>
|
||||
<artifactId>knife4j-openapi3-ui</artifactId>
|
||||
<version>${knife4j.ui.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
1
pom.xml
1
pom.xml
@ -42,6 +42,7 @@
|
||||
<configuration.version>1.10</configuration.version>
|
||||
<jasypt.version>2.1.0</jasypt.version>
|
||||
<swagger.fox.version>3.0.0</swagger.fox.version>
|
||||
<knife4j.ui.version>3.0.3</knife4j.ui.version>
|
||||
<xxl-job.version>2.3.1</xxl-job.version>
|
||||
<docker.plugin.version>0.32.0</docker.plugin.version>
|
||||
<docker.host>http://192.168.0.100:2375</docker.host>
|
||||
|
Loading…
Reference in New Issue
Block a user