아마도 설치한 지 얼마 되지 않아서 메이븐에서 아직 프라퍼티 설정을 못 찾아서 발생하는 문제인 것처럼 보인다.
설치된지 얼마 안 되었을 때, 꽤 오래 간다.
해결 방법은
pom.xml 에서 Maven-compiler-plugin 의 설정을 붙여넣기 하면 된다.
원인은 메이븐 버전이 옛날 버전일 경우, 가장 최근 것으로 맞춘다.
https://stackoverflow.com/questions/67168999/maven-error-cannot-access-defaults-field-of-properties
'spring framwork 에러노트' 카테고리의 다른 글
An error has occurred. See error log for more details. Could not initialize class com.thoughtworks.xstream.converters.collections.PropertiesConverter (0) | 2022.08.27 |
---|---|
이클릭스 삭제 후 재설치 (0) | 2022.08.26 |
이클립스에 sts 플러그인이 설치 안 되는 문제 (0) | 2022.08.26 |
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path (0) | 2022.08.23 |
genericxmlapplicationcontext import 안됨 (0) | 2022.08.21 |