//apply plugin: 'org.springframework.boot.gradle.plugin.SpringBootPlugin' version = '0.0.1' dependencies { implementation 'org.springframework.boot:spring-boot-starter' implementation 'org.springframework.boot:spring-boot-starter-data-jpa' } bootJar { enabled = false } jar { enabled = true }