Improve spring-context-indexer documentation

See gh-22339
This commit is contained in:
Vedran Pavic 2019-02-04 07:39:25 +01:00 committed by Stephane Nicoll
parent 4560dc2818
commit 43ea25e413
1 changed files with 1 additions and 1 deletions

View File

@ -6302,7 +6302,7 @@ The following example shows how to do so with Gradle:
[subs="verbatim,quotes,attributes"]
----
dependencies {
compileOnly("org.springframework:spring-context-indexer:{spring-version}")
annotationProcessor("org.springframework:spring-context-indexer:{spring-version}")
}
----
====