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: