spring_reference/III. Using Spring Boot/15.1. Importing additional ...

4 lines
268 B
Markdown
Raw Normal View History

### 15.1. 导入其他配置类
你不需要将所有的`@Configuration`放进一个单独的类。`@Import`注解可以用来导入其他配置类。另外,你也可以使用`@ComponentScan`注解自动收集所有的Spring组件包括`@Configuration`类。