Skip to content

hdiv/spring-boot-sample-hdiv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-sample-hdiv

Sample application showing the integration between Spring Boot and Hdiv.

How to build the application

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.