summaryrefslogtreecommitdiffstats
path: root/src/main/ajsc/crud-api_v1/crud-api/v1/routes/crud.route
blob: 65420a3064c3d592a256cdb625497c85e1977702 (plain)
1
2
3
4
<route xmlns="http://camel.apache.org/schema/spring" trace="true">
  <from uri="att-dme2-servlet:///inventory?matchOnUriPrefix=true" />
  <to uri="cxfbean:crudRestService" />
</route>