spring boot集成最新swagger2构建Restful API
摘要:
一、pom文件下加入以下依赖 版本信息,可以通过swagger官网查询,或通过maven仓库搜索! 二、在项目中加入配置类 三、在对应的controller中使用Restful Api的相关注解,如下: 开启本地服务,访问http://localhost:8080/swagger-ui.html,即 阅读全文
posted @ 2018-01-24 14:19 节奏35 阅读(1987) 评论(0) 推荐(1) 编辑