Skip to content

Commit 58fb53a

Browse files
committed
Add examples
Signed-off-by: siri-varma <[email protected]>
1 parent 9df24f0 commit 58fb53a

File tree

1 file changed

+1
-1
lines changed
  • examples/src/main/java/io/dapr/examples/jobs

1 file changed

+1
-1
lines changed

examples/src/main/java/io/dapr/examples/jobs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ sleep: 10
9393
-->
9494

9595
```bash
96-
dapr run --resources-path ./components/configuration --app-id myapp --app-port 8080 --dapr-http-port 3500 --dapr-grpc-port 51439 --log-level debug -- java -jar target/dapr-java-sdk-examples-exec.jar io.dapr.examples.configuration.DemoJobsSpringApplication
96+
dapr run --resources-path ./components/configuration --app-id myapp --app-port 8080 --dapr-http-port 3500 --dapr-grpc-port 51439 --log-level debug -- java -jar target/dapr-java-sdk-examples-exec.jar io.dapr.examples.jobs.DemoJobsSpringApplication
9797
```
9898

9999
```bash

0 commit comments

Comments
 (0)