This repository has the project files for a tutorial series on Spring Boot available from by website at Spring Framework Guru
This is a simple web application using Spring covering the below topics:
- Use of Spring
- Spring MVC for the web part.
- Thymeleaf for the template engine, because you’re just plain tired of using JSPs.
- Hibernate for your ORM.
- An H2 database as your development database.
- Spring Data
- Spring Security to secure your web application.
- Tomcat as your application server.
Spring Boot - making Spring Fun again!