Dapr SDK for Java
Go to file
Yaron Schneider 18b5b19fde
Update README.md
Add `--protocol` flag for grpc
2019-10-11 11:26:34 -07:00
.github Update question.md 2019-10-11 10:34:56 -07:00
examples Initial add. 2019-10-09 10:30:54 -07:00
src/main/java/io/dapr Initial add. 2019-10-09 10:30:54 -07:00
.gitignore Initial commit 2019-10-09 10:30:20 -07:00
LICENSE Initial commit 2019-10-09 10:30:20 -07:00
README.md Update README.md 2019-10-11 11:26:34 -07:00
pom.xml Initial add. 2019-10-09 10:30:54 -07:00

README.md

Java client for dapr.

Installing

# make sure you are in the `java-sdk` directory.
mvn package install

Running an example

cd examples/
mvn compile
dapr run --protocol grpc --grpc-port 50001 -- mvn exec:java -Dexec.mainClass=io.dapr.examples.Example