Deploy CAP Java App to SAP Business Technology Platform
February 22, 2021
Beginner
15 min.
Deploy the recently built bookstore application to SAP Business Technology Platform using the Cloud Foundry CLI.
You will learn
- How to create a Cloud Foundry application manifest
- How to deploy an application to SAP Business Technology Platform Cloud Foundry (SAP BTP) environment
In the previous tutorial you made your application ready to run with SAP HANA. In this tutorial, you’ll deploy the application to SAP BTP Cloud Foundry environment and have it running fully in the cloud.
Step 1: Create a Cloud Foundry application manifest
Step 2: Enable auto-configuration of SAP HANA database connection
Step 3: Push the application