Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Update README.md #126

Open
wants to merge 1 commit into
base: 2.0
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion java/java-resteasy-minimal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ mvn package -Dlog4j.configuration=file:./conf/log4j.properties jetty:run
This will start Jetty embedded on port 8002.

### Testing the server
Once started, you can navigate to http://localhost:8002/api/openapi.json to view the Swagger Resource Listing.
Once started, you can navigate to http://localhost:8002/sample/openapi.json to view the Swagger Resource Listing.
This tells you that the server is up and ready to demonstrate Swagger.