Module io.jstach.opt.spring.boot.webmvc
module io.jstach.opt.spring.boot.webmvc
Spring Boot Web MVC starter for JStachio:
io.jstach:jstachio-spring-boot-starter-webmvc.
When using Spring Boot starter it is recommended you use
SpringJStacheConfig
for static configuration.
Place the below on a package-info.java
where your JStache
models are or if in a modular environment module-info.java
@JStacheConfig(using = SpringJStacheConfig.class)
// some class, package-info, module-info
- Author:
- agentgt, dsyer
- See Also:
-
Packages
-
Modules
ModifierModuleDescriptiontransitiveJStachio Spring webmvc module: io.jstach:jstachio-spring-webmvc.ModifierModuleDescriptiontransitiveJStachio compile time annotations: io.jstach:jstachio-annotation.transitiveJStachio Core Runtime API: io.jstach:jstachio.transitiveJStachio Spring integration module: io.jstach:jstachio-spring.