mirror of
https://github.com/JeffLi1993/springboot-learning-example.git
synced 2026-03-14 22:23:54 +08:00
Springboot 整合 Dubbo/ZooKeeper 详解 SOA 案例
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user