提交 fb6e11bf 编写于 作者: A allInC

修改错别字

上级 77260e69
......@@ -136,7 +136,7 @@ public @interface SpringBootConfiguration {
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
@AutoConfigurationPackage //作用:将main包下的所组件注册到容器中
@AutoConfigurationPackage //作用:将main包下的所组件注册到容器中
@Import({AutoConfigurationImportSelector.class}) //加载自动装配类 xxxAutoconfiguration
public @interface EnableAutoConfiguration {
String ENABLED_OVERRIDE_PROPERTY = "spring.boot.enableautoconfiguration";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册