-
Notifications
You must be signed in to change notification settings - Fork 24
Introduction to moqui tutorial
Gurveen Kaur Bagga edited this page Feb 11, 2022
·
5 revisions
This is a custom component developed for the purpose of understanding Moqui with some readily available data and services to work with.
The component contains below files and folders
1. data
This directory contains the xml and json Moqui data file examples containing demo data for Party and Order related entities.
2. service
This directory contains the XML Service File containing a sample service to fetch Order Header details by statusId.
3. component.xml
This file contains the dependencies of the component, which is needed to run the tutorial component.
4. build.gradle
This is a sample build.gradle file with the MySQL JDBC dependency added. This is needed to configure mysql as the database to run with Moqui.