You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Apache Dubbo(incubating)](https://github.com/apache/incubator-dubbo) Spring Boot Project makes it easy to create [Spring Boot](https://github.com/spring-projects/spring-boot/) application using Dubbo as RPC Framework. What's more, it aslo provides
10
8
11
9
*[auto-configure features](dubbo-spring-boot-autoconfigure) (e.g., annotation-driven, auto configuration, externalized configuration).
12
10
*[production-ready features](dubbo-spring-boot-actuator) (e.g., security, health checks, externalized configuration).
13
11
14
-
> Apache Dubbo(incubating) is a high-performance, java based [RPC](https://en.wikipedia.org/wiki/Remote_procedure_call) framework open-sourced by Alibaba. As in many RPC systems, dubbo is based around the idea of defining a service, specifying the methods that can be called remotely with their parameters and return types. On the server side, the server implements this interface and runs a dubbo server to handle client calls. On the client side, the client has a stub that provides the same methods as the server.
12
+
> Apache Dubbo(incubating) |ˈdʌbəʊ| is a high-performance, light weight, java based RPC framework. Dubbo offers three key functionalities, which include interface based remote call, fault tolerance & load balancing, and automatic service registration & discovery.
15
13
16
14
## [中文说明](README_CN.md)
17
15
@@ -167,7 +165,7 @@ public interface DemoService {
> Dubbo *|ˈdʌbəʊ|* is a high-performance, java based [RPC](https://en.wikipedia.org/wiki/Remote_procedure_call) framework open-sourced by Alibaba. As in many RPC systems, dubbo is based around the idea of defining a service, specifying the methods that can be called remotely with their parameters and return types. On the server side, the server implements this interface and runs a dubbo server to handle client calls. On the client side, the client has a stub that provides the same methods as the server.
18
-
19
16
## [English README](README_CN.md)
20
17
21
18
@@ -173,7 +170,7 @@ public interface DemoService {
Copy file name to clipboardExpand all lines: dubbo-spring-boot-samples/auto-configure-samples/provider-sample/src/main/resources/application.properties
Copy file name to clipboardExpand all lines: dubbo-spring-boot-samples/dubbo-registry-zookeeper-samples/provider-sample/src/main/resources/application.properties
Copy file name to clipboardExpand all lines: dubbo-spring-boot-samples/externalized-configuration-samples/provider-sample/src/main/resources/application.properties
0 commit comments