diff options
Diffstat (limited to 'src/main/ajsc/crud-api_v1/crud-api')
-rw-r--r-- | src/main/ajsc/crud-api_v1/crud-api/v1/routes/crud2.route | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/ajsc/crud-api_v1/crud-api/v1/routes/crud2.route b/src/main/ajsc/crud-api_v1/crud-api/v1/routes/crud2.route new file mode 100644 index 0000000..40a98bf --- /dev/null +++ b/src/main/ajsc/crud-api_v1/crud-api/v1/routes/crud2.route @@ -0,0 +1,4 @@ +<route xmlns="http://camel.apache.org/schema/spring" trace="true"> + <from uri="att-dme2-servlet:///inventory-async?matchOnUriPrefix=true" /> + <to uri="cxfbean:crudServicesAsync" /> +</route>
\ No newline at end of file |