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:
- 
PackagesExportsIndirect Exports
- 
ModulesRequiresModifierModuleDescriptiontransitiveJStachio Spring webmvc module: io.jstach:jstachio-spring-webmvc.Indirect RequiresModifierModuleDescriptiontransitiveJStachio compile time annotations: io.jstach:jstachio-annotation.transitiveJStachio Core Runtime API: io.jstach:jstachio.transitiveJStachio Spring integration module: io.jstach:jstachio-spring.