/springboot-registration-login

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

Primary LanguageJava

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