Spring Cloud App Broker Documentation


License

License

GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

spring-cloud-app-broker-docs
Last Version

Last Version

1.1.1.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Cloud App Broker Documentation
Spring Cloud App Broker Documentation
Project URL

Project URL

https://spring.io/projects/spring-cloud-app-broker
Project Organization

Project Organization

Pivotal Software, Inc.
Source Code Management

Source Code Management

https://github.com/spring-cloud-incubator/spring-cloud-app-broker

Download spring-cloud-app-broker-docs

How to add to project

<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-app-broker-docs/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-app-broker-docs</artifactId>
    <version>1.1.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-app-broker-docs/
implementation 'org.springframework.cloud:spring-cloud-app-broker-docs:1.1.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-app-broker-docs/
implementation ("org.springframework.cloud:spring-cloud-app-broker-docs:1.1.1.RELEASE")
'org.springframework.cloud:spring-cloud-app-broker-docs:jar:1.1.1.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-app-broker-docs" rev="1.1.1.RELEASE">
  <artifact name="spring-cloud-app-broker-docs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-app-broker-docs', version='1.1.1.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-app-broker-docs" % "1.1.1.RELEASE"
[org.springframework.cloud/spring-cloud-app-broker-docs "1.1.1.RELEASE"]

Dependencies

runtime (7)

Group / Artifact Type Version
io.projectreactor : reactor-core jar
io.r2dbc : r2dbc-h2 jar 0.8.0.RELEASE
org.springframework.boot : spring-boot-starter jar
org.springframework.boot : spring-boot-starter-data-r2dbc jar 2.3.0.RELEASE
org.springframework.boot : spring-boot-starter-security jar
org.springframework.boot : spring-boot-starter-tomcat jar
org.springframework.cloud : spring-cloud-app-broker-core jar 1.1.1.RELEASE

Project Modules

There are no modules declared in this project.

CircleCI Codacy code quality Codecov Gitter

Spring Cloud App Broker

Spring Cloud App Broker is a framework for building Spring Boot applications that implement the Open Service Broker API to deploy applications to a platform.

The Open Service Broker API project allows developers to deliver services to applications running within cloud native platforms such as Cloud Foundry, Kubernetes, and OpenShift. Spring Cloud App Broker provides a framework based on Spring Boot that enables you to quickly create a service broker that deploys applications and services to the platform when managed services are provisioned.

Currently Cloud Foundry is supported as a target platform for service instance backing applications and services.

Getting Started

See the project site and reference documentation to get started building a service broker using this framework.

Take a look at this introduction blog post and to our sample apps.

Build

This project requires Java 8 at a minimum.

The project is built with Gradle. The Gradle wrapper allows you to build the project on multiple platforms and even if you do not have Gradle installed; run it in place of the gradle command (as ./gradlew) from the root of the main project directory.

Compile the project and run tests

./gradlew build
org.springframework.cloud

Spring Cloud Incubator

Versions

Version
1.1.1.RELEASE
1.0.5.RELEASE
1.0.4.RELEASE
1.0.3.RELEASE
1.0.2.RELEASE
1.0.1.RELEASE
1.0.0.RELEASE