Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Dubbo actual combat based on zookeeper

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

Stationed in 51CTO today, first send something to support the field, hope to see this article T friends add a concern, leave contact, thank you.

Many friends of Dubbo, which is very popular now, have heard of it. Recently, I have also been watching this and sharing my notes.

First of all, let's talk about the project framework that our team is going to do, and it's very simple to focus on implementing zookeeper-based dubbo registration.

Frame: springmvc+spring+zookeeper+dubbo

The project is divided into three layers, model stores data, view page display, controller under the specific logic implementation. Through the registration of the dubbo consumer and supplier, the supplier exposes the interface to the consumer for the consumer to call.

Configuration files for project deployment are as follows:

ApplicationContext-dubbo.xml

{--

--}

Dubbo.properties

{--

Dubbo.registry.address=zookeeper://127.0.0.1:2181

Dubbo.admin.root.password=root

Dubbo.admin.guest.password=guest

--}

Zoo_sample.cfg

{--

Under zookeeper/conf/, change zoo_sample.cfg to zoo.cfg, and start zkServer.cmd under bin/

--}

Because of the introduction of dubbo, the wdls exposure of the original Web Service project is abandoned. Because of the serious dependency of the project, the project is built with maven, introduces the jar package through Maven pom.xml three-dimensional coordinates, and calls dubbo exposure interface development.

/ * *

* @ author wonter

* description: learning a pattern update every day, please follow my blog!

* blog: http://javame.blog.51cto.com

* email: yiyu1@163.com

, /

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report