2022-01-06 21:28:05 +08:00
|
|
|
plugins {
|
|
|
|
id "org.springframework.boot.starter"
|
|
|
|
}
|
|
|
|
|
|
|
|
description = "Starter for building MVC web applications using Thymeleaf views"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
|
2025-03-25 18:22:30 +08:00
|
|
|
api(project(":spring-boot-project:spring-boot-thymeleaf"))
|
2022-01-06 21:28:05 +08:00
|
|
|
}
|