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
11 changes: 7 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ This guide walks you through the process of creating a Spring application.

== What you'll build

You'll build a Spring application.

You’ll build a simple RESTful Spring Boot application that exposes an HTTP endpoint.

== What you'll need

Expand All @@ -29,7 +28,7 @@ include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/

include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/main/hide-show-sts.adoc[]


Make sure you have Java 17 or higher installed before starting.

[[initial]]
== Create a resource controller
Expand Down Expand Up @@ -68,7 +67,11 @@ Logging output is displayed. The service should be up and running within a few s

== Test the application

Now that the application is running, you can test it.
Now that the application is running, you can test it by opening your browser and visiting:

http://localhost:8080/greeting

You should see a JSON response from the server.


== Summary
Expand Down