"Hello world" app with Spring Web Flow, Spring Boot 2, Java 11.
Run the Application class in a Java IDE (e.g. IntelliJ IDEA).
Alternatively, in Terminal:
$ mvn package
$ sh target/bin/webapp
Then open http://localhost:8080/activationFlow
The code is based on Guide to Spring Web Flow.