Skip to content

Commit 75db405

Browse files
author
wlanboy
committed
added jar file command
1 parent 3087eb9 commit 75db405

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ curl -L -X POST 'http://127.0.0.1:8080/client' -H 'Content-Type: application/jso
3232
```bash
3333
curl -fsSL https://raw.githubusercontent.com/metalbear-co/mirrord/main/scripts/install.sh | bash
3434

35-
mirrord exec -n javahttpclient --target deployment/javahttpclient -- mvn spring-boot:run
35+
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+
3639
```
3740

3841
# swagger uri

0 commit comments

Comments
 (0)