本文介绍了swagger3.0集成,并生成api文档
一.pom中添加spring-boot-starter-mail依赖
依赖如下:
|
|
二.如果springboot版本是2.6的版本,和swagger的版本有冲突,在properties文件中添加以下配置
|
|
三.添加测试类类和测试接口
|
|
四.添加swagger配置类
|
|
五.结果
访问swagger地址:http://localhost:58083/swagger-ui/index.html
路漫漫其修远兮,吾将上下而求索.
本文介绍了swagger3.0集成,并生成api文档
依赖如下:
|
|
|
|
|
|
|
|
访问swagger地址:http://localhost:58083/swagger-ui/index.html