完整的错误提示信息: 复制出来看的清楚些:
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…