Package io.jstach.opt.spring.webflux.example.hello
@JStacheInterfaces(templateAnnotations=org.springframework.stereotype.Component.class)
@JStacheConfig(using=App.class,
naming=@JStacheName(suffix="View"))
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)
This package is only exported for documenting the Spring Example. In a real world app you probably would not export a package like this.
-
ClassDescriptionExample hello world controller using different ways to use JStachio for web development.Model using a resource template that is in src/main/resources/views.Generated Renderer.