Accelerator OFBiz Customers System API - Implementation Template
Deployment
Each Accelerator implementation template in Exchange includes Bash and Windows scripts for building and deploying the APIs to CloudHub. These scripts depend on repositories, global settings, deployment profiles, and associated properties configured in the Maven settings.xml
file.
Required property overrides
At a minimum, the following properties must be customized to reflect the target deployment environment.
Property Name | Description |
---|---|
api.autodiscoveryID | Required if using API Manager to secure this API |
oms-system.host | Hostname or IP address of the target OFBiz instance |
oms-system.port | Port number for the OFBiz API |
oms-system.base-path | Base Path Pointing to OFBiz API |
ofbiz.username | Username for the target OFBiz instance |
ofbiz.password | Password for the target OFBiz instance |
Please refer to the README.md
file in the asset for detailed instructions on how to download and deploy the template.