From: HuabingZhao Date: Thu, 24 Aug 2017 14:38:57 +0000 (+0800) Subject: MSB IP and Port should be in config file X-Git-Tag: v1.0.0~14 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=msb%2Fjava-sdk.git;a=commitdiff_plain;h=3fc5f3b3d74a1dfb66e2db51fc516fffa138e835 MSB IP and Port should be in config file Issue-Id: MSB-23 Change-Id: I64b07c1cdac174740a438265ad67ca302241a917 Signed-off-by: HuabingZhao --- diff --git a/example/src/main/java/org/onap/msb/sdk/example/client/ExampleClient.java b/example/src/main/java/org/onap/msb/sdk/example/client/ExampleClient.java index 24f9ede..15a9f6f 100644 --- a/example/src/main/java/org/onap/msb/sdk/example/client/ExampleClient.java +++ b/example/src/main/java/org/onap/msb/sdk/example/client/ExampleClient.java @@ -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;