I need to know the order of precedence of application properties, VM arguments and system environment variables in mule application whenever we have same property defined in all the 3 places
I referred few documentations and articles. It is mentioned that the order is
application.properties > VM Arguments > System environment variables
But when I tested, I see below as the precedence
VM Arguments > System environment variables > application.properties
Can someone confirm me which is the correct one?