https://github.com/knowledgefactory4u/registration-login-spring-boot-security6-thymeleaf
Spring Boot 3 + Spring Security 6 + Thymeleaf - Registration and Login Example
https://github.com/knowledgefactory4u/registration-login-spring-boot-security6-thymeleaf
Last synced: 8 months ago
JSON representation
Spring Boot 3 + Spring Security 6 + Thymeleaf - Registration and Login Example
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/registration-login-spring-boot-security6-thymeleaf
- Owner: knowledgefactory4u
- License: gpl-3.0
- Created: 2023-10-14T17:09:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-14T17:41:18.000Z (over 2 years ago)
- Last Synced: 2024-11-14T20:32:09.061Z (over 1 year ago)
- Language: Java
- Size: 27.3 KB
- Stars: 4
- 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 3 + Spring Security 6 + Thymeleaf

# 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