일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- error
- Eclipse
- Python
- Core Java
- 오픈소스
- SpringBoot
- JavaScript
- Open Source
- 설정
- Docker
- ubuntu
- git
- JDBC
- STS
- maven
- IntelliJ
- MSSQL
- Thymeleaf
- MySQL
- AJAX
- 문서
- Source
- Spring Boot
- oracle
- Exception
- myBatis
- Tomcat
- jpa
- spring
- PostgreSQL
- 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] ..