mirror of https://github.com/dapr/java-sdk.git
parent
12b2d12f95
commit
18b5b19fde
|
@ -10,5 +10,5 @@ mvn package install
|
||||||
```sh
|
```sh
|
||||||
cd examples/
|
cd examples/
|
||||||
mvn compile
|
mvn compile
|
||||||
dapr run --grpc-port 50001 -- mvn exec:java -Dexec.mainClass=io.dapr.examples.Example
|
dapr run --protocol grpc --grpc-port 50001 -- mvn exec:java -Dexec.mainClass=io.dapr.examples.Example
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue