Sample application showing the integration between Spring Boot and Hdiv.
Clone this repo and build it (you'll need Git and Maven installed):
git clone git://github.com/hdiv/spring-boot-sample-hdiv.git
cd spring-boot-sample-hdiv
mvn package
Run application packaged as a jar:
java -jar target/spring-boot-sample-hdiv.jar
Open http://localhost:8080 in your favorite browser.