
深入浅出springboot2.x
文章平均质量分 93
ooooooooooooooxiaosu
这个作者很懒,什么都没留下…
展开
-
【swagger2】SpringBoot集成springfox-swagger2构建restful API
springboot整合swagger2文章SpringMVC集成springfox-swagger2构建restful API简单写了如何在springmvc中集成swagger2。这边记录下在springboot中如何集成swagger2,其实使用基本相同。一、引入依赖使用maven,在pom.xml中引用相关依赖(swagger版本2.4.0,springboot的版本为2.1.5.RELEASE):<dependency> <groupId>io..转载 2021-01-20 15:50:57 · 323 阅读 · 0 评论 -
【Swagger】环境搭建
下面所用工具下载http://editor.swagger.io/#/ demo一、安装swagger editor说明:安装swagger前需要安装node工具工具安装1. node下载地址:http://nodejs.cn/根据自己的需要下载版本即可,本人电脑是: win7 64bit,所以下载后的文件是:node-v10.13.0-x64.msi (双击安装即可,没啥特殊的,不再说明)测试node工具是否安装成功?打开cmd终端C:\Users\zz&..转载 2021-01-19 09:32:53 · 2537 阅读 · 0 评论