完整的错误提示信息: 复制出来看的清楚些:
Optional int parameter grade is present but cannot be translated into a null value due to being declared as a primitive type. Consider declaring it as object wrapper for the corresponding prim…
问题描述 HTTP Status 500 - Request processing failed; nested exception is java.lang.IllegalStateException: Optional int parameter ‘pageNo’ is present but cannot be translated into a null value due to being declared as a primitive type. Consider declaring…
异常代码
java.lang.IllegalStateException: Optional int parameter tyId is present but cannot be translated into a null value due to being declared as a primitive type. Consider declaring it as object wrapper for the corresponding primitive type.at org.spri…
处理方法如下: 在app模块下build.gradle文件的android节点中加上如下代码。
lintOptions {checkReleaseBuilds false// Or, if you prefer, you can continue to check for errors in release builds,// but continue the build even when errors are found:abort…
Optional int parameter domainId is present but cannot be translated into a null value due to being declared as a primitive type. Consider declaring it as object wrapper for the corresponding primitive type.
翻译:可选int参数domainId存在ÿ…