We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdab9c4 commit 8d033e7Copy full SHA for 8d033e7
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
@@ -8098,8 +8098,8 @@ published jar. The file should list your configuration classes under the
8098
====
8099
Auto-configurations must be loaded that way _only_. Make sure that they are defined in
8100
a specific package space and that they are never the target of component scanning.
8101
-Futhermore, auto-configuration classes should not enable component scanning to find
8102
-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.
8103
8104
8105
You can use the
0 commit comments