Module io.jstach.opt.spring.example


@JStacheConfig(using=SpringJStacheConfig.class) module io.jstach.opt.spring.example
Spring Web MVC example app for JStachio: io.jstach:jstachio-spring-example. This module is an example modularized Spring Boot application. It is not a requirement that your application be modularized to use JStachio (or Spring w/ JStachio). Spring (as of 6.0) is still not really designed for modularization so this module-info looks more complex than it really should.

Make sure to take note of the annotations on this module as they define the jstachio config needed to integrate with Spring.

Next checkout the projects main package io.jstach.opt.spring.example.

While the code is Javadoc and the source is linked (if you click on the classes the source code is shown) it might be easier to look at the source directly on github.

Author:
agentgt
API Note
This module is not public API as it is just an example and thus does not follow semver policy!