We are building several Microservices using the Spring Cloud framework. One of the services has dependencies on some legacy shared libraries, and imports various XML files for bean configuration. The problem we are facing is that through these imports, multiple property resolvers are brought in and thus the following code in We are building several Microservices using the