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.
2 parents 19851c9 + 8d033e7 commit d83a614Copy full SHA for d83a614
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
@@ -8175,8 +8175,8 @@ published jar. The file should list your configuration classes under the
8175
====
8176
Auto-configurations must be loaded that way _only_. Make sure that they are defined in
8177
a specific package space and that they are never the target of component scanning.
8178
-Futhermore, auto-configuration classes should not enable component scanning to find
8179
-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.
8180
8181
8182
You can use the
0 commit comments