feat(): 整合测试springdoc-openapi

detached
DongZeLiang 2024-07-10 10:12:06 +08:00
parent d03437431a
commit 0d8434d541
2 changed files with 10 additions and 0 deletions

View File

@ -82,6 +82,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.6.0</version>
</dependency>
</dependencies>
<build>

View File

@ -8,6 +8,10 @@ nacos:
user-name: nacos
password: nacos
namespace: muyu-cloud
# swagger-ui custom path
springdoc:
swagger-ui:
path: /swagger-ui.html
# Spring
spring: