How to access the values from properties file from Groovy script in Mule 3.5
groovy, mule, mule-component, mule-el, mule-studio
Solution
- Refer the properties file under property placeholder element in xml.
- Refer the values from properties file using ${key} at any place in Groovy script.
Problem
As we can access values from properties file using ${}, anywhere inside the mule flow,how can we access these values from a groovy script?