We have a springboot app which is using Consul for properties management. We have a boolean property in Consul which is set to false.
While starting the app, we have the same property set at command line argument as true.
What I observed is this property is taking the value from Consul and not from the command line argument.
What is the order or precedence here?