8000 GitHub - balakoder/spring-boot-security · GitHub
[go: up one dir, main page]

Skip to content

balakoder/spring-boot-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-security

** Before running the appication **

create database springbootsec;

and when application is up and running i.e when tables gets created in database,execute these quries

insert into role values(uuid(),"ROLE_ADMIN");

insert into role values(uuid(),"ROLE_USER");

Access application on url

http://localhost:8080/spring-boot-security/register

for creating first user

if you are accessing url like

http://localhost:8080/spring-boot-security/abc

spring security always redirect you back to login url

http://localhost:8080/spring-boot-security/login

after entering usernme and password

Well done !!!! you are running spring boot with spring security !!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

0