Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,11 @@ is automatically chosen to convert the `Greeting` instance to JSON.

== Run the Service

The Spring Initializr creates an application class for you. In this case, you do not need
to further modify the class. The following listing shows the `RestServiceApplication` application class:
The https://start.spring.io[Spring Initializr] creates an application class for you.
For the purpose of this guide, the sample project uses the package `com.example.restservice`
and the class name `RestServiceApplication`.

The following listing shows the application class used in this tutorial:

[source,java,indent=0,subs="verbatim,quotes",role="primary"]
.Java
Expand Down