swagger dataType 有那些
2.6.x
"int", "date", "string", "double", "float", "boolean", "byte", "object", "long", "date-time", "file", "biginteger", "bigdecimal", "uuid"
2.9.2 之后:
"int", "date", "string", "double", "float", "boolean", "byte", "object", "long", "date-time", "__file", "biginteger", "bigdecimal", "uuid"
新版区别:
file ---> 变成 __file了
查看类:
springfox.documentation.schema.Types
版权所有 © 【代码谷】 欢迎非商用转载,转载请按下面格式注明出处,商业转载请联系授权,违者必究。(提示:点击下方内容复制出处)
源文:《swagger dataType 有那些》,链接:https://www.daimagu.com/article/1073.html,来源:【代码谷】
评论