Notice
Recent Posts
Recent Comments
Link
09-13 03:27
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- rest방식
- HTTP 상태 415 – 지원되지 않는 Media Type
- java.lang.NoClassDefFoundError:org/springframework/core/annotation/MergedAnnotations
- 스프링
- oracle
- git push
- ejected-non-fast-forward
- 마크다운 기본문법
- spring자바설정
- jdbc연결테스트코드
- 마크다운 링크
- git
- @Setter(onMethod_ = @Autowired) Error
- SpringJUnit4ClassRunner
- mysql한글깨짐
- 오라클
- git오류
- jdbc연결확인
- 한글깨짐
- Oracle join
- 이클립스
- 정보처리기사
- SQL
- 취성패
- lombok.jar
- Class<SpringJUnit4ClassRunner> cannot be resolved to a type
- 오라클연습문제
- 마크다운 테이블
- java
- 마크다운 리스트
Archives
- Today
- Total
study-project
[오류]ERROR: org.mybatis.spring.mapper.MapperFactoryBean - Error while adding the mapper 본문
TIL/Spring
[오류]ERROR: org.mybatis.spring.mapper.MapperFactoryBean - Error while adding the mapper
귤식빵 2021. 3. 18. 13:52이거 찾느라고 엄청 시간 많이썼다
root-context.xml 이 문제일거라고 생각하고 마이바티스 스캔하는곳 진짜 많이 확인하고 다시적고 그랬는데
여기가 아니라 mapper.xml 파일에서 네임스페이스 설정하는곳이 문제였다
내가 만든 패키지이름은 com.mini.mapper여기 안에 메퍼 인터페이스가 있는데
여기까지만 적고 메퍼이름을 안적어준것이다 ㅜㅜ
그리고 에러메세지 자세히 읽어보면 아주 친절히 가르쳐줌
Wrong namespace라고,, expected .. 이라고 나오는데 시간아깝다.. ㅜ
'TIL > Spring' 카테고리의 다른 글
[오류] HTTP 상태 415 – 지원되지 않는 Media Type (0) | 2021.03.30 |
---|---|
[오류]invalid bound statement (not found) (0) | 2021.03.25 |
[오류]spring Logger cannot be resolved to a type 해결 (0) | 2021.02.23 |
[오류]web.xml is missing and <failOnMissingWebXml> is set to true (0) | 2021.02.18 |
[오류]java.lang.NoClassDefFoundError: org/springframework/core/annotation/MergedAnnotations (0) | 2021.02.17 |
Comments