美文网首页
springboot配置文件加载顺序

springboot配置文件加载顺序

作者: 微波说记 | 来源:发表于2022-03-13 13:01 被阅读0次

    一般配置文件定义

    1. bootstrap.yml
    2. application.yml
    3. application-{profile}.yml

    加载顺序

    1. bootstrap.yml > application.yml > application-{profile}.yml

    三个文件可同时存在,定义的内容可同时加载,加载内容相同后者向前覆盖

    相关文章

      网友评论

          本文标题:springboot配置文件加载顺序

          本文链接:https://www.haomeiwen.com/subject/ynvrdrtx.html