Accelerator ERP Customers Process 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.
Most applications can also be run in Anypoint Studio without having to create custom Run Configuration profiles.
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 |
anypoint-mq.host | Anypoint-Mq server host url |
anypoint-mq.customer-queue-name | Anypoint-Mq Customer destination Queue name |
anypoint-mq.client-id | Anypoint-Mq client id |
anypoint-mq.client-secret | Anypoint-Mq client secret |
sapecc-sys.host | Customers SAP ECC System API Host |
sapecc-sys.port | Customers SAP ECC System API Port |
sapecc-sys.base-path | Customers SAP ECC System API base-path |
sapecc-sys.customers-path | Customers SAP ECC System API End point |
saphana-sys.host | Customers SAP S/4HANA System API Host |
saphana-sys.port | Customers SAP S/4HANA System API Port |
saphana-sys.base-path | Customers SAP S/4HANA System API base-path |
saphana-sys.customers-path | Customers SAP S/4HANA System API End point |
Please refer to the README.md
file in the asset for detailed instructions on how to download and deploy the template.