feat:增加自动化接口收集

This commit is contained in:
yangqingyuan
2024-08-20 11:05:48 +08:00
parent 259215f8c9
commit 6c51e1618f

View File

@@ -277,6 +277,13 @@
<version>3.17.0</version>
</dependency>
<!-- 自动化收集接口 https://server.gxwebsoft.com/doc.html -->
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-spring-boot-starter</artifactId>
<version>3.0.3</version>
</dependency>
</dependencies>
<build>