1. 에러 발생
이전까진 멀쩡히 잘 되고 딱히 건든게 없는데 갑자기 뜨는 Error parsing SQL Mapper Configuration. 에러
구글링의 결과, mapper parsing 작업에서 충돌로 일어난 문제
풀 에러 내용은 이거..
Caused by: org.springframework.core.NestedIOException: Failed to parse config resource: class path resource [config/mybatis/mybatis-config.xml]; nested exception is org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: org.apache.ibatis.builder.BuilderException: Error registering typeAlias for 'vol'. Cause: java.lang.ClassNotFoundException: Cannot find class: member.pf.vol.Vol_DTO
2. 해결 방법
원래는 server에서 clean 하고 재실행하면 될거라고 해서 해볼랬는데, STS 껐다 키니까 그냥 되네...
다음에 다시 에러 발생하면 또 요래 해보고 안되면 글 수정하겠음
3. 프로젝트 실행
'IT 언어 > Error' 카테고리의 다른 글
[STS] Failed to configure a DataSource: 'url' attribute is not... (0) | 2024.03.04 |
---|---|
[VSCODE] /bin/sh: node: command not found (0) | 2024.01.07 |
[Home brew] zsh: command not found: brew (0) | 2024.01.07 |
[VSCODE] 'Code Runner' 확장을 설치하는 동안 오류가 발생했습니다. 자세한 내용은 로그를 확인하세요. (0) | 2024.01.07 |
[STS] Port 8080 required by Tomcat v9.0 Server at localhost... (2) | 2024.01.03 |