summaryrefslogtreecommitdiffstats
path: root/src/main/ajsc/crud-api_v1/crud-api/v1/routes/helloWorld.route
blob: bc3e178231f9b0d422f748f194518099674ab769 (plain)
1
2
3
4
<route xmlns="http://camel.apache.org/schema/spring" trace="true">
    <from uri="restlet:/__module_ajsc_namespace_name__/__module_ajsc_namespace_version__/helloWorld"/>
    <to uri="bean:helloWorld?method=speak"/>
</route>