Skip to content

Commit

Permalink
Add scene (#2687)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfordjody committed Jun 18, 2023
1 parent b66e7b9 commit 2249814
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -21,6 +21,7 @@ weight: 4
支持 JSON、XML 和 Text 格式的请求和响应,发布和使用服务的便捷方式,也提供了服务版本控制、服务过滤、服务元数据和服务参数, 实现 Dubbo 框架的灵活性和可伸缩性。

## 使用场景
将 Dubbo 服务公开为 RESTful API,与微服务和现有 RESTful 系统集成,实现与非 Java 客户端的互操作性,并促进混合通信。

## 使用方式

Expand Down Expand Up @@ -756,4 +757,4 @@ public class MyValidationExceptionMapper extends RpcExceptionMapper {

```xml
<dubbo:protocol name="rest" port="8888" extension="xxx.MyValidationExceptionMapper"/>
```
```

0 comments on commit 2249814

Please sign in to comment.