src/build.gradle
dependencies {
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-mustache'
implementation 'org.springframework.boot:spring-boot-starter-web'
runtimeOnly 'com.h2database:h2'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}
3 편집기에 나타난 코끼리 모양의 새로 고침(, Load Gradle Changes) 아이콘을 클릭합니다. 추가한 코드를 감지해 롬복 관련 라이브러리를 인터넷에서 자동으로 다운로드합니다.
그림 4-4 롬복 라이브러리 내려받기