application.xml에서 component-scan통한 bean 등록시 <context:component-scan base-package="패키지명"/>에서 'context:component-scan" is not bound'라는 에러 메시지가 뜰때는 상단에
xmlns:context="http://www.springframework.org/schema/context"
추가해서 해결한다.