Swagger实战教程 第一集 Swagger教程录制计划

Swagger教程录制计划

@长春叭哥 2018年9月29日星期六

视频教程免费观看地址:

https://www.iqiyi.com/playlist525697702.html 

JeeSite4.0入门教程

https://edu.csdn.net/course/detail/9316 

课程目录

  • Swagger 教程录制计划、自学整理方式。
  • Swagger 、Swagger UI、 Springfox简介,三者之间的联系。
  • Spring  Boot 中快速集成Swagger。
  • Spring  MVC 中快速集成Swagger。
  • Swagger + Springfox快速入门。
  • Swagger UI国际化 中文API接口的实现。

 

教程整理方式

(1)查询官网,了解关键词介绍

Swagger官方地址:

https://swagger.io

Swagger UI官方地址

https://swagger.io/tools/swagger-ui/

Springfox官方地址:

https://github.com/springfox/springfox

官方文档:https://springfox.github.io/springfox/docs/snapshot/

 

(2)海量查阅百度相关文章

2018 最新 spring boot 整合 swagger2 (swagger2 版本 2.8.0)

https://blog.csdn.net/apifen/article/details/79397100

swagger-api/swagger-ui

https://github.com/swagger-api/swagger-ui/tree/v3.18.3

Springfox与swagger的整合使用

https://www.cnblogs.com/getupmorning/p/7267076.html

lenos(p为spring boot 2.0 版本扩展名)一款快速开发模块化脚手架

https://gitee.com/bweird/lenosp

lenos(p为spring boot 2.0 版本扩展名)一款快速开发模块化脚手架,采用spring boot 2.0.1、spring、SpringMvc、mybatis、shiro、activiti工作流、swagger、ehcache、quartz、freemarker、layui技术开发;持久层集成tkmapper丰富简单数据交互,支持mysql/sqlserver数据源,实现功能有系统模块:菜单管理、用户管理、角色管理,系统监控:系统日志、接口api、sql监控、可配置化定时任务,工作流程管理:流程管理(动态给节点配置角色)、模块列表(新建编辑发布流程)、请假流程、待办任务。本项目会一直维护并集成新的技术,给您的开发节约时间成本。

演示地址: http://www.lenosp.cn

 

 

Diviner / Swagger2

https://gitee.com/DivinerSun/Swagger2

littlefishercoder/littlefisher-system

https://github.com/littlefishercoder/littlefisher-system/issues/26  

 

SpringBoot集成Swagger自动生成API文档https://blog.csdn.net/qq_18206683/article/details/82805895

 

springMVC中集成swagger

https://www.cnblogs.com/qthh/p/6516069.html 

 

 

一篇文章带你搞懂 SpringBoot与Swagger整合https://blog.csdn.net/MrPrefect/article/details/82250604

 

https://github.com/itguang/swagger/tree/master/springboot-swagger-demo1

 

springboot集成swagger2构建RESTful API文档

https://www.cnblogs.com/exmyth/p/7171857.html

 

 

spring3集成swagger2

https://blog.csdn.net/u014078904/article/details/82218488

 

 

(3)尝试最靠谱的文章

一篇文章带你搞懂 SpringBoot与Swagger整合https://blog.csdn.net/MrPrefect/article/details/82250604

 

https://github.com/itguang/swagger/tree/master/springboot-swagger-demo1

(4)还是没有吃透,Google搜索

 

Documenting Spring Boot REST API with Swaggerand SpringFox

https://www.vojtechruzicka.com/documenting-spring-boot-rest-api-swagger-springfox/

Spring Boot Reference Guide

https://docs.spring.io/spring-boot/docs/2.0.5.RELEASE/reference/htmlsingle/#boot-documentation-first-steps

(5)搜索同类型产品,对比了解

国内另一款工具推荐:

https://www.eolinker.com/#/

你可能感兴趣的:(swagger实战教程)