Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 954 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 954 Bytes

TodoAppSpringBoot

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

Owerview

This project is a simple Todo application developed with Spring Boot. It allows users to create todo , update and delete Todo.

Technologies Used

  • 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.

Application Interface

application-interfaces