Merge pull request #2042 from PascalSchumacher

* pr/2042:
  Fix typo in core-beans.adoc
This commit is contained in:
Stephane Nicoll
2018-12-07 11:29:56 +01:00

View File

@@ -6268,7 +6268,7 @@ of large applications by creating a static list of candidates at compilation tim
mode, all modules that are target of component scan must use this mechanism.
NOTE: Your existing `@ComponentScan` or `<context:component-scan` directives must stay as
is to request the context to scan candidates in certain packages. when the
is to request the context to scan candidates in certain packages. When the
`ApplicationContext` detects such an index, it automatically uses it rather than scanning
the classpath.