Skip to content

Latest commit

 

History

History
 
 

livelessons-cloud-cloudfoundry

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Lesson 3: Reaching For The Clouds (Cloud Foundry)

Introduction

This example shows how you can push a Spring Boot application to Cloud Foundry. You will need a Cloud Foundry account and the cf command line tool installed.

You can also get a Lite (free) account from IBM. Detailed instructions available at: https://cloud.ibm.com/docs/cloud-foundry-public?topic=cloud-foundry-public-getting-started

Pushing to Cloud Foundry

You can build and push the application as follows:

$ mvn clean package
$ cf push ll-cf-demo -p .\target\livelessons-cloud-cloudfoundry-1.0.0-SNAPSHOT.jar -m 256M