文件名称:spring-boot-dubbo:具有Dubbo支持的Spring Boot
文件大小:51KB
文件格式:ZIP
更新时间:2024-02-19 17:48:17
spring-boot dubbo SpringBootJava
Sprint Boot与达博 主要介绍如何在Spring Boot中整合Dubbo的使用。 注意事项 由于Dubbo的版本并非特别活跃,加上和Spring Boot的jar包适应等问题,所以请使用最新的Dubbo 3.0.0-SNAPSHOT版本,目前还有很多工作调整地址为: 注册中心(注册中心) 目前主要是支持Redis,ZooKeeper和Consul这三个注册中心,主要是这两个服务非常普遍,同时由于Docker的流行,启动这三者个服务也非常简单。 雷迪斯 使用Redis注册中心,需要将在pom.xml中添加对应的redis客户端,代码如下: < dependency> < groupId>redis.clients groupId> < artifactId>jedis artifactId> dependency> 对应的配置项为:spring.dubbo.registry = redis:// localhost:6379 动物园管理员 使用ZooKeeper注册中心,需要在pom.xml中添
【文件预览】:
spring-boot-dubbo-master
----spring-boot-dubbo-client()
--------src()
--------pom.xml(3KB)
----spring-boot-starter-demo-uic()
--------src()
--------pom.xml(2KB)
----README.md(3KB)
----jenvrc(36B)
----spring-boot-starter-dubbo()
--------src()
--------README.md(5KB)
--------pom.xml(4KB)
----pom.xml(2KB)
----uic-service-common()
--------src()
--------pom.xml(1KB)
----docker-compose.yml(404B)
----.gitignore(1KB)
----spring-boot-dubbo-server()
--------src()
--------Dockerfile(151B)
--------pom.xml(3KB)