Todo-Management
About Project
In this Todo-Management Project, I have Made a simple CRUD operation.
- C - Create Todos (add todo)
- R - Read Todos (get list of all your todos)
- U - Update Todos (edit/update any todo)
- D - Delete Todos (delete todo)
I have also used basic SpringBoot Security for securing spring app.
- Which allows access to only authorized user (which is 'admin')
- Username - admin & Password - admin
Tools and Technologies Used
You can download appropriate version of each by just running 'pom.xml'
- Spring Boot - 2.1.6.RELEASE
- JDK - 1.8 or later
- Spring Framework
- Hibernate
- Maven - 3.2+
- Spring Data JPA
- IDE - Eclipse or Spring Tool Suite (STS)
- MYSQL - 5.1.46
- Spring Security
- JSP
Reference : https://www.javaguides.net/2018/09/mini-todo-management-project-using-spring-boot-springmvc-springsecurity-jsp-hibernate-mysql.html