Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed May 11, 2024
1 parent 9c24095 commit 551f118
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jersey-server-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ The following command prints a help message with supported options:
java -jar target/jersey-server-example-3.0.jar
```

The following command runs the REST app with the default config. Once the app is started, you can see the results by
going to this URL in the browser: http://127.0.0.1:8080/
The following command runs the REST app with the default config. Once the app is started, you can access the REST
endpoint via the following URL: http://127.0.0.1:8080/
```
java -jar target/jersey-server-example-3.0.jar --server
```

The following command runs the REST app with a custom config that changes the app port and context, Once the app is
started, you can see the results by going to this URL in the browser: http://127.0.0.1:9000/bq
The following command runs the REST app with a custom config that changes the app port and context. The new endpoint
URL will be http://127.0.0.1:9000/bq
```
java -jar target/jersey-server-example-3.0.jar --server --config=config.yml
```

0 comments on commit 551f118

Please sign in to comment.