Skip to content

Commit 97bbb3d

Browse files
author
wlanboy
committed
added mirrord command
1 parent 889e359 commit 97bbb3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ Showing http status, response, timing and istio envy settings.
2828
curl -L -X POST 'http://127.0.0.1:8080/client' -H 'Content-Type: application/json' \
2929
-d '{"url" : "https://github.com", "copyHeaders": "false"}'
3030
```
31+
# local dev
32+
```bash
33+
mirrord exec -n javahttpclient --target deployment/javahttpclient -- ./mvnw spring-boot:run
34+
```
3135

3236
# swagger uri
3337
- http://localhost:8080/swagger-ui/index.html#/http-client-controller/postMapping

0 commit comments

Comments
 (0)