From 8f6537f3e38730d2b8508d87757a76f8973dfeaf Mon Sep 17 00:00:00 2001 From: Alberto Rios Date: Thu, 23 Jan 2020 11:46:12 +0100 Subject: [PATCH] Linking docs, blog post and sample apps to getting started --- README.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.adoc b/README.adoc index d1cb9d5..e59b6f0 100644 --- a/README.adoc +++ b/README.adoc @@ -43,6 +43,13 @@ This project requires Java 8 at a minimum. The project is built with Gradle. The https://docs.gradle.org/current/userguide/gradle_wrapper.html[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. +=== Getting Started + +See the https://spring.io/projects/spring-cloud-app-broker/[project site] and https://docs.spring.io/spring-cloud-app-broker/docs/current/reference/html5/[reference documentation] to get started building a service broker using this framework. + +Take a look at this https://spring.io/blog/2019/05/30/introducing-spring-cloud-app-broker[introduction blog post] and to our https://github.com/spring-cloud-samples/spring-cloud-app-broker-samples[sample apps]. + + ==== Compile the project and run tests ./gradlew build