Add explicit header link

This commit is contained in:
Dave Syer 2013-10-09 11:59:33 -04:00
parent 3adfdd34ec
commit bcfc134702
1 changed files with 1 additions and 1 deletions

View File

@ -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.
<span id="quick-start-java-example"></span>
### Quick start Java example
Here is the main class for a simple web application (just save the content to
`src/main/java/SampleController.java`):