SpringBoot propertySource

@PropertySource 注解

可以指定加载指定文件中的配置

(只能用于properties文件)

@ImportResource

导入Spring配置文件

原文地址:https://www.cnblogs.com/mengjianzhou/p/9044274.html