From 17cf24110e32812a9d95972c68cef71063589017 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 27 Oct 2015 16:54:05 +0100 Subject: [PATCH] Add reference to samples Closes gh-1248 --- spring-boot-docs/src/main/asciidoc/getting-started.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-boot-docs/src/main/asciidoc/getting-started.adoc b/spring-boot-docs/src/main/asciidoc/getting-started.adoc index c48fd22c6a..7632fe2a11 100644 --- a/spring-boot-docs/src/main/asciidoc/getting-started.adoc +++ b/spring-boot-docs/src/main/asciidoc/getting-started.adoc @@ -798,6 +798,11 @@ http://spring.io/guides/[getting started] guides that solve specific "`How do I do that with Spring`" problems; we also have Spring Boot-specific _<>_ reference documentation. +The http://github.com/{github-repo}[Spring Boot repository] has also a +{github-code}/spring-boot-samples[bunch of samples] you can run. The samples are +independent of the rest of the code (that is you don't need to build the rest to run +or use the samples). + Otherwise, the next logical step is to read _<>_. If you're really impatient, you could also jump ahead and read about _<>_.