spring-guides / gs-vault-config

Vault Configuration :: Learn how to store and retrieve application configuration details in HashiCorp Vault

Home Page:https://spring.io/guides/gs/vault-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guide uses bootstrap.properties

robertmcnees opened this issue · comments

The guide uses bootstrap processing which is not supported in current versions of Boot. The guide should be updated to use current versions of Spring Boot and Spring Cloud. The code will need to change to use application.properties instead of bootstrap.properties (among other changes).