Package io.jstach.opt.spring.webflux.example.message
@JStacheInterfaces(templateAnnotations=org.springframework.stereotype.Component.class)
@JStacheConfig(using=App.class)
package io.jstach.opt.spring.webflux.example.message
Spring Boot MVC components using JStachio.
Has the following:
Make sure to take note of the 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.
-
ClassDescriptionSpring configuration to add a
JStachioModelViewConfigurer
for MessagePage.Example controller that uses a View which has global state injected into it via a handler interceptor.Model using a configurer to add state.Generated Renderer.