build.gradle

plugins {
id ‘org.springframework.boot’ version ‘1.5.2.RELEASE’
id ‘java’
}
repositories {
mavenCentral()
}

dependencies {
compile(„org.springframework.boot:spring-boot-starter-web”)
testCompile(„org.springframework.boot:spring-boot-starter-test”)
}