Details
-
Type:
New Feature
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.18.0
-
Component/s: camel-core
-
Labels:None
-
Estimated Complexity: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