We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3087eb9 commit 75db405Copy full SHA for 75db405
README.md
@@ -32,7 +32,10 @@ curl -L -X POST 'http://127.0.0.1:8080/client' -H 'Content-Type: application/jso
32
```bash
33
curl -fsSL https://raw.githubusercontent.com/metalbear-co/mirrord/main/scripts/install.sh | bash
34
35
-mirrord exec -n javahttpclient --target deployment/javahttpclient -- mvn spring-boot:run
+mirrord exec -n javahttpclient --target deployment/javahttpclient -- mvn spring-boot:run
36
+
37
+mirrord exec -n javahttpclient --target deployment/javahttpclient -- java -jar target/javahttpclient-0.0.1-SNAPSHOT.jar
38
39
```
40
41
# swagger uri
0 commit comments