Skip to content

Commit 44e7315

Browse files
committed
Update README.adoc
Clarify that RestServiceApplication is specific to this guide's sample project, not the Spring Initializr default
1 parent 1fab30d commit 44e7315

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,11 @@ is automatically chosen to convert the `Greeting` instance to JSON.
162162

163163
== Run the Service
164164

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

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

0 commit comments

Comments
 (0)