2015-03-20 11:48:40 +00:00
2015-01-20 10:42:50 +00:00
2015-03-19 14:27:37 +00:00
2015-02-27 15:50:45 +00:00
2015-03-20 11:48:40 +00:00
2015-03-19 14:27:37 +00:00
2014-12-26 14:05:08 +00:00

// Do not edit this file (e.g. go instead to src/main/asciidoc)

Spring Cloud for Cloudfoundry makes it easy to run
https://github.com/spring-cloud[Spring Cloud] apps in
https://github.com/cloudfoundry[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).
Description
No description provided
Readme 115 MiB
Languages
Java 92.9%
Shell 5.9%
Ruby 1.2%