springboot 接口文档
swagger 特点: 遵循openAPI 实时更新
1.导入依赖
org.springdoc
springdoc-openapi-starter-webmvc-ui
2.1.0
2.访问验证
http://localhost:xxxx/swagger-ui/index.html
3.增加controller描述
controller类上@Tag
4.增加方法描述
@Operation()
5.增加参数说明
6.对响应字段进行说明
7.接口分类展示
8.docs文档分类设置