Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 706 Bytes

README.md

File metadata and controls

56 lines (34 loc) · 706 Bytes

Summary

This project is written just to learn. My first Spring project. It contains:

  • Spring boot
  • Spring Security
  • Spring JPA
  • Spring Web
  • Lombok (tools)
  • Postgresql

1.Security

  • User registration
  • Authentication with DAO
  • Authorization

2.Spring JPA

  • Hibernate
  • Postgres

3.Tools

  • Template engine jsp
  • Lombok
  • etc

About Todo Project

What is Todo List ?

How to use it

Login Page (default Spring security login page)

  • enter your Username and password

Todo table

Add new target

Finished works

About Todo Web App