When including compile group: 'com.microsoft.azure', name: 'azure-servicebus-jms-spring-boot-starter', version: '2.3.2'
as soon as I build my project and start application it throws this java runtime error
As far as I was able to find out was it runs fine when i import this in a new application but conflicts when I am using it in an application where i am already using 'azure-keyvault-secrets-spring-boot-starter'
application.properties. Because when the application is starting, it will read these settings otherwise the application cannot start and throw error. Could you please check it? For more details, please refer to github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/… and docs.microsoft.com/en-us/azure/developer/java/spring-framework/… - Jim Xu