HBlog

web.xml error 본문

인강/김영한 Spring 강의

web.xml error

Heeseonn 2022. 12. 19. 11:49

web.xml error

잘 쓰이던 boot프로젝트 web.xml파일에서 error가 떴다.

Multiple annotations found at this line:

 

1. Attribute:

  • version is required in element:
  • web-app

2. Code:

  • cvc-complex-type.4: Attribute 'version' must appear on element

해결: https://kmhan.tistory.com/699

'인강 > 김영한 Spring 강의' 카테고리의 다른 글

Spring 구조  (0) 2022.12.19
Intellj → Eclipse  (0) 2022.12.19
내용정리  (0) 2022.12.19
Comments