web.xml을 켤때만 빨간줄이 생김!!
cvc-id.3: A field of identity constraint 'web-app-servlet-name-uniqueness' matched element 'web-
app', but this element does not have a simple type.
이유가 궁금해서 찾아보니
태그에 있는 xmlns="http://java.sun.com/xml/ns/javaee" 에서 java를 대문자로 바꿔주면 빨간줄 사라짐!
반응형