오류한마당
[eclips]Optional int parameter '~' is present but cannot be translated into a null value due to being declared as a primitive type.
ILV_쉱이
2022. 8. 9. 14:16
728x90
반응형
오류코드
Optional int parameter 'boardNum' 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.
해결 방안
이라는 오류가 나타났습니다. 이 오류는 boardNum이라는 파라미터값이 넘어갈 때 값이 없거나 형변환 타입이 일치하지 않을 떄 생기는 오류입니다.
web - Controller - Service - ServiceImplement - Mapper - DB까지 값들이 넘어가는 것을 디버깅을 통해 정상적으로 값이 넘어가는 것을 확인하였습니다.
그래서 쿼리문을 보았더니,,
; 을 넣어서 오류가 난 것입니다 ;ㅅ;
저는 ;를 지우니 서버가 동작하였고, 오타에 주의하세요!
다들 ;조심하세여!
728x90
반응형