1
0

增加 springdoc-openapi-starter-webmvc-ui 依赖

This commit is contained in:
2025-06-30 09:38:24 +08:00
parent f9f5569504
commit b89d962a50
2 changed files with 16 additions and 0 deletions

View File

@ -26,6 +26,11 @@
<artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
</dependency>
<dependency>
<groupId>com.github.therapi</groupId>
<artifactId>therapi-runtime-javadoc</artifactId>