MSB IP and Port should be in config file 31/8631/1
authorHuabingZhao <zhao.huabing@zte.com.cn>
Thu, 24 Aug 2017 14:38:57 +0000 (22:38 +0800)
committerHuabingZhao <zhao.huabing@zte.com.cn>
Thu, 24 Aug 2017 14:39:31 +0000 (22:39 +0800)
Issue-Id: MSB-23
Change-Id: I64b07c1cdac174740a438265ad67ca302241a917
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
example/src/main/java/org/onap/msb/sdk/example/client/ExampleClient.java

index 24f9ede..15a9f6f 100644 (file)
@@ -27,6 +27,7 @@ public class ExampleClient {
    * @throws IOException
    */
   public static void main(String[] args) throws IOException {
+    //For real use case, MSB IP and Port should come from configuration file instead of hard code here
     String MSB_IP="127.0.0.1";
     int MSB_Port=10081;