Module io.jstach.opt.spring.example
Package io.jstach.opt.spring.example
package io.jstach.opt.spring.example
Spring Boot MVC application using JStachio.
 
Application has the following:
ControllerModel- io.jstach.opt.spring.example.HelloModelView (jstachio generated renderer)
 Bean configurationWeb configuration
annotations
 on this module as they define the jstachio config needed to integrate with Spring.
  This is because much of JStachio config is not runtime driven but compile
 time driven.
 This package is only exported for documenting the Spring Example. In a real world app you probably would not export a package like this.
- 
ClassesClassDescriptionEntry point.Configures JStachio Spring style.Configures MVC using
JStachioHttpMessageConverterto allow returning models which will be rendered using JStachio runtime.