We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701079a commit 29ad83fCopy full SHA for 29ad83f
docs/Spring/clazz/Spring-scan.md
@@ -31,7 +31,7 @@ public AnnotationConfigApplicationContext(String... basePackages) {
31
}
32
```
33
34
-- `context:component-scan`寻找方式:冒号`:`钱+NamespaceHandler 或者全文搜索`component-scan`,最终找到`org.springframework.context.config.ContextNamespaceHandler`
+- `context:component-scan`寻找方式:冒号`:`前+NamespaceHandler 或者全文搜索`component-scan`,最终找到`org.springframework.context.config.ContextNamespaceHandler`
35
36
```java
37
public class ContextNamespaceHandler extends NamespaceHandlerSupport {
0 commit comments