Example project with Spring Boot, Bootstrap and Thymeleaf.
For more info read the blog post: http://joaoduraes.github.io/2015/02/07/spring-bootstrap-thymeleaf-example.html
- Clone this project
git clone https://github.com/joaoduraes/spring-bootstrap-thymeleaf-example.git spring-bootstrap-thymeleaf-example- Build Application
cd spring-bootstrap-thymeleaf-example
mvn clean install
cd target
java -jar spring-bootstrap-thymeleaf-example-1.0-SNAPSHOT.jar- Now open your browser: http://localhost:8080/
MIT