< ?xml version="1.0" encoding="UTF-8"?>
<beans >
xmlns:context="http://www.springframework.org/schema/context"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
<context:annotation-config></context:annotation-config>
xmlns:context 선언했는데 <context:annotation-config> 이자식 왜 자꾸 'context:annotation-config' 요소에 대한 선언을 찾을 수 없습니다.' 라고 에러나죠
xsi:schemaLocation 추가를 안했구나 ㅈㅅ