sprintbootwebapp

This is a sample SpringBoot web app which uses following technologies -

  • Thymeleaf which is a template engine (like Freemarker or Velocity)
  • h2 in-memory database
  • bootstrap for adding styling to the web pages
  • jdom for processing XML

Instructions to setup in Eclipse

  • Download the project
  • Import the project as a Maven project in Eclipse

For Testing