Create spring-boot-groovy-templates module

This commit is contained in:
Phillip Webb
2025-03-19 21:08:10 -07:00
parent 91b4049fec
commit b1ddb574d6
23 changed files with 157 additions and 132 deletions

View File

@@ -5,6 +5,6 @@ plugins {
description = "Starter for building MVC web applications using Groovy Templates views"
dependencies {
api(project(":spring-boot-project:spring-boot-groovy-templates"))
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))
api("org.apache.groovy:groovy-templates")
}