SpringBoot 在线文档地址
15.1 在main
函数类中使用@Import
注解
1 | You need not put all your @Configuration into a single class. The @Import annotation can be used to import additional configuration classes. Alternatively, you can use @ComponentScan to automatically pick up all Spring components, including @Configuration classes. |
释义:
您无需将所有@Configuration放入单个类中。 @Import注释可用于导入其他配置类。或者,您可以使用@ComponentScan自动获取所有Spring组件,包括@Configuration类。
24.56 使用Java
类加载 配置文件参数值
配置类
1 | "foo") ( |