project/spring/springboot/自动装配.md

12 lines
200 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 自动装配
@Import
SPIMATE-INFO/spring.factories
1. 加载当前系统下文件中声明的类
2. 移除重复的类
3. 移除掉显示排除的
4. 过滤掉不需要载入的配置类。