@@ -29,18 +29,18 @@ for JSON.
29
29
> mvn clean install
30
30
31
31
2 . There will be several files built in target directory:
32
- * * rest-api-client-sample-7.1 .jar* --> the sample client jar file
32
+ * * rest-api-client-sample-7.3 .jar* --> the sample client jar file
33
33
* * lib* -> the lib directory contains all other required third party library
34
- * * rest-api-client-sample-7.1 -all-in-one.jar* -> the sample client jar file, with all other third party classes embedded
35
- * * rest-api-client-sample-7.1 -javadoc.jar* -> javadoc of the sample client
36
- * * rest-api-client-sample-7.1 -sources.jar* -> source code of the sample client
34
+ * * rest-api-client-sample-7.3 -all-in-one.jar* -> the sample client jar file, with all other third party classes embedded
35
+ * * rest-api-client-sample-7.3 -javadoc.jar* -> javadoc of the sample client
36
+ * * rest-api-client-sample-7.3 -sources.jar* -> source code of the sample client
37
37
38
38
3 . Run the project
39
- * execute rest-api-client-sample-7.1 .jar, with lib directory at the same place
40
- > java -jar rest-api-client-sample-7.1 .jar
39
+ * execute rest-api-client-sample-7.3 .jar, with lib directory at the same place
40
+ > java -jar rest-api-client-sample-7.3 .jar
41
41
42
- * or execute rest-api-client-sample-7.1 -all-in-one.jar directly
43
- > java -jar rest-api-client-sample-7.1 -all-in-one.jar
42
+ * or execute rest-api-client-sample-7.3 -all-in-one.jar directly
43
+ > java -jar rest-api-client-sample-7.3 -all-in-one.jar
44
44
45
45
4 . After the program is started, please input the required information prompted by the sample client. After that, you
46
46
will see a list of commands:
@@ -53,5 +53,6 @@ will see a list of commands:
53
53
> 5 Content Management
54
54
> 6 Version Management
55
55
> 7 DQL Query
56
+ > ...
56
57
57
58
5 . Then input the number of the sample you want to execute.
0 commit comments