Skip to content

bd-mingu/spring-cloud-cloudfoundry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Cloud for Cloudfoundry makes it easy to run Spring Cloud apps in Cloud Foundry (the Platform as a Service). Cloud Foundry has the notion of a "service", which is middlware that you "bind" to an app, essentially providing it with an environment variable containing credentials (e.g. the location and username to use for the service).

Add this project as a dependency to any Spring Cloud UI app or REST service and deploy to Cloudfoundry. If you use Spring Cloud Security OAuth2 features this will make them bindable to Cloud Foundry services instead of enironment properties in oauth2.*. For a UI app you can declare @EnableOAuth2Sso and bind to a service called "sso", and for a service you can add @EnableOAuth2Resource and bind to a service called "resource" (see below for how to change the names).

About

Integration between Cloudfoundry and the Spring Cloud tools

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 56.5%
  • Shell 23.1%
  • Ruby 20.4%