From 1d20a43f3626a9a55871a5866635c581701f252c Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Fri, 3 Jan 2014 15:18:43 -0600 Subject: [PATCH] Add link at end to Spring Boot's official README --- README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index 778b2e9..14dcef6 100644 --- a/README.adoc +++ b/README.adoc @@ -370,3 +370,5 @@ Spring Boot does this by dynamically adding key annotations to your code and lev == Summary Congratulations! You built a simple web application with Spring Boot and learned how it can ramp up your development pace. You also turned on some handy production services. +This is only a small sampling of what Spring Boot can do. Checkout http://projects.spring.io/spring-boot/docs/README.html[Spring Boot's README] +if you want to dig deeper. -- GitLab