open-accelerators / bian-coreless

Apache License 2.0
1 stars 8 forks source link

About BIAN Customer Offer Service Domain #7

Open wangbyk opened 2 years ago

wangbyk commented 2 years ago

Hello, Sir,

I'm BaoYu Wang, Thanks a lot for your wonderful Coreless Banking Demo, Two questions need your advice help.

  1. "Customer Offer" BIAN Service Domain is mentioned in Readme, but In model directory, the code file name is "CustomerOfferEvent.java" , just wonder they mean the same thing?
  2. Which BIAN back-end Service is simulated in Camel to responde to request from "PartyRoutingProfileTest.java", How that Java code work as API provider?
ruromero commented 2 years ago

Hi @wangbyk,

The implementation of the Coreless Demo is outdated. You have to look at the https://github.com/open-accelerators/mercury repository.

There, the model is generated and packaged in the customer-offer-common module from the OpenAPI schema, currently v9 and published as a GitHub package here

Currently we have implemented 3 examples consuming the mercury-framework. They're also available in the examples folder

wangbyk commented 2 years ago

Hi @ruromero,

OK, got it, thanks a lot for your kindly update, We'll study it later.