File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 2
2
# Java Cadence Samples
3
3
These samples demonstrate various capabilities of Java Cadence client and server. You can learn more about Cadence at:
4
4
* [ 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 )
6
6
* [ Go Cadence Client] ( https://github.com/uber-go/cadence-client )
7
7
8
8
## Overview of the Samples
@@ -30,8 +30,8 @@ These samples demonstrate various capabilities of Java Cadence client and server
30
30
31
31
Run the following commands:
32
32
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
35
35
36
36
## Import into IntelliJ
37
37
@@ -42,17 +42,8 @@ choose **Gradle** and then click **Next**->**Finish**.
42
42
43
43
## Build the Samples
44
44
45
- Assumng that the https://github.com/uber-java/cadence-client is in local maven cache.
46
-
47
45
./gradlew build
48
46
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
-
56
47
## Run Cadence Server
57
48
58
49
Run Cadence Server using Docker Compose:
You can’t perform that action at this time.
0 commit comments