본문 바로가기
Back-End/Spring

[MAC] 이클립스 jsnature 오류

by You_mool 2024. 4. 23.
반응형

일단 "Could not read maven project" 오류 때문에 maven update 시도 했으나
jsnature를 설치하라는 문구가 계속 나왔다.

해결방법 : 

pom.xml에

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

추가한다.

반응형