mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-01 10:59:16 +00:00
Merge branch '6.2.x'
This commit is contained in:
commit
b4e1486270
@ -114,7 +114,7 @@ public class SecurityConfig {
|
|||||||
The Lambda DSL was created to accomplish to following goals:
|
The Lambda DSL was created to accomplish to following goals:
|
||||||
|
|
||||||
- Automatic indentation makes the configuration more readable.
|
- Automatic indentation makes the configuration more readable.
|
||||||
- The is no need to chain configuration options using `.and()`
|
- There is no need to chain configuration options using `.and()`
|
||||||
- The Spring Security DSL has a similar configuration style to other Spring DSLs such as Spring Integration and Spring Cloud Gateway.
|
- The Spring Security DSL has a similar configuration style to other Spring DSLs such as Spring Integration and Spring Cloud Gateway.
|
||||||
|
|
||||||
== Use `.with()` instead of `.apply()` for Custom DSLs
|
== Use `.with()` instead of `.apply()` for Custom DSLs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user