From be9a20159f1c9d35923b35503e94d1ae93101035 Mon Sep 17 00:00:00 2001 From: Murali Date: Fri, 8 Sep 2017 09:20:25 +0000 Subject: Support postgresql database Change-Id: I7fc413f3f1195eaa6b79e9f977706df10b79051e Jira:VNFSDK-77 Signed-off-by: Murali --- vnfmarket-be/vnf-sdk-marketplace/pom.xml | 5 ++++ .../configuration/configuration postgres.xml | 35 ++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 vnfmarket-be/vnf-sdk-marketplace/src/main/resources/mybatis/configuration/configuration postgres.xml (limited to 'vnfmarket-be/vnf-sdk-marketplace') diff --git a/vnfmarket-be/vnf-sdk-marketplace/pom.xml b/vnfmarket-be/vnf-sdk-marketplace/pom.xml index ae9f62ee..325f9053 100644 --- a/vnfmarket-be/vnf-sdk-marketplace/pom.xml +++ b/vnfmarket-be/vnf-sdk-marketplace/pom.xml @@ -122,6 +122,11 @@ mysql-connector-java 5.1.18 + + org.postgresql + postgresql + 42.1.1 + org.mybatis mybatis 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 new file mode 100644 index 00000000..bb358546 --- /dev/null +++ b/vnfmarket-be/vnf-sdk-marketplace/src/main/resources/mybatis/configuration/configuration postgres.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg