/cloudfoundry-service-broker

Sample project for Spring Cloud - Cloud Foundry Service Broker

Primary LanguageJava

Sample Spring Boot project using the Spring Cloud - Cloud Foundry Service Broker.

Overview

This sample project uses the Spring Cloud - Cloud Foundry Service Broker to implement a MongoDB service. The MongoDB service also uses spring-boot-data-mongodb to persist service instances and bindings.

Getting Started

You need to install and run MongoDB somewhere and configure connectivity in application.yml.

Build it:

./gradlew build

After building, you can push the broker app to Cloud Foundry or deploy it some other way and then register it to Cloud Foundry.