오류내용 :
1. Cannot find the declaration of element 'beans' - Spring 4.0.2 [duplicate] 또는
2. Multiple annotations found at this line
오류원인 : pom.xml에 xmlns:beans="http://www.springframework.org/schema/beans"가 추가되어 있지않아서 발생함
오류해결 : pom.xml에 xmlns:beans="http://www.springframework.org/schema/beans" 추가 후 해결함

아래 부분에 pom.xml에 xmlns:beans="http://www.springframework.org/schema/beans" 가 추가되어 있지않아서 발생함

아래 문구를 추가한 후 문제를 해결하였다.

xmlns:beans="http://www.springframework.org/schema/beans"

+ Recent posts