Browse Source

Improve spring-context-indexer documentation

See gh-22339
pull/22392/head
Vedran Pavic 7 years ago committed by Stephane Nicoll
parent
commit
43ea25e413
  1. 2
      src/docs/asciidoc/core/core-beans.adoc

2
src/docs/asciidoc/core/core-beans.adoc

@ -6302,7 +6302,7 @@ The following example shows how to do so with Gradle: @@ -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}")
}
----
====

Loading…
Cancel
Save