<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dubbo="http://code.alibabatech.com/schema/dubbo"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://code.alibabatech.com/schema/dubbo
http://code.alibabatech.com/schema/dubbo/dubbo.xsd
">
<!-- 提供方应用信息,用于计算依赖关系 -->
<dubbo:application name="dubbo-webservice-app" />
<!-- 使用zookeeper注册中心暴露服务地址 -->
<dubbo:registry address="zookeeper://127.0.0.1:2181" />
<!-- 用webservice协议在8080端口暴露服务 -->
<dubbo:protocol name="hessian" port="8090" contextpath="dubbo" server="servlet" />
<!-- 声明需要暴露的服务接口 -->
<dubbo:service interface="com.enson.webservice.service.DubboService" ref="dubboService" protocol="hessian"/>
<!-- 和本地bean一样实现服务 -->
<bean id="dubboService" class="com.enson.webservice.serviceimpl.DubboServiceImpl" />
</beans>

大富大贵7
- 粉丝: 1097
最新资源
- 信息系统管理中的网络安全风险评估.pptx
- 图书管理系统数据库分析与设计实例.doc
- 企业科研项目管理信息化建设路径探究.docx
- 通信施工总体计划.docx
- 精选ppt模板高科技大数据智能时代工作汇报.pptx
- 大学计算机信息技术教程-课后习题.doc
- 软件测试培训教程终极.ppt
- 基于单片机的语音录放系统设计.doc
- “万礼豪程”项目管理架设酒店产学研互通桥梁.doc
- 【精选】ppt模板粉紫色人工智能说明PPT模板.pptx
- 南通中专电子商务专业人才培养实施方案.doc
- 常用测绘C程序设计.doc
- 计算机组成原理清华1.ppt
- 互联网+时代中学英语口语教学探索.docx
- C语言学生成绩管理[].doc
- 计算机网络原理第4章习题课.ppt
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈


