반응형
Error creating bean with name 'com.kh.myapp.RbbsTest': Unsatisfied dependency expressed through field 'rbbsdao'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.kh.myapp.bbs.dao.RbbsDAO' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true), @org.springframework.beans.factory.annotation.Qualifier(value=rbbsDAOImplXML)}
이러한 에러가 났을 시, 나의 경우 DAOImplXML에 클래스 명 위에 @Repository를 빼먹어서 났던 오류였다.
붙이니 바로 해결.
'웹 프로그래밍' 카테고리의 다른 글
새로고침 및 뒤로가기 시 폼 유지 이벤트 (0) | 2019.07.04 |
---|---|
[CSS]여러 개의 버튼을 가운데 정렬하는 방법 (0) | 2019.07.04 |
Spring Security (0) | 2018.06.11 |
MDB navigation 공백 처리법 (0) | 2018.06.04 |
JSP 문법 (0) | 2018.04.24 |
댓글