본문 바로가기
Develop/Spring

[오류]context:component-scan" is not bound

by jaekk 2018. 8. 18.

[오류명] context:component-scan" is not bound



수정 방법

1
xmlns:context="http://www.springframework.org/schema/context"
cs

추가









참고 url

https://stackoverflow.com/questions/16673644/contextcomponent-scan-is-not-bound






component-scan 요소

classpath를 스캔하여 @annotation이 명시된 요소들을 스프링 빈으로 등록



댓글