SpringCloud 2020版本之后不再优先读取bootstrap文件,导致bootstrap不起作用
需要在pom.xml文件中引入依赖正常读取bootstrap.yml配置文件
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-bootstrap</artifactId>
</dependency>
官方文档:
https://docs.spring.io/spring-cloud-config/docs/current/reference/html/#config-first-bootstrap