1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-07-28 12:22:17 +08:00

修改错别字

This commit is contained in:
allInC 2022-03-20 21:42:48 +08:00
parent 77260e6944
commit fb6e11bfc5

View File

@ -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";