From f4a8123b59f3914aae65eb81d64a15dd9d31cbed Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Mon, 10 Oct 2022 15:12:40 +0100 Subject: Make the ACM REST endpoint preamble configurable via spring ACM REST endpoint preamble "/onap/policy/clamp/acm/" needs to be configurable by the user via spring boot properties file. Issue-ID: POLICY-4381 Signed-off-by: zrrmmua Change-Id: I1a82b22bb7b06f856d09089204d79dcfccb528a8 --- runtime-acm/src/test/resources/application-test.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'runtime-acm/src/test/resources/application-test.yaml') diff --git a/runtime-acm/src/test/resources/application-test.yaml b/runtime-acm/src/test/resources/application-test.yaml index 9d0754a29..2179cdf5e 100644 --- a/runtime-acm/src/test/resources/application-test.yaml +++ b/runtime-acm/src/test/resources/application-test.yaml @@ -12,6 +12,10 @@ spring: hibernate: dialect: org.hibernate.dialect.HSQLDialect +server: + servlet: + context-path: /onap/policy/clamp/acm + runtime: participantParameters: updateParameters: -- cgit 1.2.3-korg