File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# Java Cadence Samples
33These samples demonstrate various capabilities of Java Cadence client and server. You can learn more about Cadence at:
44* [ Cadence Service] ( https://github.com/uber/cadence )
5- * [ Cadence Java Client] ( https://github.com/uber-java /cadence-client )
5+ * [ Cadence Java Client] ( https://github.com/uber/cadence-java -client )
66* [ Go Cadence Client] ( https://github.com/uber-go/cadence-client )
77
88## Overview of the Samples
@@ -30,8 +30,8 @@ These samples demonstrate various capabilities of Java Cadence client and server
3030
3131Run the following commands:
3232
33- git clone https://github.com/mfateev/ uber-java-cadence -samples
34- cd cadence-java-client- samples
33+ git clone https://github.com/uber/cadence -java-samples
34+ cd cadence-java-samples
3535
3636## Import into IntelliJ
3737
@@ -42,17 +42,8 @@ choose **Gradle** and then click **Next**->**Finish**.
4242
4343## Build the Samples
4444
45- Assumng that the https://github.com/uber-java/cadence-client is in local maven cache.
46-
4745 ./gradlew build
4846
49- If the latest samples stop building after you pull the latest version, refresh the Gradle dependencies:
50-
51- ./gradlew build --refresh-dependencies
52-
53- Or, in IntelliJ, in the ** Gradle projects** window, right-click "cadence-samples" and then click
54- ** Refresh dependencies** .
55-
5647## Run Cadence Server
5748
5849Run Cadence Server using Docker Compose:
You can’t perform that action at this time.
0 commit comments