Registry / web-framework / spring-boot-starter-groovy-templates

spring-boot-starter-groovy-templates

JSON →
library4.0.6javamavenunverified

Spring Boot starter for using Groovy Templates as the view technology in web applications.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-groovy-templates</artifactId> <version>4.0.6</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-BOOT-STARTE
S
spring-boot-starter-groovy-templates
web-frameworkjavav4.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GroovyTemplateAutoConfiguration
org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration

Enable Groovy Templates auto-configuration

import org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration; @Configuration @Import(GroovyTemplateAutoConfiguration.class) public class AppConfig { }
Debug
Known issues
breakingGroovy Templates are deprecated in Spring Boot 3.x in favor of Thymeleaf or FreeMarker.
fix
Migrate to Thymeleaf or FreeMarker for new projects.
affects: >=3.0.0
Upgrade
Version history
4.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
spring-boot-starter-groovy-templates — mvn dependency:get spring-boot-starter-groovy-templates · libregistry