This repository will hold examples for MuleSoft
I will be uploading examples for MuleSoft API's.
-
payLoadRead - this example demostrate how to read Json Data into Java Object directly and then call Java Method for business logic purpose and retrun back Json response.
-
Domain Project - This projec shows how to create domain project which will hold database related properties in domain project and sub projects will use this DB properties in their application. 3.getalbumdetails: this project is example of using RAML file to create project, use of Choice Component and Exception handling strategies on REST API.
-
Mule_DB_Migration - this is Mule project integrated with Flyway DB migration tool. Another classic example for production ready with DB migration tool integration.