Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 511 Bytes

File metadata and controls

19 lines (12 loc) · 511 Bytes

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