jowoohyeong / TIGENSOFT

0 stars 0 forks source link

Eclipse > 프로그램 실행 오류 - Run Configurations #1

Open jowoohyeong opened 1 year ago

jowoohyeong commented 1 year ago

오류

Unable to make field private final java.time.LocalDate java.time.LocalDateTime.date accessible: module java.base does not "opens java.time" to unnamed module

해결

Run - Arguments - Run Configurations... - VM arguments:

  1. 로그인 페이지에서 넘어갈 때
  2. log4j 오류

--add-opens=java.base/java.time=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED -Dfile.encoding=MS949

jowoohyeong commented 1 year ago

SpringBootServletInitializer 상속 https://serverwizard.tistory.com/165