-
[Spring] org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.ExecutorException: No constructor found inJAVA/SPRING 2020. 4. 15. 21:05728x90
에러 코드 : org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.ExecutorException: No constructor found in com.xxx.xxx
원인 : MyBatis가 자동적으로 객체를 생성할 때 기본적으로 파라미터가 없는 생성자가 존재해야함
해결방법 : Vo에 파라미터가 없는 생성자 생성
728x90'JAVA > SPRING' 카테고리의 다른 글
[Spring] AOP (Aspect Oriented Programming) (0) 2023.06.11 [Spring] 의존성 주입 (Dependency Injection) (0) 2023.05.29 [SPRING] SPRING 게시판 (8) - CRUD [게시글 수정] (0) 2020.03.18 [SPRING] SRPING 게시판 (7) - CRUD [게시글 삭제] (0) 2020.03.16 [SPRING] SPRING 게시판 (6) - CRUD [게시물 상세보기] (0) 2020.03.16