From bdca30e85b2b1d6fc2ea437c6fc0bdff8c748786 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Wed, 3 May 2023 14:33:07 +0200 Subject: [PATCH] Polish --- .../src/docs/asciidoc/getting-started/first-application.adoc | 1 + 1 file changed, 1 insertion(+) 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] ====