diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-08-24 22:38:57 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-08-24 22:39:31 +0800 |
commit | 3fc5f3b3d74a1dfb66e2db51fc516fffa138e835 (patch) | |
tree | c985b2405af904ed244583d76670fbe8927972eb /example/src | |
parent | 1a7355b3b40cfd2238d142ea372c2c1e3101fe8d (diff) |
MSB IP and Port should be in config file
Issue-Id: MSB-23
Change-Id: I64b07c1cdac174740a438265ad67ca302241a917
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'example/src')
-rw-r--r-- | example/src/main/java/org/onap/msb/sdk/example/client/ExampleClient.java | 1 |
1 files changed, 1 insertions, 0 deletions
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; |