From e7a36e85eab5a18e3a054e615230dcc7b3402313 Mon Sep 17 00:00:00 2001 From: kaixiliu Date: Wed, 14 Jun 2023 15:19:19 +0800 Subject: Modify Port Number Issue-ID: USECASEUI-812 Signed-off-by: kaixiliu Change-Id: Id1dcd0fa0451648f59bfa6637bcc286e5782a69a --- .../clldeliverymodule/CLLDeliveryActuationModule.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg