build.gradle.kts

This commit is contained in:
luming 2021-07-01 10:39:40 +08:00
parent b6b9847120
commit 685dabaf72

View File

@ -14,14 +14,6 @@ repositories {
mavenCentral()
}
buildscript {
ext {
val kotlinVersion = "1.2.20"
val springBootVersion = "2.0.0.RELEASE"
}
}
dependencies {
implementation("org.springframework.boot:spring-boot-starter")
implementation("org.springframework.boot:spring-boot-starter-web")