提交 1e54f322 编写于 作者: 武汉红喜's avatar 武汉红喜

README

上级 0478aac7
......@@ -6,7 +6,6 @@
<br>Spring Boot 系列(Servlet, Tomcat, Spring, SpringMVC, Spring Boot, MyBatis)
<br>Dubbo 系列(Dubbo, Zookeeper, Nacos, Sentinel ...)
<br>👻 [start.spring.io](https://start.spring.io) 👻 [start.dubbo.io](http://start.dubbo.io)
> 好的微服务架构师一定是业务架构师,基于业务的建瓴,微服务设计三部曲,遵循自下而上的设计原则,即原子服务、服务组合和业务编排,避免系统之间出现混乱调用。
### Modules intro
Module | Intro
......
......@@ -11,7 +11,6 @@
- java -jar -Ddubbo.registry.address=zookeeper://127.0.0.1:2181 whatsmars-dubbo-consumer.jar
### User Guide
- http://dubbo.io/books/dubbo-user-book
- 配置覆盖策略:java -D > xml > properties,properties适合全局配置。本地调试时,可利用此特性在
IDEA VM options 设置 -Ddubbo.registry.register=false (有id时为-Ddubbo.registry.xx.register=false)
- 配置覆盖策略:reference method > service method > reference > service > consumer > provider
......
# 高性能分布式RPC框架
👻 [start.dubbo.io](http://start.dubbo.io)
\ No newline at end of file
👻 [start.dubbo.io](http://start.dubbo.io)
> 好的微服务架构师一定是业务架构师,基于业务的建瓴,微服务设计三部曲,遵循自下而上的设计原则,即原子服务、服务组合和业务编排,避免系统之间出现混乱调用。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册