Commit 9b7c1be9 by zhiwj

部分接口

parent d9f898c2
......@@ -9,12 +9,12 @@
http://www.springframework.org/schema/context/spring-context.xsd
http://code.alibabatech.com/schema/dubbo http://code.alibabatech.com/schema/dubbo/dubbo.xsd">
<context:component-scan base-package="com.gic.demo.*"/>
<context:component-scan base-package="com.gic.store.*"/>
<!-- 应用名称 -->
<dubbo:application name="gic-store-service"/>
<dubbo:protocol name="dubbo" port="30102"/>
<!--<dubbo:service interface="com.gic.demo.single.api.service.DemoStoreApiService" ref="demoStoreApiServiceImpl" timeout="60000" />-->
<dubbo:service interface="com.gic.store.service.StoreRegionApiService" ref="storeRegionApiService" timeout="60000" />
</beans>
......@@ -14,6 +14,6 @@
<!-- 应用名称 -->
<dubbo:application name="gic-store-web"/>
<!--<dubbo:reference interface="com.gic.demo.single.api.service.DemoStoreApiService" id="demoStoreApiService" timeout="60000" retries="0"/>-->
<dubbo:reference interface="com.gic.store.service.StoreRegionApiService" id="storeRegionApiService" timeout="60000" retries="0"/>
</beans>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment