Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fb6e11b

Browse files
author
allInC
committed
修改错别字
1 parent 77260e6 commit fb6e11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/system-design/framework/spring/SpringBoot自动装配原理.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public @interface SpringBootConfiguration {
136136
@Retention(RetentionPolicy.RUNTIME)
137137
@Documented
138138
@Inherited
139-
@AutoConfigurationPackage //作用:将main包下的所欲组件注册到容器中
139+
@AutoConfigurationPackage //作用:将main包下的所有组件注册到容器中
140140
@Import({AutoConfigurationImportSelector.class}) //加载自动装配类 xxxAutoconfiguration
141141
public @interface EnableAutoConfiguration {
142142
String ENABLED_OVERRIDE_PROPERTY = "spring.boot.enableautoconfiguration";

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /