SpringBoot 导入其他配置文件

默认情况下,springboot 初始的项目中都有一个 application.yml 或者 application.properties 文件,如果我们希望再定义一个独立的配置文件用来配置特定业务数据,而不希望把这些配置内容都堆积在 application 配置文件中,实现这个需求,我们直接使用配置文件中的 spring.config.import 配置即可实现。

如下图所示:

SpringBoot 导入其他配置文件_第1张图片


(END)

你可能感兴趣的:(Spring,spring,boot,spring)