-
[spring boot] 오류 기록Spring/기타 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 파일에서 해당 파일 주소가 맞는지 확인
'Spring > 기타' 카테고리의 다른 글
[error] HS256 알고리즘 사용시 에러 (1) 2024.11.28 java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter 에러 (0) 2024.11.27 Spring 오류) JDBCSupport 연결 시 DI 시점 오류 (0) 2024.08.13 Lombok 오류 ) The method ~ is undefined for the type DTO (0) 2024.08.12