증상 : pom.xml 첫줄에 빨간 밑줄
Exception java.lang.ExceptionInlnitializerError: Cannot access defaults field of Properties [in thread "Worker-193: Building"]
해결 : maven-war-plugin 추가
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.3.2</version>
</plugin>
'Tools > Eclipse / STS' 카테고리의 다른 글
[이클립스/STS] 'target/m2e-wtp/' 폴더가 SVN 충돌이 계속될때 SVN Ignore 방법 (0) | 2023.07.18 |
---|---|
[이클립스,STS] method 주석 템플릿 (자동생성 주석 양식) (0) | 2023.07.14 |
MyBatipse (0) | 2023.07.04 |
[STS4] Spring-Boot 프로젝트에 jsp 셋팅하기 (0) | 2023.07.03 |
[STS, 이클립스] Subclipse 4.3.3 수동설치 (0) | 2023.06.19 |
댓글