Skip to content

Commit

Permalink
Merge pull request Snailclimb#1631 from drlifeL/master
Browse files Browse the repository at this point in the history
修改错别字
  • Loading branch information
Snailclimb authored Mar 21, 2022
2 parents 77260e6 + fb6e11b commit 98eafbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 98eafbd

Please sign in to comment.