See gh-16094
This commit is contained in:
Stephane Nicoll 2019-03-05 08:18:00 +01:00
parent bdab9c4e31
commit 8d033e73d1

View File

@ -8098,8 +8098,8 @@ published jar. The file should list your configuration classes under the
====
Auto-configurations must be loaded that way _only_. Make sure that they are defined in
a specific package space and that they are never the target of component scanning.
Futhermore, auto-configuration classes should not enable component scanning to find
additional components. Specific `@Import`s should be used instead.
Furthermore, auto-configuration classes should not enable component scanning to find
additional components. Specific ``@Import``s should be used instead.
====
You can use the