diff options
author | kaixiliu <liukaixi@chinamobile.com> | 2023-06-14 15:19:19 +0800 |
---|---|---|
committer | kaixiliu <liukaixi@chinamobile.com> | 2023-06-14 15:19:36 +0800 |
commit | e7a36e85eab5a18e3a054e615230dcc7b3402313 (patch) | |
tree | 15801923e45c0661b87308ad46f8d8c96f92f52c /intentanalysis | |
parent | 6e2dc3e031d258c2a447d6a175ce100bb3956993 (diff) |
Modify Port Number5.2.2
Issue-ID: USECASEUI-812
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Change-Id: Id1dcd0fa0451648f59bfa6637bcc286e5782a69a
Diffstat (limited to 'intentanalysis')
-rw-r--r-- | intentanalysis/src/main/java/org/onap/usecaseui/intentanalysis/clldeliveryIntentmgt/clldeliverymodule/CLLDeliveryActuationModule.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intentanalysis/src/main/java/org/onap/usecaseui/intentanalysis/clldeliveryIntentmgt/clldeliverymodule/CLLDeliveryActuationModule.java b/intentanalysis/src/main/java/org/onap/usecaseui/intentanalysis/clldeliveryIntentmgt/clldeliverymodule/CLLDeliveryActuationModule.java index 8e1223b..e42b5de 100644 --- a/intentanalysis/src/main/java/org/onap/usecaseui/intentanalysis/clldeliveryIntentmgt/clldeliverymodule/CLLDeliveryActuationModule.java +++ b/intentanalysis/src/main/java/org/onap/usecaseui/intentanalysis/clldeliveryIntentmgt/clldeliverymodule/CLLDeliveryActuationModule.java @@ -44,7 +44,7 @@ import java.util.UUID; @Slf4j public class CLLDeliveryActuationModule extends ActuationModule { public final static String NLP_HOST = "http://uui-nlp"; - public final static String NLP_ONLINE_URL_BASE = NLP_HOST + ":43011"; + public final static String NLP_ONLINE_URL_BASE = NLP_HOST + ":33011"; public final static String PREDICT_URL = NLP_ONLINE_URL_BASE + "/api/online/predict"; @Autowired |