Testing and playing around with spring-boot 1.5.9.
Start Server.java to launch an embedded tomcat with the server application.
Start FxClient.java to launch a JavaFX client application to communicate with the server via Spring HTTP Invoker.
Access http://localhost:8080/ to see a tiny Web MVC demo.
Access http://localhost:8080/books to see a Freemarker controller displaying the database content.
https://github.com/spring-projects/spring-boot
https://docs.spring.io/spring-boot/docs/1.5.9.RELEASE/reference/htmlsingle/
https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples