Web Programming/Spring

[Spring] The prefix "context" for element "context:component-scan" is not bound. 에러

H.Sunny,, 2020. 5. 12. 10:43

해당 에러는 beans의 xmlns 선언 부분에 context에 대한 부분이 없어서 발생하는 에러이다.

 

위와 같이 "www.springframework.org/schema/context" 를 추가하여 주면 될 것이다.