Embed presentation
Download to read offline










System properties can be used to store configuration data and are parsed by the java.util.Properties class. They can come from JDK system properties specified on the command line when starting Mule, environment variables set in the run configurations, or properties configured in mule-app.properties. The order of priority is mule-app.properties, global variables, runtime arguments, environment variables, then other property files alphabetically.









