AppConfiguration icon indicating copy to clipboard operation
AppConfiguration copied to clipboard

App Configuration Provider for Java (Non Spring Boot)

Open DhavalShewale opened this issue 3 years ago • 2 comments

While we have a great library - azure-spring-cloud-appconfiguration-config for spring boot based java applications but we currently lack a java provider for applications that work on normal spring configuration.

While spring boot is the new technology that has been on the trend for quite some time, there would be quite a few projects which have been developed and running since several years using normal spring configuration. This is a new feature request to create a new app configuration provider for java to support non spring boot applications.

DhavalShewale avatar Jun 20 '22 14:06 DhavalShewale

@DhavalShewale the App Config Java SDK can be used in generic Java applications. Does that solve your need?

https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/appconfiguration/azure-data-appconfiguration

zhenlan avatar Jun 20 '22 21:06 zhenlan

@zhenlan This is a java SDK for app configuration but it does not resolve key-vault referenced secrets. This feature request is for an app configuration provider that can auto resolve key-vault referenced secrets.

DhavalShewale avatar Jun 21 '22 10:06 DhavalShewale