https://github.com/knowledgefactory4u/registration-login-spring-boot-security-thymeleaf
Registration and Login with Spring Boot + Spring Security + Thymeleaf
https://github.com/knowledgefactory4u/registration-login-spring-boot-security-thymeleaf
jpa login registration springboot springsecurity thymeleaf
Last synced: 3 months ago
JSON representation
Registration and Login with Spring Boot + Spring Security + Thymeleaf
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/registration-login-spring-boot-security-thymeleaf
- Owner: knowledgefactory4u
- License: gpl-3.0
- Created: 2022-06-27T17:11:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T12:09:44.000Z (about 2 years ago)
- Last Synced: 2025-04-11T21:38:58.796Z (9 months ago)
- Topics: jpa, login, registration, springboot, springsecurity, thymeleaf
- Language: Java
- Homepage: https://www.knowledgefactory.net/2021/09/registration-login-springboot-security-thymeleaf.html
- Size: 26.4 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Registration and Login with Spring Boot + Spring Security + Thymeleaf
# User Registration

# Authentication Failed

# Authentication success

# Sign out

# Local setup
Step 1: Download or clone the source code from GitHub to a local machine
# Backend
Step 2: ```mvn clean install```
Step 3: ```mvn spring-boot:run```
# From the browser call the endpoint http://localhost:8080