Console Application with Spring Boot

From NovaOrdis Knowledge Base
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')
}

Spring Boot Application Class