在父项目的pom.xml里添加如下依赖:
<dependency> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi-ui</artifactId> <version>1.6.4</version> </dependency>
访问http://localhost:8088/swagger-ui/index.html
参考资料:
在父项目的pom.xml里添加如下依赖:
<dependency> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi-ui</artifactId> <version>1.6.4</version> </dependency>
访问http://localhost:8088/swagger-ui/index.html
参考资料: