Ecosyste.ms: Awesome
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: 12 days ago
JSON representation
Spring Security Basic Project to brush up your Concepts
- Host: GitHub
- URL: https://github.com/praveen-nischal4/spring-security-basic
- Owner: Praveen-nischal4
- Created: 2024-06-02T15:29:07.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-02T16:10:09.000Z (8 months ago)
- Last Synced: 2024-11-12T16:14:30.232Z (2 months ago)
- Topics: authentication, dependency-injection, inmemoryauthenticatin, jdbc, jdbcauthentication, jdbctemplate, spring, springsecurity
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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