解决 Illegal DefaultValue null for parameter type integer 异常

Posted zhangzhonghui

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决 Illegal DefaultValue null for parameter type integer 异常相关的知识,希望对你有一定的参考价值。

该异常是由 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 异常的主要内容,如果未能解决你的问题,请参考以下文章

Swagger2异常:Illegal DefaultValue null for parameter type integer(2.9.2版本)

解决MacOS下readlink: illegal option -- f

电脑开机出现the NTVDM CPU has encountered an illegal instruction 求高手解决

illegal multibyte sequence问题解决

Tensorflow: illegal instruction (core dumped) 的解决方法记录

Illegal instruction 怎么办