This commit is contained in:
Moritz Halbritter
2023-05-03 14:33:07 +02:00
parent 71f4247340
commit bdca30e85b

View File

@@ -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]
====