Spring/기타
[spring boot] 오류 기록
읽히는 블로그
2024. 8. 9. 13:35
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name '파일명dao': Unsatisfied dependency expressed through field '파일명Inter': Error creating bean with name '파일명Inter' defined in file [C:\ ..]: Cannot resolve reference to bean 'sqlSessionTemplate' while setting bean property 'sqlSessionTemplate'
해결방법
1 ) 각 어노테이션(MVC)이 잘 들어갔는지 확인
2 ) xml 파일에서 해당 파일 주소가 맞는지 확인