Package io.jstach.opt.spring.webflux.example.hello


Spring Boot WebFlux example Hello endpoint using JStachio.

Has the following:

  • Controller
  • Model
  • io.jstach.opt.spring.webflux.example.HelloModelView (jstachio generated renderer)
Make sure to take note of the annotations on this package 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.