概述
优先级从高到低,高优先级的配置覆盖低优先级的配置,所有配置会形成互补配置。
1.命令行参数。所有的配置都可以在命令行上进行指定;
2. Java 系统属性( System . getPropertiesO );
3.操作系统环境变量;
4. jar 包外部的 application -[ profile ). properties 或 application . yml (带 spring . profile )配置文件
5.jar包内部的 application -( profile ). properties 或 application . yml (带 spring . profile )配置文件再来加载不带 profile
6.jar包外部的 application . properties 或 application . yml (不带 spring . profile )配置文件
7.jar包内部的 application . properties 或 application . yml (不带 spring . profile )配置文件
8.@ Configuration 注解类上的@ PropertySource
最后
以上就是美满玫瑰为你收集整理的SpringBoot 中配置文件的加载顺序是怎样的?的全部内容,希望文章能够帮你解决SpringBoot 中配置文件的加载顺序是怎样的?所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复