3253f44784
* Made changes to upgrade to Spring Boot 3 from Boot 2 * JAVA-29290 :- Changed to use @Import for initializing the config. * JAVA-29290 :- Made changes to use authorizeHttpRequests as authorizeRequests is deprecated * Minor formatting fixes * JAVA-29290 : Formatting changes |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
Spring Security Core
This module contains articles about core Spring Security
Relevant Articles:
- Handle Spring Security Exceptions
- Handle Spring Security Exceptions With @ExceptionHandler
- Prevent Cross-Site Scripting (XSS) in a Spring Application
- Guide to the AuthenticationManagerResolver in Spring Security
- A Custom Spring SecurityConfigurer
- HttpSecurity vs. WebSecurity in Spring Security
Build the Project
mvn clean install