bootstrap.yml > application.yml > application-dev(prod).yml > 启动参数 > 程序中写死的配置
加载顺序是自左至右,优先级是自右至左;右边总是覆盖左边;
https://www.zhihu.com/question/263476834