This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new a6b2c45c4b [fix] integrity (#1330)
a6b2c45c4b is described below
commit a6b2c45c4b9cdaff70ce8185b19cbc91ec7eced1
Author: JM <[email protected]>
AuthorDate: Thu Aug 4 11:26:00 2022 +0800
[fix] integrity (#1330)
---
.../service/routing/mesh-style/demo-rule-deployment.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git
a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/routing/mesh-style/demo-rule-deployment.md
b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/routing/mesh-style/demo-rule-deployment.md
index 85a9471d4f..fb4fdf0909 100644
---
a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/routing/mesh-style/demo-rule-deployment.md
+++
b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/routing/mesh-style/demo-rule-deployment.md
@@ -6,13 +6,13 @@ weight: 18
description: "基于实际情况来制定路由规则。"
---
-#### 应用服务
+### 应用服务
```yaml
com.taobao.hsf.DemoService:1.0.0
```
-#### 服务地址
+### 服务地址
```yaml
10.0.0.1:12200?_p=hessian2&APP=demo&st=na61&v=2.0&_TIMEOUT=3000&_ih2=y&mg=demohost&_CONNECTTIMEOUT=1000&_SERIALIZETYPE=hessian&ut=CENTER
@@ -32,7 +32,7 @@ com.taobao.hsf.DemoService:1.0.0
10.0.0.10:12200?_p=hessian2&APP=demo&st=na62&v=2.0&_TIMEOUT=3000&_ih2=y&mg=demohost&_CONNECTTIMEOUT=1000&_SERIALIZETYPE=hessian&ut=UNZBMIX
```
-#### 路由规则
+### 路由规则
```yaml
apiVersion: service.dubbo.apache.org/v1alpha1
@@ -180,7 +180,7 @@ spec:
```
-#### 案例说明
+### 案例说明
以上面的配置为例,假设消费者在CENTER标的na62机房,请求上下文中的user_unit属于CENTER
@@ -346,4 +346,4 @@ CENTER
```yaml
10.0.0.2:12200?_p=hessian2&APP=demo&st=na62&v=2.0&_TIMEOUT=3000&_ih2=y&mg=demohost&_CONNECTTIMEOUT=1000&_SERIALIZETYPE=hessian&ut=CENTER
-```
\ No newline at end of file
+```