// <https://mvnrepository.com/artifact/org.springframework/spring-context>
implementation 'org.springframework:spring-context:6.2.3'

// <https://mvnrepository.com/artifact/org.projectlombok/lombok>
implementation 'org.projectlombok:lombok:1.18.24'
annotationProcessor 'org.projectlombok:lombok:1.18.24'

build.gradle에 라이브러리가 추가된 모습 확인

스크린샷 2025-09-04 오전 10.42.24.png