Registry / web-framework / thymeleaf-spring4

thymeleaf-spring4

JSON →
library2.0.21javamavenunverified

Modern server-side Java template engine for both web and standalone environments, integrated with Spring 4.

<dependency> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf-spring4</artifactId> <version>2.0.21</version> </dependency>
INSTALL
IMPORT
SIG · THYMELEAF-SPRING4
T
thymeleaf-spring4
web-frameworkjavav2.0.21
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.

SpringTemplateEngine
org.thymeleaf.spring4.SpringTemplateEngine

Minimal usage of Thymeleaf Spring 4 template engine

import org.thymeleaf.spring4.SpringTemplateEngine; public class Example { public static void main(String[] args) { SpringTemplateEngine engine = new SpringTemplateEngine(); System.out.println(engine.process("template", null)); } }
Debug
Known issues
breakingThymeleaf Spring 4 is designed for Spring 4.x; using with Spring 5+ may cause compatibility issues.
fix
Upgrade to Thymeleaf Spring 5 (org.thymeleaf:thymeleaf-spring5) for Spring 5+.
affects: >=2.0.0
Upgrade
Version history
2.0.21latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
thymeleaf-spring4 — mvn dependency:get thymeleaf-spring4 · libregistry