Module io.jstach.opt.spring.webflux.example
module io.jstach.opt.spring.webflux.example
Spring Webflux example app for JStachio:
io.jstach:jstachio-spring-webflux-example.
This module is an example modularized Spring Boot Webflux application.
Make sure to take note of the annotations on App
as they define the jstachio config
needed to integrate with Spring.
Next checkout the projects main package io.jstach.opt.spring.webflux.example
.
This project uses the jmustache extension which will
allow editing of mustache template files while the application is loaded
(e.g. spring-boot:run
) without recompiling.
While the code is Javadoc and the source is linked (if you click on the classes the source code is shown) it might be easier to look at the source directly on github.
- Author:
- agentgt
- API Note
- This module is not public API as it is just an example and thus does not follow semver policy!
-
Packages
PackageDescriptionSpring Boot MVC application using JStachio.Spring Boot WebFlux example Hello endpoint using JStachio.Spring Boot MVC components using JStachio. -
Modules
ModifierModuleDescriptiontransitiveJStachio Spring Webflux integration module: io.jstach:jstachio-spring-webflux.ModifierModuleDescriptiontransitiveJStachio compile time annotations: io.jstach:jstachio-annotation.transitiveJStachio Core Runtime API: io.jstach:jstachio.transitiveJStachio Spring integration module: io.jstach:jstachio-spring.