롬복 에러 해결 절차(eclipse)
- 롬복설치
- 이클립스 경로 일치하는지 확인(JEE)
- 이클립스 init 확인
- pom.xml > dependency 확인
- 클래스에 메서드(ex. @Data get, set ...)가 생성되었는지 확인)
롬복 다운로드
https://mvnrepository.com/artifact/org.projectlombok/lombok
Maven Repository: org.projectlombok » lombok
Spice up your java: Automatic Resource Management, automatic generation of getters, setters, equals, hashCode and toString, and more! VersionRepositoryUsagesDate1.18.x1.18.16Central 0 Oct, 20201.18.14Central55Oct, 20201.18.12Central1,854Feb, 20201.18.10Cen
mvnrepository.com
'Spring > error' 카테고리의 다른 글
스프링 MyBatis Mapper org.mybatis.spring.MyBatisSystemException 에러 해결 (0) | 2020.11.30 |
---|