An open API service indexing awesome lists of open source software.

https://github.com/praveen-nischal4/spring-security-basic

Spring Security Basic Project to brush up your Concepts
https://github.com/praveen-nischal4/spring-security-basic

authentication dependency-injection inmemoryauthenticatin jdbc jdbcauthentication jdbctemplate spring springsecurity

Last synced: 4 months ago
JSON representation

Spring Security Basic Project to brush up your Concepts

Awesome Lists containing this project

README

          

SPRING SECURITY BASICS CONCEPTS


This is simple a Maven Project with Spring-MVC,Spring-Security to start with the basics of Spring security.Also i make use of Servlet Filter ie. Filter-Chain
to configure spring security ,for database mysql and default Schema of Spring for starters.Also for encrypting password PasswordEncoder concept is used ,for generating views pages JSP.

Sections in This Project



  • Admin section (Trainer)

  • User section (Coder)

Frameworks :



  • Spring-MVC

  • Spring

  • Spring-Security

Prerequisite-Knowledge of :



  • IOC (dependency-injection)

  • Beans concept

  • Configuration using Java

  • JSP

  • jstl

  • MySQL

  • Ecllipse (IDE)

  • Spring (framework)

  • Spring-MVC (framework)

  • Spring-JDBC

  • JDBC-Template

  • HTML & Bootstrap

Dependency-Used :



  • Spring-webmvc

  • Spring-Security-Web

  • Spring-Security-Config

  • jstl

  • mysql-connectr

  • java-servlet-api

  • spring-jdbc

  • spring-security-taglibs

  • maven-compiler-plugins