diff --git a/spring-boot-docs/src/main/asciidoc/getting-started.adoc b/spring-boot-docs/src/main/asciidoc/getting-started.adoc index e85ba8b3cc..05cd8208cd 100644 --- a/spring-boot-docs/src/main/asciidoc/getting-started.adoc +++ b/spring-boot-docs/src/main/asciidoc/getting-started.adoc @@ -445,9 +445,18 @@ Let's develop a simple "`Hello World!`" web application in Java that highlights of Spring Boot's key features. We'll use Maven to build this project since most IDEs support it. -TIP: The http://spring.io[spring.io] web site contains many "`Getting Started`" guides +[TIP] +==== +The http://spring.io[spring.io] web site contains many "`Getting Started`" guides that use Spring Boot. If you're looking to solve a specific problem; check there first. +You can shortcut the steps below by going to https://start.spring.io and choosing the +`web` starter from the dependencies searcher. This will automatically generate a new +project structure so that you can <>. Check the https://github.com/spring-io/initializr[documentation for +more details]. +==== + Before we begin, open a terminal to check that you have valid versions of Java and Maven installed.