[Spring Boot] web.xml 초기 에러 메시지 및 해결방법

[Spring Boot] web.xml 초기 에러 메시지 및 해결방법

1. 에러 메세지 : There are '37' erros in 'jps_2_1.xsd'

원인 : url 2개가 구분없이 이어짐

해결방법 : 첫번째 url뒤에 세미콜론(;) 추가

2. 에러 메세지 : cvc-complex-type.4: Attribute 'version' must appear on element 'web-app'

원인 : web-app 요소에 반드시 버전을 표기해야되는데 없음

해결방법 : 요소에 version 추가

참고 1) https://code-hyoon.tistory.com/14

2) https://abc2080.tistory.com/entry/%EC%97%90%EB%9F%AC-cvccomplextype4-Attribute-version-must-appear-on-element-webapp

from http://kmhan.tistory.com/699 by ccl(A) rewrite - 2021-12-21 13:27:12