From 47579118abf50f0da013aa569f28886204a033eb Mon Sep 17 00:00:00 2001 From: Ben Klein Date: Tue, 8 Dec 2015 11:51:27 -0600 Subject: [PATCH] re-add build status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3937755..ed5a880 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Spring Cloud Connectors +# Spring Cloud Connectors [![Build Status](https://build.spring.io/plugins/servlet/buildStatusImage/CLOUD-NIGHTLY "Optional title")](https://build.spring.io/browse/CLOUD-NIGHTLY) Spring Cloud Connectors provides a simple abstraction that JVM-based applications can use to discover information about the cloud environment on which they are running, connect to services, and have discovered services registered as Spring beans. It provides out-of-the-box support for discovering common services on Heroku and Cloud Foundry cloud platforms, and it supports custom service definitions through Java Service Provider Interfaces (SPI).