diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/first-application.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/first-application.adoc index 800073d1f5..09ea3efbae 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/first-application.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/first-application.adoc @@ -1,6 +1,7 @@ [[getting-started.first-application]] == Developing Your First Spring Boot Application This section describes how to develop a small "`Hello World!`" web application that highlights some of Spring Boot's key features. +You can choose between Maven or Gradle as the build system. [TIP] ====