docs: fix typo in Spring-scan.md (#182)

main
卡卢比 3 days ago committed by GitHub
parent 701079a7ab
commit 29ad83f78d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -31,7 +31,7 @@ public AnnotationConfigApplicationContext(String... basePackages) {
}
```
- `context:component-scan`寻找方式:冒号`:`+NamespaceHandler 或者全文搜索`component-scan`,最终找到`org.springframework.context.config.ContextNamespaceHandler`
- `context:component-scan`寻找方式:冒号`:`+NamespaceHandler 或者全文搜索`component-scan`,最终找到`org.springframework.context.config.ContextNamespaceHandler`
```java
public class ContextNamespaceHandler extends NamespaceHandlerSupport {

Loading…
Cancel
Save