summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliuqian <liuqian13@huawei.com>2018-05-25 10:10:00 +0800
committerliuqian <liuqian13@huawei.com>2018-05-25 11:12:45 +0800
commit6449f094bf9993891570b6c0072f9b8aaaf7749a (patch)
tree0e7a2698db9a1d99668d9f4b17651b286c76bcc6
parent0ca9baabf9ad09ea1a65f832a9ed4637b87087a1 (diff)
fix docker start error
Change-Id: I39edeb63dc0cc3eacf9af9c7c0e12a5fc4df2758 Issue-ID: VFC-920 Signed-off-by: liuqian <liuqian13@huawei.com>
-rw-r--r--huawei/vnfmadapter/VnfmadapterService/service/src/main/resources/spring/Vnfmadapter/services.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/huawei/vnfmadapter/VnfmadapterService/service/src/main/resources/spring/Vnfmadapter/services.xml b/huawei/vnfmadapter/VnfmadapterService/service/src/main/resources/spring/Vnfmadapter/services.xml
index f71aa51a..312365d1 100644
--- a/huawei/vnfmadapter/VnfmadapterService/service/src/main/resources/spring/Vnfmadapter/services.xml
+++ b/huawei/vnfmadapter/VnfmadapterService/service/src/main/resources/spring/Vnfmadapter/services.xml
@@ -41,7 +41,7 @@
<import resource="classpath:META-INF/cxf/cxf.xml"/>
<import resource="classpath:META-INF/cxf/cxf-servlet.xml"/>
- <context:property-placeholder location="classpath:jdbc.properties" ignore-unresolvable="true"/>
+ <ctx:property-placeholder location="classpath:config.properties" ignore-unresolvable="true"/>
<bean id="jsonProvider" class="org.codehaus.jackson.jaxrs.JacksonJsonProvider"/>