From b81571ff1e882f02072cf8fae59e6578596e8f22 Mon Sep 17 00:00:00 2001 From: Murali Date: Fri, 15 Sep 2017 11:32:06 +0000 Subject: Move the configuration from sql to postgres Change the JDBC configuration from mysql to postgres Change-Id: Id07fb33f4e986d946a40cfb7b605648e12eaee35 Jira:VNFSDK-78 Signed-off-by: Murali --- .../configuration/configuration postgres.xml | 35 ---------------------- .../mybatis/configuration/configuration.xml | 10 +++---- 2 files changed, 5 insertions(+), 40 deletions(-) delete mode 100644 vnfmarket-be/vnf-sdk-marketplace/src/main/resources/mybatis/configuration/configuration postgres.xml (limited to 'vnfmarket-be') diff --git a/vnfmarket-be/vnf-sdk-marketplace/src/main/resources/mybatis/configuration/configuration postgres.xml b/vnfmarket-be/vnf-sdk-marketplace/src/main/resources/mybatis/configuration/configuration postgres.xml deleted file mode 100644 index bb358546..00000000 --- a/vnfmarket-be/vnf-sdk-marketplace/src/main/resources/mybatis/configuration/configuration postgres.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/vnfmarket-be/vnf-sdk-marketplace/src/main/resources/mybatis/configuration/configuration.xml b/vnfmarket-be/vnf-sdk-marketplace/src/main/resources/mybatis/configuration/configuration.xml index 76da57c8..bb358546 100644 --- a/vnfmarket-be/vnf-sdk-marketplace/src/main/resources/mybatis/configuration/configuration.xml +++ b/vnfmarket-be/vnf-sdk-marketplace/src/main/resources/mybatis/configuration/configuration.xml @@ -21,11 +21,11 @@ PUBLIC "//mybatis.org//DTD Config 3.0//EN" - - - - - + + + + + -- cgit 1.2.3-korg