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:
Controller
Model
- io.jstach.opt.spring.example.HelloModelView (jstachio generated renderer)
Bean configuration
Web 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.
-
ClassDescriptionEntry point.Configures JStachio Spring style.Configures MVC using
JStachioHttpMessageConverter
to allow returning models which will be rendered using JStachio runtime.