摘要:
一.相关安装包 链接:https://pan.baidu.com/s/1xCdiP5Lx5MaD5WeNNCDTVw 提取码:plvz 二.安装 把上面三个安装包上传到centos中,然后执行以下命令,顺序不能错误。 rpm -ivh erlang-18.3-1.el7.centos.x86_64. 阅读全文
摘要:
一.dubbo-boot-provider模块 maven依赖: <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> 阅读全文
摘要:
1.架构 2.提供者配置 <beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dubbo="http://dubbo.apache.org/schema/dubbo" xmlns="http://www.springf 阅读全文
摘要:
1.Zookeeper环境搭建 这里不再赘述。。 2.下载Dobbo Admin https://github.com/apache/dubbo-admin,点击该网址,下载并解压。 解压后,是这样的目录。进入dubbo-admin-ui,命令行运行npm install(前提已经安装node环境) 阅读全文