Coder Social home page Coder Social logo

camel-handson's Introduction

Apache Camel hands on with Spring Boot

Endpoints

http://localhost:8090/h2-console
Login to the H2 in memory console using password as password

http://localhost:8090/products/electronics
http://localhost:8090/ecom/api-doc
http://localhost:8090/ecom/order/process

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

Known issue

issue #7

camel-handson's People

Contributors

zeeroiq avatar

Stargazers

 avatar

Watchers

 avatar

camel-handson's Issues

Wrong logic implemented to fetch the data, should return order and orderLine details associated with that

{
"orderNo": "54f80d3c-89ce-458c-9a6e-745ad7108de9",
"orderDate": "2021-12-17T04:52:19.653974200Z",
"orderLines": [
{
"orderLineId": "8b384031-fffd-4daf-929d-468b04b95e02",
"product": {
"productId": "30eddbc9-50c4-447a-a1f4-a678ea1552d0",
"productName": "Samsung Galaxy S10",
"productCategory": "electronics"
},
"price": 300.0,
"nunits": 1
},
{
"orderLineId": "6fc7ec7f-c990-405c-9415-2a2d056835ad",
"product": {
"productId": "41a00e98-82ee-4fe7-8ac9-01278ab6dde9",
"productName": "iPhone X",
"productCategory": "electronics"
},
"price": 300.0,
"nunits": 1
},
{
"orderLineId": "d6208348-40e5-4efe-99f0-c1a7df4ac3bc",
"product": {
"productId": "5de0bbf1-5b23-482a-be63-9d3c8481c01d",
"productName": "iPhone XI",
"productCategory": "electronics"
},
"price": 300.0,
"nunits": 1
},
{
"orderLineId": "eb588a19-9733-4042-8f3a-261a00daafbe",
"product": {
"productId": "61267dd3-36c4-4ee5-80d5-c6fc34af0c63",
"productName": "iPhone XI Pro Max",
"productCategory": "electronics"
},
"price": 300.0,
"nunits": 1
},
{
"orderLineId": "aa5b99c1-7174-49a4-b74b-a6de06ca06ec",
"product": {
"productId": "3db86a28-808f-485c-9451-0b3fa5a98bc5",
"productName": "Oppo",
"productCategory": "electronics"
},
"price": 300.0,
"nunits": 1
},
{
"orderLineId": "398fd97c-4cec-44ce-b99d-314950d47e07",
"product": {
"productId": "619acf18-820c-4cc2-b795-e19287cdf1e3",
"productName": "Cutlery",
"productCategory": "household"
},
"price": 55.0,
"nunits": 1
},
{
"orderLineId": "4eb31397-b52d-48c5-8750-bb2dad3fb52f",
"product": {
"productId": "399591cd-12ba-4212-9eeb-d7384dc411a4",
"productName": "Bed",
"productCategory": "household"
},
"price": 55.0,
"nunits": 1
},
{
"orderLineId": "a6ef3448-dda5-4478-97dd-464a9bd1bec5",
"product": {
"productId": "8451b414-3aa4-4b8a-aa16-e218e14a0a2e",
"productName": "Matres",
"productCategory": "household"
},
"price": 55.0,
"nunits": 1
}
],
"totalDiscount": null,
"orderPrice": 1665.0
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.