2021-08-16

This commit is contained in:
2021-08-16 13:47:25 +09:00
parent 68ea844c69
commit 827351bdf5
22 changed files with 365 additions and 20 deletions

View File

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