Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
When I use SpringDSL , i want to load two route files
For Example route1.xml and route2.xml
If I put two files in same directory like below , it is working
camel.springboot.xmlRoutes: file :directory/*.xml
If I put two files into different directories , it does not work
camel.springboot.xmlRoutes: file:directory1/route1.xml , directory2/route2.xml
Could you please implement this feature?
Thanks
Attachments
Issue Links
- duplicates
-
CAMEL-13019 camel-spring-boot - XMLRoutes and XMLRests should allow to load from multiple folders
- Resolved