This project is the first project I developed with spring boot.
It is a TodoApp project that I developed for the purpose of learning spring boot by following Learn Spring Boot 3 in 100 Steps
- Spring Boot Starter Data Jpa: Starter for using Spring Data JPA with Hibernate.
- H2: In-memory database for development and testing purposes.
- Spring Boot Starter Security: Starter for using Spring Security.
- Tomcat Embed Jasper: Embeddable Apache Tomcat JSP engine with Jasper.