Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Novice
Description
So you can use
Where you can specify one or more locations separated by comma:
main.setPropertyPlaceholderLocations("myapp.properties");
Today its a bit harder to do, where you either need to use the MainListener or to setup the PropertiesComponent from a RouteBuilder configure method, or to use the bind which likely is the easiest.
PropertiesComponent prop = new PropertiesComponent();
prop.setXXX
main.bind("properties, prop);
Attachments
Issue Links
- links to