2021-08-12

This commit is contained in:
2021-08-12 10:57:58 +09:00
parent 657457980a
commit 68ea844c69
2 changed files with 2 additions and 3 deletions

View File

@@ -13,8 +13,7 @@ plugins {
} }
dependencies { dependencies {
//implementation("org.springframework.boot:spring-boot-starter-mustache") implementation("org.springframework.boot:spring-boot-starter")
implementation("org.springframework.boot:spring-boot-starter-web")
compileOnly("org.projectlombok:lombok") compileOnly("org.projectlombok:lombok")
developmentOnly("org.springframework.boot:spring-boot-devtools") developmentOnly("org.springframework.boot:spring-boot-devtools")