We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c674aa9 commit 189a48bCopy full SHA for 189a48b
smithy-java-examples/quickstart-java/README.md
@@ -22,7 +22,7 @@ smithy init -t smithy-java-quickstart
22
23
### Running and testing server
24
25
-To run and test the server, run `./gradlew run` from the root of a project created from this
+To run and test the server, run `./gradlew :server:run` from the root of a project created from this
26
template. That will start the server running on port `8888`.
27
28
Once the server is running you can call the server using `curl`
@@ -34,5 +34,5 @@ curl -H "content-type: application/json" -d '{"coffeeType": "LATTE"}' -X POST lo
34
or by running the client application in the `client` subproject
35
36
```console
37
-./gradlew :client:run`
+./gradlew :client:run
38
```
0 commit comments