Merge pull request #1631 from drlifeL/master

修改错别字
This commit is contained in:
Guide哥 2022-03-21 13:02:38 +08:00 committed by GitHub
commit 98eafbdbbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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