Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

balakoder/spring-boot-security

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.