zaneChou1 commented on a change in pull request #1379: [SCB-1574] Add README 
for Kie-Client
URL: 
https://github.com/apache/servicecomb-java-chassis/pull/1379#discussion_r344678784
 
 

 ##########
 File path: client/kie-client/README.md
 ##########
 @@ -0,0 +1,80 @@
+## ServiceComb-Kie Client for Java
+
+   Sample Java client for ServiceComb-Kie HTTP OPENAPI. If you want more 
information about the ServiceComb-Kie, go 
[here](https://github.com/apache/servicecomb-kie).
+   
+### Build & Install
+   
+   local Build from source:
+   ```
+    maven clean install
+   ```
+   
+   add dependency to maven:
+   ```
+    <dependency>
+        <groupId>org.apache.servicecomb</groupId>
+        <artifactId>kie-client</artifactId>
+        <version>2.0.0-SNAPSHOT</version>
+    </dependency>
+   ```
+
+
+### Basic Usage
+
+#### Case 1: Create value of a key
+```
+KieClient kieClient = new KieClient();
 
 Review comment:
   Thanks for your comments. I have added a case for setting host and port.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to