Notice
Recent Posts
Recent Comments
Link
목록XML (3)
이야기앱 세상
spring xml 파일에서 cvc-elt.1.a: Cannot find the declaration of element 'beans'. 오류 발생
spring xml 파일에서 cvc-elt.1.a: Cannot find the declaration of element 'beans'. 오류가 발생할 경우이클립스 메뉴 Windows>Preferences 에서 xml(Wild Web Developer) 를 선택하여 아래 그림 처럼 Download external resources like referenced DTD,XSD를 체크함
IT/Spring
2024. 6. 10. 14:23
mybatis mapper xml 파일에서 VO 알리아스 인식 오류
mybatis mapper xml 파일에서 아래와 같이 VO 의 알리아스를 인식하지 못 할 때가 있다. 이렇게 화면 상에는 인식을 못 해서 에러가 나는 것 처럼 표기 되지만 실제 동작을 시켰을 때는 정상적으로 동작한다면 아래와 같이 Window>Preferences를 눌러서 Validation 항목을 선택하고 MyBatis XML Mapper Validator의 Manual, Build 부분의 체크를 해제해준다. 그렇게 하면 오류 표시가 사라진다.
IT/Spring
2022. 8. 18. 16:06
web.xml 파일의 web-app에 오류 해결 방법
web.xml 파일에서 아래와 같이 web-app에 오류가 발생할 때가 있다. web-app에 오류가 발생하면 http://java.sun.com/xml/ns/javaee" xmlns:xsi="https://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"> 위 태그에서 http://java.sun.com 부분을 http://Java.sun.com 처럼 소문자 j를 대문자 J로 변경해주면 오류가 사라진다.
IT/Spring
2022. 8. 18. 15:47