Springboot 整合 Dubbo/ZooKeeper 详解 SOA 案例

This commit is contained in:
JeffLi1993
2017-02-28 17:45:49 +08:00
committed by liqiangqiang
parent 85d1de94fd
commit b26afe03e4
13 changed files with 389 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
## 避免和 server 工程端口冲突
server.port=8081
## Dubbo 服务消费者配置
spring.dubbo.application.name=consumer
spring.dubbo.registry.address=zookeeper://127.0.0.1:2181
spring.dubbo.scan=org.spring.springboot.dubbo