在2020版本中未引入使用配置中心config时,POM需要配置bootstrap包才可以使用bootstrap配置文件:
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-bootstrap</artifactId> </dependency>
在这个版本中,bootstrap 加载优先级并没有高于 application,反而application是高级的,新测有效。