From 5b8c06dab13117286ad7b27ea603426b067d1ce3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 May 2018 16:49:34 +0200 Subject: [PATCH] Add a note about required repository definition Closes gh-635 --- initializr-docs/src/main/asciidoc/configuration-guide.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/initializr-docs/src/main/asciidoc/configuration-guide.adoc b/initializr-docs/src/main/asciidoc/configuration-guide.adoc index 778d2106..b71fb51e 100644 --- a/initializr-docs/src/main/asciidoc/configuration-guide.adoc +++ b/initializr-docs/src/main/asciidoc/configuration-guide.adoc @@ -42,6 +42,9 @@ Or if you are using Gradle: compile("io.spring.initializr:initializr-web:{spring-initializr-version}") ---- +NOTE: Spring Initializr releases are not available on Maven Central so you will need to +configure the build to add an extra repository at `https://repo.spring.io/release`. + If you start the application, you'll see the familiar interface but none of the drop down lists have values (except the one for the Spring Boot version, we will <>). In the rest of this section,