Skip to content

Sample Application for the Introducing the Cloud Foundry Java Client Webinar

License

Notifications You must be signed in to change notification settings

JaysonBH/cf-java-client-webinar-2016

 
 

Repository files navigation

Cloud Foundry Java Client Webinar

The cf-java-client-webinar-2016 project is a Spring Boot application that demonstrates how to use the Cloud Foundry Java Client to list the applications in a space. In addition to doing this, it also adds additional information about bound services to the output.

Development

The project depends on Java 8. To build from source and start the application, run the following:

$ ./mvnw clean package
$ ./mvnw spring-boot:run

IMPORTANT In order to run the application, some Spring Boot properties need to be set. These can be set using any of the Spring Boot's relaxed binding strategies.

Name Description
cf.apiHost The Cloud Foundry host
cf.username The Cloud Foundry username
cf.password The Cloud Foundry password
cf.organization The Cloud Foundry organization to work against
cf.space The Cloud Foundry space to work against

License

This project is released under version 2.0 of the Apache License.

About

Sample Application for the Introducing the Cloud Foundry Java Client Webinar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 44.2%
  • Shell 32.6%
  • Batchfile 23.2%