mirror of https://github.com/dapr/java-sdk.git
Initial add of a README.
This commit is contained in:
parent
b42372ed81
commit
03ed8c1ebf
|
@ -0,0 +1,14 @@
|
|||
## Java client for dapr.
|
||||
|
||||
### Installing
|
||||
```sh
|
||||
# make sure you are in the `java-sdk` directory.
|
||||
mvn package install
|
||||
```
|
||||
|
||||
### Running an example
|
||||
```sh
|
||||
cd examples/
|
||||
mvn compile
|
||||
dapr run --grpc-port 50001 -- mvn exec:java -Dexec.mainClass=io.dapr.examples.Example
|
||||
```
|
Loading…
Reference in New Issue