springdoc初体验
背景
之前一直使用Swagger,但是在Springboot 2.7和Swagger兼容性不好,于是转到SpringDoc[1]上。
初体验
依赖
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.9</version>
</dependency>
使用
打开网址:http://localhost:8080/swagger-ui/index.html#/
即可。
路径
定制路径
springdoc:
swagger-ui:
path: /api/swagger-ui.html