写东西的时候.发现 swagger2.0的@ApiModelProperty中example会将原本是string类型的数字转换成Int类型.通过swaggerUI生成的入参测试接口时.感觉怪怪的.好奇心的驱使下.想一探究竟....上图:
通过查看http://localhost:8190/swagger-ui.html的数据接口.可知数据来源于:
http://localhost:8190/v2/api-docs
通过项目启动时查看到该接口定义在:
springfox.documentation.swagger2.web.Swagger2Controller
没有什么是调试搞不定的...打开源码...开始断(搞)点(事):