https://github.com/rameshmf/spring-security-tutorial
Spring security tutorials and examples
https://github.com/rameshmf/spring-security-tutorial
Last synced: 11 months ago
JSON representation
Spring security tutorials and examples
- Host: GitHub
- URL: https://github.com/rameshmf/spring-security-tutorial
- Owner: RameshMF
- Created: 2019-10-16T14:31:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T21:17:32.000Z (almost 2 years ago)
- Last Synced: 2025-05-03T16:33:52.410Z (about 1 year ago)
- Language: Java
- Size: 90.8 KB
- Stars: 15
- Watchers: 3
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-security-tutorial
This tutorial describes the usage and importance of Spring security with lots of examples.
Spring Security is a framework that provides authentication, authorization, and protection against common attacks. With first-class support for both imperative and reactive applications, it is the de-facto standard for securing Spring-based applications.
Spring Security Tutorials
Spring Security with JSP and Thymeleaf
Spring MVC + Spring Boot + Spring Security
Reference
Related Spring Framework Tutorials
- Spring Boot 2 Tutorial
- Spring Core 5 Tutorial
- Spring Data JPA Tutorial
- Spring MVC 5 Tutorial
- Spring Framework 5