Skip to content

This is demo project for the spring boot to implementing spring security.

Notifications You must be signed in to change notification settings

prashantmokani/spring_security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Security

This is demo project for the spring boot to implementing spring security.

Prerequisite:

Java 8 or higher
Eclipse or IntelliJ Idea  >import as maven project
MySQL or PostgreSQL Database or any RDBMS

Usage :

  • Add the maven package acording to your database in pom.xml
  • Change the Database link in application.properties
  • Change the Databse username and Password with yours
  • Make the database entry in Role table
  • Register the user at signup page
  • Assign the role manualy by doing the entry in db user_table_roles (hibernate generated)
  • Now do the login at localhost:8080/
  • you can change the configuration under the package name config.security

About

This is demo project for the spring boot to implementing spring security.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages