AppConfiguration
AppConfiguration copied to clipboard
Are there plans to support loading external configuration via Spring's `spring.config.import` mechanism?
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
Yes, but it will be a breaking change to support it. We are waiting on the next major release.