Swagger使用Demo

Swagger:是一个规范代码文档和代码实时同步的框架,用于生成、描述和可视化Restful风格的web服务。

使用步骤:

1、pom.xml添加依赖:

2、添加配置类


3、编写Restful的Controller


4、启动类修改


5、结果请求项目地址:http://localhost:8080/youproject/swagger-ui.html


`

6、官网链接:http://www.baeldung.com/swagger-2-documentation-for-spring-rest-api

你可能感兴趣的:(Swagger使用Demo)