org.springframework.beans.factory.NoSuchBeanDefinitionException:
오류가 발생했다. 확인 해보니 ReservationDao class에서 @Repository Annotaion을 추가하지 않았다.
수정하고 오류해결.
'Java > Spring framwork' 카테고리의 다른 글
controller GET에서 redirect가 안될 때 해결 방법 (0) | 2020.08.08 |
---|---|
(Spring 오류) Origin 서버가 대상 리소스를 위한 현재의 representation을 찾지 못했거나, 그것이 존재하는지를 밝히려 하지 않습니다. (0) | 2020.08.03 |
controller에서 다양한 방식으로 파라미터 값 받기 (0) | 2020.07.21 |
Annotation @Controller와 @RestController 차이점 (0) | 2020.07.09 |
Spring framework 환경설정 오류 java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener (0) | 2020.06.23 |