文件名称:dubbo整合spring入门
文件大小:16.04MB
文件格式:ZIP
更新时间:2020-03-20 11:13:52
dubbo入门
一个服务提供者web工程、一个消费者web工程,两个工程都需扔到tomcat下,启动tomcat,在浏览器地址输入:http://localhost:8080/dubbo-service-consumer/text.do,可测试消费者远程调用了提供者的服务。没有涉及注册中心zookeeper的安装和配置,自己百度下。
【文件预览】:
dubbo-service
----.settings()
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
--------org.eclipse.wst.common.project.facet.core.xml(414B)
--------org.eclipse.wst.common.component(498B)
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------.jsdtscope(522B)
--------org.eclipse.jdt.core.prefs(364B)
----src()
--------cn()
----.project(1KB)
----WebRoot()
--------META-INF()
--------WEB-INF()
--------index.jsp(834B)
----.classpath(1KB)
dubbo-service-consumer
----.settings()
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
--------org.eclipse.wst.common.project.facet.core.xml(414B)
--------org.eclipse.core.resources.prefs(113B)
--------org.eclipse.wst.common.component(525B)
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------.jsdtscope(522B)
--------org.eclipse.jdt.core.prefs(364B)
----src()
--------dubbo-consumer.xml(1KB)
--------com()
--------cn()
--------applicationContext.xml(981B)
----.project(1KB)
----WebRoot()
--------META-INF()
--------WEB-INF()
--------index.jsp(829B)
----.classpath(1KB)