Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

本例主要演示springboot与swagger2整合实现接口文档,实现的功能主要如下

  • 1、swagger在线接口文档以及在线调试
  • 2、swagger分组
  • 3、全局token设置、局部token设置
  • 4、接口版本号控制,以及swagger和接口版本号集成
  • 5、swagger离线文档生成

其他

  • mock测试controller
  • 结构化日志
  • json字段驼峰与下划线的映射