Registry / web-framework / spring-boot-starter-mustache

spring-boot-starter-mustache

JSON →
library4.0.6javamavenunverified

Starter for using Mustache template engine in Spring Boot applications.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mustache</artifactId> <version>4.0.6</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-BOOT-STARTE
S
spring-boot-starter-mustache
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.

MustacheAutoConfiguration
org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration

Verifies Mustache auto-configuration class is available.

import org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration; public class MustacheExample { public static void main(String[] args) { System.out.println("Mustache auto-configuration: " + MustacheAutoConfiguration.class.getName()); } }
Debug
Known issues
gotchaMustache starter is not as commonly used as Thymeleaf or FreeMarker; ensure templates are correctly configured.
fix
Check your application.properties for spring.mustache.prefix/suffix settings.
affects: *
Upgrade
Version history
4.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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