mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-29 08:12:14 +00:00
Mention spring-security-data dependency for Spring Data in doc
Closes #5556
This commit is contained in:
parent
0c26d1b98a
commit
fe17c71775
@ -8,7 +8,7 @@ It is not only useful but necessary to include the user in the queries to suppor
|
||||
[[data-configuration]]
|
||||
== Spring Data & Spring Security Configuration
|
||||
|
||||
To use this support, provide a bean of type `SecurityEvaluationContextExtension`.
|
||||
To use this support, add `org.springframework.security:spring-security-data` dependency and provide a bean of type `SecurityEvaluationContextExtension`.
|
||||
In Java Configuration, this would look like:
|
||||
|
||||
[source,java]
|
||||
|
Loading…
x
Reference in New Issue
Block a user