Browse Source

Merge pull request #2042 from PascalSchumacher

* pr/2042:
  Fix typo in core-beans.adoc
pull/2043/head
Stephane Nicoll 7 years ago
parent
commit
220951707b
  1. 2
      src/docs/asciidoc/core/core-beans.adoc

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

@ -6268,7 +6268,7 @@ of large applications by creating a static list of candidates at compilation tim @@ -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.

Loading…
Cancel
Save