Insert explicit ids for headers

This commit is contained in:
Rob Winch
2023-08-03 11:11:12 -05:00
parent 9b5ed3a9eb
commit f846e7ea07
17 changed files with 35 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
[[getting-started]]
== Getting Started
To see what Spring Shell has to offer, we can write a trivial _hello world_
shell application that has a simple argument.
@@ -5,6 +6,7 @@ shell application that has a simple argument.
IMPORTANT: _Spring Shell_ is based on _Spring Boot_ {spring-boot-version} and
_Spring Framework_ {spring-version} and thus requires _JDK 17_.
[[creating-a-project]]
=== Creating a Project
For the purpose of this tutorial, we create a simple Spring Boot application by