From: kaixiliu Date: Wed, 14 Jun 2023 07:19:19 +0000 (+0800) Subject: Modify Port Number X-Git-Tag: 5.2.2^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e7a36e85eab5a18e3a054e615230dcc7b3402313;p=usecase-ui%2Fintent-analysis.git Modify Port Number Issue-ID: USECASEUI-812 Signed-off-by: kaixiliu Change-Id: Id1dcd0fa0451648f59bfa6637bcc286e5782a69a --- 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