java.lang.Object
io.jstach.opt.spring.webflux.example.App
@SpringBootApplication
@JStachePath(prefix="views/",
suffix=".mustache")
public class App
extends Object
Entry point and class that defines shared jstachio config to be imported in other
places with
JStacheConfig.using()
.- Author:
- agentgt
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
App
public App()To placate JDK 18 javadoc.
-
-
Method Details
-
main
Canonical entry point that will launch Spring- Parameters:
args
- the command line args
-