RuoYi framework analysis basic article ④-Spring Security security configuration

1. Brief introduction

Spring Security is a security framework that can provide declarative security access control solutions for Spring-based enterprise application systems. It provides a set of Beans that can be configured in the Spring application context, making full use of Spring IoC (Inversion of Control), DI (Dependency Injection) and AOP (Aspect Oriented Programming) functions to provide declarations for the application system The integrated security access control function reduces the work of writing a large amount of repetitive code for enterprise system security control.

2. Integrated features:

  • Comprehensive and scalable support for authentication and authorization
  • Defend against attacks such as session fixation, click hijacking, and cross-site request forgery
  • Support Servlet

Guess you like

Origin blog.csdn.net/kangweijian/article/details/115036786