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.

Pushing to Cloud Foundry

You can build and push the application as follows:

$ mvn clean package
$ cf push <appname> -p target/livelessons-cloud-cloudfoundry-1.0.0-SNAPSHOT.jar