Mention spring-security-data dependency for Spring Data in doc

Closes #5556
This commit is contained in:
Johnny Lim 2018-07-31 23:49:29 +09:00 committed by Rob Winch
parent 0c26d1b98a
commit fe17c71775
1 changed files with 1 additions and 1 deletions

View File

@ -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]