RestControllerExceptionAdvice - org.mybatis.spring.MyBatisSystemException: Cause: java.lang.IllegalArgumentException
ava.lang.IllegalArgumentException : 잘못된 인수 예외
ExceptionHandlerExceptionResolver - Resolved [org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: Error instantiating class kr.youfriend.swing.flex.dto.MemberDTO with invalid types (int,String,char,String,String,String,String,String,Timestamp,Timestamp,int,char,char,char,char,char)
MemberDTO with invalid types : 타입이 맞지 않음을 알 수 있다.
char 가 null을 받아주지 못하는 것
로 변경하여 null값을 받아줌으로써 해결 완료
'Projects > Projects 오류 해결' 카테고리의 다른 글
오라클 오류 해결 (0) | 2022.05.25 |
---|---|
Application run failed 오류 해결 (0) | 2022.05.17 |
외부 db연결 오류 (0) | 2022.03.25 |
이클립스 img 파일 경로를 못 찾을 때 (0) | 2021.12.23 |
Boot&JPA WebSite (TDD)오류 해결 (0) | 2020.04.27 |