bootstrap.yml文件未加载

springcloud2020.X.X版本官方重构了bootstrap引导配置的加载方式

需要添加以下依赖才能提高bootstrap.yml文件加载的优先级


    org.springframework.cloud
    spring-cloud-starter-bootstrap
    3.1.1

你可能感兴趣的:(项目报错,bootstrap,spring,前端)