码迷,mamicode.com
首页 > 其他好文 > 详细

解决 Illegal DefaultValue null for parameter type integer 异常

时间:2019-09-21 13:13:20      阅读:1322      评论:0      收藏:0      [点我收藏+]

标签:artifact   agg   com   导入   illegal   default   blog   亲测   color   

该异常是由 swagger 引起的

swagger 版本 1.9.2

 

解决原因:重新导入 swagger-annotations 和 swagger-models 版本 为 1.5.21

pom.xml 加入 相关依赖 亲测有效

 1  <!--  解决 Illegal DefaultValue null for parameter type integer    异常  -->
 2         <dependency>
 3             <groupId>io.swagger</groupId>
 4             <artifactId>swagger-annotations</artifactId>
 5             <version>1.5.21</version>
 6         </dependency>
 7         <dependency>
 8             <groupId>io.swagger</groupId>
 9             <artifactId>swagger-models</artifactId>
10             <version>1.5.21</version>
11         </dependency>

 

知识来源 :https://www.cnblogs.com/ampl/p/11426687.html

 

解决 Illegal DefaultValue null for parameter type integer 异常

标签:artifact   agg   com   导入   illegal   default   blog   亲测   color   

原文地址:https://www.cnblogs.com/zhangzhonghui/p/11562095.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!