Spring cloud 无法加载 bootstrap.properties(bootstrap.yml)配置文件

2022-03-27

spring cloud 项目无法加载 bootstrap.properties (bootstrap.yml) 文件,添加如下的相关依赖即可:


<dependency>
        <groupId>org.springframework.cloud</groupId>
        <artifactId>spring-cloud-starter-bootstrap</artifactId>
 </dependency>
 

相关参考的解决方案:

bootstrap.yml configuration not processed anymore with Spring Cloud 2020.0