Add velocity engine template service
authorMuthuramalingam, Brinda Santh <bs2796@att.com>
Mon, 14 Jan 2019 22:08:01 +0000 (17:08 -0500)
committerMuthuramalingam, Brinda Santh <bs2796@att.com>
Mon, 14 Jan 2019 22:08:01 +0000 (17:08 -0500)
commit908e62722ab29a2c91b4b3f4194554c5319fe54a
tree2b36fa53ff831c0af3532faafc8a1bffb0c45939
parenta3450eb629c88e8fe7f2a0a2d9b241004fd45442
Add velocity engine template service

Change-Id: Idde39b587b41328e5a5e2e32ab32c29cd27d4855
Issue-ID: CCSDK-941
Signed-off-by: Muthuramalingam, Brinda Santh <bs2796@att.com>
components/core/pom.xml
components/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/service/BluePrintTemplateService.kt [new file with mode: 0644]
components/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/utils/JacksonUtils.kt
components/core/src/test/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/service/BluePrintTemplateServiceTest.kt [new file with mode: 0644]
components/core/src/test/resources/templates/base-config-data.json [new file with mode: 0755]
components/core/src/test/resources/templates/base-config-template.vtl [new file with mode: 0755]