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 77260e6 commit fb6e11bCopy full SHA for fb6e11b
docs/system-design/framework/spring/SpringBoot自动装配原理.md
@@ -136,7 +136,7 @@ public @interface SpringBootConfiguration {
136
@Retention(RetentionPolicy.RUNTIME)
137
@Documented
138
@Inherited
139
-@AutoConfigurationPackage //作用:将main包下的所欲组件注册到容器中
+@AutoConfigurationPackage //作用:将main包下的所有组件注册到容器中
140
@Import({AutoConfigurationImportSelector.class}) //加载自动装配类 xxxAutoconfiguration
141
public @interface EnableAutoConfiguration {
142
String ENABLED_OVERRIDE_PROPERTY = "spring.boot.enableautoconfiguration";
0 commit comments