Skip to content

piysati/authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This application contains a basic Registration and Login module using Java, SpringBoot. 
In this project we will initialize the SpringBoot application, establish Database connection, implement Data Validation and Regex, compare password from a user saved in database, encrypt the password etc.

To set up the project go to https://start.spring.io/
- Select Dependency Management eg POM
- Select Java & SpringBoot version 
- Add dependencies (lombok, data jpa, mysql connector, spring web, spring security)

Launch the project, and setup the database in application.properties.

Now to enable custom authorization:
First implement HTML, CSS, JS in src/main/resource.
Also add thymeleaf dependency so that Spring Boot will automatically configures a view resolver.











252624 - Junior Java Backend Developer

About

Simple login register

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors