Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.22 KB

README.md

File metadata and controls

56 lines (34 loc) · 1.22 KB

Registration and login with Spring Boot, Spring Security, Thymeleaf, Hibernate and MySQL.

Studies on how to create web app for user registration account;

User should be able to:

  • Register to the App.
  • Login to the App using credentials.

Project Initializr:

Spring Initializr: https://start.spring.io

Dependencies

  • Spring Boot DevTools
  • Spring Web
  • Spring Data JPA
  • Spring Security
  • MySql Driver
  • Thymeleaf

Project Images

Architecture

java

http://localhost:8000/

Front-End

Login:

java

New Register:

java

Home>:

java

Credits: JavaGuides