Console Application with Spring Boot
Jump to navigation
Jump to search
External
Internal
Overview
Starter Dependencies
dependencies {
implementation('org.springframework.boot:spring-boot-starter')
compileOnly('org.projectlombok:lombok:1.18.2')
}