Cloud Foundry is an open source cloud platform as a service (PaaS) on which developers can build, deploy, run and scale applications.
VMware originally created Cloud Foundry, and it is now part of Pivotal Software, whose parent company is Dell Technologies.
1)Using CF Push Command("cf push app-name -p target\spring-helloworld-cf-0.0.1-SNAPSHOT.jar")
2) Using Manifest Yml File
cf login -a https://api.run.pivotal.io -o demo-app-product-eng -s development -u sagarmal624@gmail.com
Push your app into cloud foundry .Run Below Command in your Root Dir of Your ProJect
cf push"