Add Primary Data Source Configuration 62/74362/1
authorMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Thu, 6 Dec 2018 21:46:19 +0000 (16:46 -0500)
committerMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Thu, 6 Dec 2018 21:46:19 +0000 (16:46 -0500)
commit8923639a534b79dddfb9e4006acbee31bc2649c3
treec086adbc6f5de7cd03a7964e2631b8658699bffb
parentd9fdc75c0db6150363a3bd63055fe5f323ce1727
Add Primary Data Source Configuration

Change-Id: I338f8564c20ebc2c139c80806468be8f8d3bb7e4
Issue-ID: CCSDK-698
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
13 files changed:
ms/blueprintsprocessor/.gitignore
ms/blueprintsprocessor/application/pom.xml
ms/blueprintsprocessor/application/src/main/resources/application.properties
ms/blueprintsprocessor/application/src/test/resources/application.properties
ms/blueprintsprocessor/modules/commons/db-lib/pom.xml
ms/blueprintsprocessor/modules/commons/db-lib/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/db/BluePrintDBLibConfiguration.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/commons/db-lib/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/db/BluePrintDBLibData.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/commons/db-lib/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/db/BluePrintDBLibGenericService.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/commons/db-lib/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/db/primary/PrimaryDatabaseConfiguration.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/commons/db-lib/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/db/primary/service/PrimaryDBLibGenericService.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/commons/db-lib/src/test/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/db/primary/PrimaryDatabaseConfigurationTest.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/commons/db-lib/src/test/resources/application-test.properties [new file with mode: 0644]
ms/blueprintsprocessor/modules/commons/db-lib/src/test/resources/logback-test.xml [new file with mode: 0644]