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 --- .../configuration/configuration postgres.xml | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 vnfmarket-be/vnf-sdk-marketplace/src/main/resources/mybatis/configuration/configuration postgres.xml (limited to 'vnfmarket-be/vnf-sdk-marketplace/src/main/resources') 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