Make the ACM REST endpoint preamble configurable via spring 12/131412/1
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Mon, 10 Oct 2022 14:12:40 +0000 (15:12 +0100)
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>
Mon, 10 Oct 2022 14:12:40 +0000 (15:12 +0100)
commitf4a8123b59f3914aae65eb81d64a15dd9d31cbed
treecb618d24d575b2cb233f16ed47883b7bd2057a20
parent9e7b5161c1fad7c8d3bd7b150a70e1e4b1e0213b
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 <ramesh.murugan.iyer@est.tech>
Change-Id: I1a82b22bb7b06f856d09089204d79dcfccb528a8
packages/policy-clamp-tarball/src/main/resources/etc/AcRuntimeParameters.yaml
runtime-acm/src/main/java/org/onap/policy/clamp/acm/runtime/main/web/AbstractRestController.java
runtime-acm/src/main/resources/application.yaml
runtime-acm/src/test/java/org/onap/policy/clamp/acm/runtime/util/rest/CommonRestController.java
runtime-acm/src/test/resources/application-test.yaml