[Error, Java] nested exception is java.lang.IllegalStateException


Error 내용


nested exception is java.lang.IllegalStateException: Optional int parameter 'parameter name(파라미터 명)' 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.



해결방법


html 페이지 쪽에서 넘어오는 parameter 명과 Cotroller쪽으로 넘어오는 parameter 명이 동일한지 확인해야 합니다.




댓글

이 블로그의 인기 게시물

[Error, JSP] Illegal modifier for the variable 변수명; only final is permitted 오류 발생시

[GitHub] 깃허브 페이지 설정 및 사용법 - GitHub page Web hosting