728x90
반응형
원인 : mapper 위치를 못찾아서 생김
<mapper namespace="com.example.modelboard.mapper.MainMapper">
해결 : mapper.xml에서 modelBoard -> modelboard 로 변경 후 Error 사라짐 ㅜㅜ
mapper 경로 잘 확인 하세요. 정확한 패키지 이름을 적어야 합니다. 대/소문자 확인 필수!!
728x90
반응형
'ERROR' 카테고리의 다른 글
[ERROR] mybatis+ajax 아이디 중복 체크 시 null 오류 (0) | 2022.10.26 |
---|---|
[ERROR] Cannot delete or update a parent row : a foreign key constraint fails (0) | 2022.10.25 |
[ERROR] Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. (0) | 2022.10.11 |
[ERROR] thymeleaf sec:authorize 안될 때 (1) | 2022.10.04 |
[ERROR] Spring security 403 (0) | 2022.09.30 |