myBatis
-
[Spring] org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.ExecutorException: No constructor found inJAVA/SPRING 2020. 4. 15. 21:05
에러 코드 : org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.ExecutorException: No constructor found in com.xxx.xxx 원인 : MyBatis가 자동적으로 객체를 생성할 때 기본적으로 파라미터가 없는 생성자가 존재해야함 해결방법 : Vo에 파라미터가 없는 생성자 생성