[SpringBoot] Request processing failed; nested exception is java.lang.ClassCastException: class java.lang.Integer cannot be cast to class java.lang.Boolean (java.lang.Integer and java.lang.Boolean are in module java.base of loader 'bootstrap') 오류해결

선형채·2023년 11월 12일
0

mapper.xml의 resultType을 잘못설정해서 나는 오류이다.

예) 인자값을 객체로 보내쓴ㄴ데 resultType를 int로 씀

profile
JAVA BACK-END DEVELOPER 👩‍💻

0개의 댓글