How to read Azure app config values from Java SpringBoot app
I have a Springboot app that is trying to connect and read values from an app config resource. Some keys in the Azure app config (which I am unable to change) are in this format ` /application/config.datasource.jdbc-url /application/config.datasource.password /application/config.datasource.username` I…