Spring Framework (1) 썸네일형 리스트형 [Eclipse] Attribute 'local' is not allowed to appear in element 'ref' 메세지 수정방법 [Eclipse] Attribute 'local' is not allowed to appear in element 'ref' 메세지 수정방법 2018. 10. 26 기준 이클립스에서 Spring Framework 프로젝트시 local이 정의되어 있지 않다고 오류가 나는 경우가 있죠? cvc-complex-type.3.2.2: Attribute 'local' is not allowed to appear in element 'ref'. Spring Framework 4.0 업그레이드 되면서 local이 없어졌기 때문이예요. 이를 해결하기 위해 아래와 같이 두 가지 방법이 있습니다. 첫번째. local로 되어 있는 키워드를 모두 bean으로 바꾼다. 12345 Colored by Color Scriptercs.. 이전 1 다음