lombok 이클립에서 빨간줄 그어질때
https://github.com/projectlombok/lombok/issues/2882
eclipse.ini 파일 맨 하단에 아래 두줄 추가
--illegal-access=warn
--add-opens java.base/java.lang=ALL-UNNAMED
'JAVA > TROUBLE SHOOTING' 카테고리의 다른 글
error403 - cross domain(크로스 도메인) (0) | 2021.06.01 |
---|---|
MYBATIS 에러 이유를 못찾을때 (0) | 2020.07.13 |
JSON VO매핑시 Null 처리 (0) | 2020.05.14 |
JSON, VO 맵핑 도움글 (0) | 2020.01.02 |
Parameter 0 of constructor in required a bean of type 'java.lang.String' that could not be found (0) | 2019.12.30 |