일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- oracle
- IntelliJ
- MSSQL
- git
- STS
- 설정
- Spring Boot
- Exception
- PostgreSQL
- ubuntu
- AJAX
- maven
- Core Java
- JavaScript
- myBatis
- Python
- Thymeleaf
- error
- 오픈소스
- jpa
- Open Source
- 문서
- JDBC
- Tomcat
- SpringBoot
- Source
- spring
- Docker
- Eclipse
- MySQL
- Today
- Total
목록settings (3)
헤르메스 LIFE

https://hermeslog.tistory.com/536 [Settings] >> [Plugins] > lombok 설치 1-2. Enable annotation processing 체크 1-3. 단축키 ( Alt + Ins ) Getter, Setter 뿐만 아니라, Cons.." data-og-host="hermeslog.." data-og-host="hermeslog.tistory.com" data-og-source-url="https://hermeslog.tistory.com/536" data-og-url="https://hermeslog.tistory.com/536" data-og-image="https://scrap.kakaocdn.net/dn/uJuys/hyMxxjscWd/eMnZdxbM..

https://hermeslog.tistory.com/443> [Settings] >> [Plugins] > lombok 설치 1-2. Enable annotation processing 체크 1-3. 단축키 ( Alt + Ins ) Getter, Setter 뿐만 아니라, Cons.." data-og-host="hermeslog.tistory.com" data-og-source-url="https://hermeslog.tistory.com/443" data-og-url="https://hermeslog.tistory.com/443" data-og-image="https://scrap.kakaocdn.net/dn/fKCxt/hyMxxw1NOx/tor1dposAKyWQv1lFD5WtK/img.jpg?wid..

1. Plugin 설치 [File] > [Plugins] > Lombok 2. Lombok Dependency 설정 Maven org.projectlombok lombok true Gradle dependencies { compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' } 3. Lombok requires annotation processing Plugin 설치 후 Restart 되면, 우측하단에 알림을 선택. 수동으로 Enable 방법은 [File] > [Settings] > [Build, Execution, Deployment] > [Compiler] > [Annotation Processors] ..