From bcfc13470210cc6ec1d89e59f4672cbecc8b5fbf Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 9 Oct 2013 11:59:33 -0400 Subject: [PATCH] Add explicit header link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60391af9830..426be0a5adb 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ Create a `pom.xml` to import the appropriate Spring Boot starters: > **Note:** If you prefer [Gradle](http://www.gradle.org) as your build system, we provide > a [plugin](spring-boot-tools/spring-boot-gradle-plugin/README.md) that can help you > package an executable JAR. - + ### Quick start Java example Here is the main class for a simple web application (just save the content to `src/main/java/SampleController.java`):