설정 파일로 web.xml을 먼저 찾는데 그 과정에서 web.xml파일이 없다는 에러가 발생한다.
아래와 같이 pom.xml에 설정하면 web.xml 파일을 찾지 않는다.
<properties>
<failOnMissingWebXml>false</failOnMissingWebXml>
<spring.version>5.2.2.RELEASE</spring.version>
</properties>
'Spring > Spring 에러' 카테고리의 다른 글
mybatis mapper.xml에 파라미터 전달 오류 (0) | 2021.03.25 |
---|---|
에러 : java.lang.NullPointerException (0) | 2021.03.22 |
pom.xml log4j 버전 오류 (0) | 2021.03.05 |
한글로 된 경로 때문에 Lombok(Log4j) 에러 (0) | 2021.02.26 |
maven project 생성 시 src/main/java가 생성이 안되는 경우 (0) | 2021.02.01 |