Create spring-boot-freemarker module

This commit is contained in:
Moritz Halbritter
2025-03-19 15:00:24 +01:00
committed by Phillip Webb
parent b1ddb574d6
commit 5c948ab96b
35 changed files with 126 additions and 92 deletions

View File

@@ -6,6 +6,5 @@ description = "Starter for building MVC web applications using FreeMarker views"
dependencies {
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api("org.freemarker:freemarker")
api("org.springframework:spring-context-support")
api(project(":spring-boot-project:spring-boot-freemarker"))
}