知乎專欄 | 多維度架構 | | | 微信號 netkiller-ebook | | | QQ群:128659835 請註明“讀者” |
spring.cloud.bootstrap.enabled=false spring.cloud.bootstrap.location=classpath:bootstrap.properties
bootstrap.properties 是優先順序最高配置檔案,一般用於 Spring Cloud 配置中心。
bootstrap.yml是由spring.cloud.bootstrap.name(預設:”bootstrap”)或者spring.cloud.bootstrap.location 設置(預設空)。
如果激活 profile(spring.profiles.active=development)對應配置 bootstrap-development.properties
spring.cloud.config.allowOverride=true(允許本地配置覆蓋遠程配置)。
spring.cloud.config.overrideNone=true 覆蓋任何本地屬性
spring.cloud.config.overrideSystemProperties=false 僅僅系統屬性和環境變數