You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many of the spring cloud projects (spring-config-server, spring-cloud-vault) have moved away from using the bootstrap.properties/boostrap.yml to load external configuration early in the Spring application's lifecycle in favor of using the configuration imports.
Are there plans to do something similar with Azure App Configuration?
Many of the spring cloud projects (spring-config-server, spring-cloud-vault) have moved away from using the
bootstrap.properties/boostrap.yml
to load external configuration early in the Spring application's lifecycle in favor of using the configuration imports.Are there plans to do something similar with Azure App Configuration?
For reference:
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-Config-Data-Migration-Guide
https://spring.io/blog/2020/08/14/config-file-processing-in-spring-boot-2-4
The text was updated successfully, but these errors were encountered: