You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by gi...@apache.org on 2023/06/28 12:11:27 UTC

[dubbo-website] branch cn-site updated: deploy: d79754e762b1bfe6f406f71674d53c1ca9810d04

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch cn-site
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/cn-site by this push:
     new 06aed073b8 deploy: d79754e762b1bfe6f406f71674d53c1ca9810d04
06aed073b8 is described below

commit 06aed073b8a8d940593cd88f8173fe36246b1e27
Author: AlbumenJ <Al...@users.noreply.github.com>
AuthorDate: Wed Jun 28 12:11:21 2023 +0000

    deploy: d79754e762b1bfe6f406f71674d53c1ca9810d04
---
 sitemap.xml                                        |  2 +-
 .../reference-manual/serialization/avro/index.html | 26 +++---------------
 .../serialization/fastjson/index.html              | 26 +++---------------
 .../serialization/fastjson2/index.html             | 32 +++-------------------
 .../serialization/hessian/index.html               | 32 +++-------------------
 .../reference-manual/serialization/index.html      |  2 +-
 .../serialization/protobuf/index.html              | 26 +++---------------
 zh-cn/sitemap.xml                                  |  2 +-
 8 files changed, 23 insertions(+), 125 deletions(-)

diff --git a/sitemap.xml b/sitemap.xml
index 1e8a1dc491..54d1ec97f1 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://cn.dubbo.apache.org/zh-cn/sitemap.xml</loc><lastmod>2023-06-28T20:05:12+08:00</lastmod></sitemap><sitemap><loc>https://cn.dubbo.apache.org/en/sitemap.xml</loc><lastmod>2023-05-10T11:59:30+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://cn.dubbo.apache.org/zh-cn/sitemap.xml</loc><lastmod>2023-06-28T20:06:23+08:00</lastmod></sitemap><sitemap><loc>https://cn.dubbo.apache.org/en/sitemap.xml</loc><lastmod>2023-05-10T11:59:30+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
diff --git a/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/avro/index.html b/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/avro/index.html
index 0dc4a908c5..2e210777e6 100644
--- a/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/avro/index.html
+++ b/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/avro/index.html
@@ -1,24 +1,6 @@
-<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS content="INDEX, FOLLOW"><link rel=canonical href=https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/avro/><script>var _hmt=_hmt||[];(function(){var e,t=document.createElement("script");t.src="https://hm.baidu.com/hm.js?3b78f49ba47181e4d998a66b689446e9",e=document.getElementsByTagName("script")[0],e.parentNode.insertBefore(t,e)})()</script><meta charset=utf-8><meta name=viewport con [...]
-2 使用方式 2.1 添加依赖 <dependencies> <dependency> <groupId>org.apache.dubbo.extensions</groupId> <artifactId>dubbo-serialization-avro</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>org.apache.avro</groupId> <artifactId>avro</artifactId> <version>1.11.1</version> </dependency> </dependencies> 2.2 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: avro 或
-# dubbo.properties dubbo.protocol.serialization=avro # or dubbo.consumer.serialization=avro # or dubbo.reference.com.demo.DemoService.serialization=avro 或
-<dubbo:protocol serialization=&#34;avro&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;avro&#34; /> <!-- or --> <dubbo:reference interface=&#34;xxx&#34; serialization=&#34;avro&#34; /> "><meta property="og:type" content="article"><meta property="og:url" content="https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/avro/"><meta property="article:section" content="overview"><meta property="article:modified_time" content="2023-05-09T10:43:48+08: [...]
-2 使用方式 2.1 添加依赖 <dependencies> <dependency> <groupId>org.apache.dubbo.extensions</groupId> <artifactId>dubbo-serialization-avro</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>org.apache.avro</groupId> <artifactId>avro</artifactId> <version>1.11.1</version> </dependency> </dependencies> 2.2 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: avro 或
-# dubbo.properties dubbo.protocol.serialization=avro # or dubbo.consumer.serialization=avro # or dubbo.reference.com.demo.DemoService.serialization=avro 或
-<dubbo:protocol serialization=&#34;avro&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;avro&#34; /> <!-- or --> <dubbo:reference interface=&#34;xxx&#34; serialization=&#34;avro&#34; /> "><meta itemprop=dateModified content="2023-05-09T10:43:48+08:00"><meta itemprop=wordCount content="56"><meta itemprop=keywords content><meta name=twitter:card content="summary"><meta name=twitter:title content="Avro"><meta name=twitter:description content="1 介绍 Avro是一种远程过程调用和数据序列化框架,是在Apache的Hadoo [...]
-2 使用方式 2.1 添加依赖 <dependencies> <dependency> <groupId>org.apache.dubbo.extensions</groupId> <artifactId>dubbo-serialization-avro</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>org.apache.avro</groupId> <artifactId>avro</artifactId> <version>1.11.1</version> </dependency> </dependencies> 2.2 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: avro 或
-# dubbo.properties dubbo.protocol.serialization=avro # or dubbo.consumer.serialization=avro # or dubbo.reference.com.demo.DemoService.serialization=avro 或
-<dubbo:protocol serialization=&#34;avro&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;avro&#34; /> <!-- or --> <dubbo:reference interface=&#34;xxx&#34; serialization=&#34;avro&#34; /> "><script async src="https://www.googletagmanager.com/gtag/js?id=G-NM6FFMT51J"></script>
+<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS content="INDEX, FOLLOW"><link rel=canonical href=https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/avro/><script>var _hmt=_hmt||[];(function(){var e,t=document.createElement("script");t.src="https://hm.baidu.com/hm.js?3b78f49ba47181e4d998a66b689446e9",e=document.getElementsByTagName("script")[0],e.parentNode.insertBefore(t,e)})()</script><meta charset=utf-8><meta name=viewport con [...]
 <script>var doNotTrack=!1;if(!doNotTrack){window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)}gtag("js",new Date),gtag("config","G-NM6FFMT51J",{anonymize_ip:!1})}</script><link rel=preload href=/scss/main.min.827bbd3e83b1e0c66a1c08738c713f88f8068e84600146c2dbf9035f0f496f01.css as=style><link href=/scss/main.min.827bbd3e83b1e0c66a1c08738c713f88f8068e84600146c2dbf9035f0f496f01.css rel=stylesheet integrity><script src=/js/jquery-3.5.1.min.js integrity="sha256-9/a [...]
-<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@docsearch/css@3><meta name=theme-color content="#326ce5"><link rel=stylesheet href=/css/feature-states.css><meta name=description content="1 介绍 Avro是一种远程过程调用和数据序列化框架,是在Apache的Hadoop项目之内开发的。它使用JSON来定义数据类型和通讯协议,使用压缩二进制格式来序列化数据。它主要用于Hadoop,它可以为持久化数据提供一种序列化格式,并为Hadoop节点间及从客户端程序到Hadoop服务的通讯提供一种电报格式。
-2 使用方式 2.1 添加依赖 <dependencies> <dependency> <groupId>org.apache.dubbo.extensions</groupId> <artifactId>dubbo-serialization-avro</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>org.apache.avro</groupId> <artifactId>avro</artifactId> <version>1.11.1</version> </dependency> </dependencies> 2.2 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: avro 或
-# dubbo.properties dubbo.protocol.serialization=avro # or dubbo.consumer.serialization=avro # or dubbo.reference.com.demo.DemoService.serialization=avro 或
-<dubbo:protocol serialization=&#34;avro&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;avro&#34; /> <!-- or --> <dubbo:reference interface=&#34;xxx&#34; serialization=&#34;avro&#34; /> "><meta property="og:description" content="1 介绍 Avro是一种远程过程调用和数据序列化框架,是在Apache的Hadoop项目之内开发的。它使用JSON来定义数据类型和通讯协议,使用压缩二进制格式来序列化数据。它主要用于Hadoop,它可以为持久化数据提供一种序列化格式,并为Hadoop节点间及从客户端程序到Hadoop服务的通讯提供一种电报格式。
-2 使用方式 2.1 添加依赖 <dependencies> <dependency> <groupId>org.apache.dubbo.extensions</groupId> <artifactId>dubbo-serialization-avro</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>org.apache.avro</groupId> <artifactId>avro</artifactId> <version>1.11.1</version> </dependency> </dependencies> 2.2 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: avro 或
-# dubbo.properties dubbo.protocol.serialization=avro # or dubbo.consumer.serialization=avro # or dubbo.reference.com.demo.DemoService.serialization=avro 或
-<dubbo:protocol serialization=&#34;avro&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;avro&#34; /> <!-- or --> <dubbo:reference interface=&#34;xxx&#34; serialization=&#34;avro&#34; /> "><meta name=twitter:description content="1 介绍 Avro是一种远程过程调用和数据序列化框架,是在Apache的Hadoop项目之内开发的。它使用JSON来定义数据类型和通讯协议,使用压缩二进制格式来序列化数据。它主要用于Hadoop,它可以为持久化数据提供一种序列化格式,并为Hadoop节点间及从客户端程序到Hadoop服务的通讯提供一种电报格式。
-2 使用方式 2.1 添加依赖 <dependencies> <dependency> <groupId>org.apache.dubbo.extensions</groupId> <artifactId>dubbo-serialization-avro</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>org.apache.avro</groupId> <artifactId>avro</artifactId> <version>1.11.1</version> </dependency> </dependencies> 2.2 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: avro 或
-# dubbo.properties dubbo.protocol.serialization=avro # or dubbo.consumer.serialization=avro # or dubbo.reference.com.demo.DemoService.serialization=avro 或
-<dubbo:protocol serialization=&#34;avro&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;avro&#34; /> <!-- or --> <dubbo:reference interface=&#34;xxx&#34; serialization=&#34;avro&#34; /> "><meta property="og:url" content="https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/avro/"><meta property="og:title" content="Avro"><meta name=twitter:title content="Avro"><meta name=twitter:image:alt content="Apache Dubbo"><meta property="og:type" content= [...]
+<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@docsearch/css@3><meta name=theme-color content="#326ce5"><link rel=stylesheet href=/css/feature-states.css><meta name=description content="本文介绍 Avro 序列化"><meta property="og:description" content="本文介绍 Avro 序列化"><meta name=twitter:description content="本文介绍 Avro 序列化"><meta property="og:url" content="https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/avro/"><meta property="og:title" content="Avro" [...]
 <link href=/css/community.css rel=stylesheet><link href=/css/contactus.css rel=stylesheet><link href=/css/language.css rel=stylesheet><script src=/js/script.js></script></head><body class="td-page td-documentation"><header><nav class="js-navbar-scroll navbar navbar-expand navbar-dark flex-column flex-md-row td-navbar" data-auto-burger=primary><a class=navbar-brand href=/zh-cn/><span class=navbar-logo></span><span class="text-uppercase font-weight-bold">Apache Dubbo</span></a><div class=" [...]
 <label for=m-zh-cnoverviewhome-check><a href=/zh-cn/overview/home/ title="Dubbo 文档" class="align-left pl-0 td-sidebar-link td-sidebar-link__section" id=m-zh-cnoverviewhome><span>主页</span></a></label></li><li class="td-sidebar-nav__section-title td-sidebar-nav__section with-child" id=m-zh-cnoverviewquickstart-li><input type=checkbox id=m-zh-cnoverviewquickstart-check>
 <label for=m-zh-cnoverviewquickstart-check><a href=/zh-cn/overview/quickstart/ title="Dubbo 入门" class="align-left pl-0 td-sidebar-link td-sidebar-link__section" id=m-zh-cnoverviewquickstart><span>入门</span></a></label><ul class="ul-2 foldable"><li class="td-sidebar-nav__section-title td-sidebar-nav__section with-child" id=m-zh-cnoverviewquickstartjava-li><input type=checkbox id=m-zh-cnoverviewquickstartjava-check>
@@ -688,7 +670,7 @@
 <label for=m-zh-cnoverviewreferenceprotocols-check><a href=/zh-cn/overview/reference/protocols/ class="align-left pl-0 td-sidebar-link td-sidebar-link__section" id=m-zh-cnoverviewreferenceprotocols><span>协议规范</span></a></label><ul class="ul-3 foldable"><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id=m-zh-cnoverviewreferenceprotocolstriple-li><input type=checkbox id=m-zh-cnoverviewreferenceprotocolstriple-check>
 <label for=m-zh-cnoverviewreferenceprotocolstriple-check><a href=/zh-cn/overview/reference/protocols/triple/ title="Triple 协议设计理念与规范" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-zh-cnoverviewreferenceprotocolstriple><span>Triple 协议规范</span></a></label></li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id=m-zh-cnoverviewreferenceprotocolstcp-li><input type=checkbox id=m-zh-cnoverviewreferenceprotocolstcp-check>
 <label for=m-zh-cnoverviewreferenceprotocolstcp-check><a href=/zh-cn/overview/reference/protocols/tcp/ class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-zh-cnoverviewreferenceprotocolstcp><span>Dubbo2 协议规范</span></a></label></li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id=m-zh-cnoverviewreferenceprotocolshttp-li><input type=checkbox id=m-zh-cnoverviewreferenceprotocolshttp-check>
-<label for=m-zh-cnoverviewreferenceprotocolshttp-check><a href=/zh-cn/overview/reference/protocols/http/ class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-zh-cnoverviewreferenceprotocolshttp><span>HTTP 协议规范</span></a></label></li></ul></li></ul></li></ul></li></ul></nav></div></div><main class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb class=td-breadcrumbs><ol class=breadcrumb><li class=breadcrumb-item><a href=https://cn.dubbo.apache.org/zh-c [...]
+<label for=m-zh-cnoverviewreferenceprotocolshttp-check><a href=/zh-cn/overview/reference/protocols/http/ class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-zh-cnoverviewreferenceprotocolshttp><span>HTTP 协议规范</span></a></label></li></ul></li></ul></li></ul></li></ul></nav></div></div><main class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb class=td-breadcrumbs><ol class=breadcrumb><li class=breadcrumb-item><a href=https://cn.dubbo.apache.org/zh-c [...]
 </span></span><span style=display:flex><span>    <span style=color:#268bd2>&lt;dependency&gt;</span>
 </span></span><span style=display:flex><span>      <span style=color:#268bd2>&lt;groupId&gt;</span>org.apache.dubbo.extensions<span style=color:#268bd2>&lt;/groupId&gt;</span>
 </span></span><span style=display:flex><span>      <span style=color:#268bd2>&lt;artifactId&gt;</span>dubbo-serialization-avro<span style=color:#268bd2>&lt;/artifactId&gt;</span>
@@ -720,7 +702,7 @@
 </span></span><span style=display:flex><span><span style=color:#586e75>&lt;!-- or --&gt;</span>
 </span></span><span style=display:flex><span><span style=color:#268bd2>&lt;dubbo:reference</span> interface=<span style=color:#2aa198>&#34;xxx&#34;</span> serialization=<span style=color:#2aa198>&#34;avro&#34;</span> <span style=color:#268bd2>/&gt;</span>
 </span></span></code></pre></div><div id=pre-footer><h2>反馈</h2><p class=feedback--prompt>此页是否对您有帮助?</p><button class="btn btn-primary mb-4 feedback--yes">是</button>
-<button class="btn btn-primary mb-4 feedback--no">否</button></div><script>const yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disabled [...]
+<button class="btn btn-primary mb-4 feedback--no">否</button></div><script>const yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disabled [...]
 <a href="https://github.com/apache/dubbo-website/new/master/content/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/avro.md?filename=change-me.md&amp;value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0 [...]
 <a href="https://github.com/apache/dubbo-website/issues/new?title=Avro" target=_blank><i class="fab fa-github fa-fw"></i> 登记问题</a>
 <a href=https://github.com/apache/dubbo/issues/new target=_blank><i class="fas fa-tasks fa-fw"></i> 提交项目问题</a></div></main><div class="d-none d-xl-block col-xl-2 td-toc d-print-none"><nav id=TableOfContents><ul><li><a href=#1-介绍>1 介绍</a></li><li><a href=#2-使用方式>2 使用方式</a><ul><li><a href=#21-添加依赖>2.1 添加依赖</a></li><li><a href=#22-配置启用>2.2 配置启用</a></li></ul></li></ul></nav></div></div></div></div><footer class="bg-dark py-5 row d-print-none footer-margin-0"><div class="container-fluid mx-sm [...]
diff --git a/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/fastjson/index.html b/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/fastjson/index.html
index 3ac028f857..a96d8ab31d 100644
--- a/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/fastjson/index.html
+++ b/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/fastjson/index.html
@@ -1,24 +1,6 @@
-<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS content="INDEX, FOLLOW"><link rel=canonical href=https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/fastjson/><script>var _hmt=_hmt||[];(function(){var e,t=document.createElement("script");t.src="https://hm.baidu.com/hm.js?3b78f49ba47181e4d998a66b689446e9",e=document.getElementsByTagName("script")[0],e.parentNode.insertBefore(t,e)})()</script><meta charset=utf-8><meta name=viewport [...]
-2 使用方式 2.1 添加依赖 <dependencies> <dependency> <groupId>org.apache.dubbo.extensions</groupId> <artifactId>dubbo-serialization-fastjson</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>1.2.83</version> </dependency> </dependencies> 2.2 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: fastjson 或
-# dubbo.properties dubbo.protocol.serialization=fastjson # or dubbo.consumer.serialization=fastjson # or dubbo.reference.com.demo.DemoService.serialization=fastjson 或
-<dubbo:protocol serialization=&#34;fastjson&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;fastjson&#34; /> <!-- or --> <dubbo:reference interface=&#34;xxx&#34; serialization=&#34;fastjson&#34; /> "><meta property="og:type" content="article"><meta property="og:url" content="https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/fastjson/"><meta property="article:section" content="overview"><meta property="article:modified_time" content="2023-05 [...]
-2 使用方式 2.1 添加依赖 <dependencies> <dependency> <groupId>org.apache.dubbo.extensions</groupId> <artifactId>dubbo-serialization-fastjson</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>1.2.83</version> </dependency> </dependencies> 2.2 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: fastjson 或
-# dubbo.properties dubbo.protocol.serialization=fastjson # or dubbo.consumer.serialization=fastjson # or dubbo.reference.com.demo.DemoService.serialization=fastjson 或
-<dubbo:protocol serialization=&#34;fastjson&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;fastjson&#34; /> <!-- or --> <dubbo:reference interface=&#34;xxx&#34; serialization=&#34;fastjson&#34; /> "><meta itemprop=dateModified content="2023-05-09T10:43:48+08:00"><meta itemprop=wordCount content="71"><meta itemprop=keywords content><meta name=twitter:card content="summary"><meta name=twitter:title content="Fastjson"><meta name=twitter:description content="1 介绍 Fastjson 是一个 Java 库, [...]
-2 使用方式 2.1 添加依赖 <dependencies> <dependency> <groupId>org.apache.dubbo.extensions</groupId> <artifactId>dubbo-serialization-fastjson</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>1.2.83</version> </dependency> </dependencies> 2.2 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: fastjson 或
-# dubbo.properties dubbo.protocol.serialization=fastjson # or dubbo.consumer.serialization=fastjson # or dubbo.reference.com.demo.DemoService.serialization=fastjson 或
-<dubbo:protocol serialization=&#34;fastjson&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;fastjson&#34; /> <!-- or --> <dubbo:reference interface=&#34;xxx&#34; serialization=&#34;fastjson&#34; /> "><script async src="https://www.googletagmanager.com/gtag/js?id=G-NM6FFMT51J"></script>
+<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS content="INDEX, FOLLOW"><link rel=canonical href=https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/fastjson/><script>var _hmt=_hmt||[];(function(){var e,t=document.createElement("script");t.src="https://hm.baidu.com/hm.js?3b78f49ba47181e4d998a66b689446e9",e=document.getElementsByTagName("script")[0],e.parentNode.insertBefore(t,e)})()</script><meta charset=utf-8><meta name=viewport [...]
 <script>var doNotTrack=!1;if(!doNotTrack){window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)}gtag("js",new Date),gtag("config","G-NM6FFMT51J",{anonymize_ip:!1})}</script><link rel=preload href=/scss/main.min.827bbd3e83b1e0c66a1c08738c713f88f8068e84600146c2dbf9035f0f496f01.css as=style><link href=/scss/main.min.827bbd3e83b1e0c66a1c08738c713f88f8068e84600146c2dbf9035f0f496f01.css rel=stylesheet integrity><script src=/js/jquery-3.5.1.min.js integrity="sha256-9/a [...]
-<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@docsearch/css@3><meta name=theme-color content="#326ce5"><link rel=stylesheet href=/css/feature-states.css><meta name=description content="1 介绍 Fastjson 是一个 Java 库,可用于将 Java 对象转换为其 JSON 表示形式。它还可用于将 JSON 字符串转换为等效的 Java 对象。 Fastjson 可以处理任意 Java 对象,包括您没有源代码的预先存在的对象。
-2 使用方式 2.1 添加依赖 <dependencies> <dependency> <groupId>org.apache.dubbo.extensions</groupId> <artifactId>dubbo-serialization-fastjson</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>1.2.83</version> </dependency> </dependencies> 2.2 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: fastjson 或
-# dubbo.properties dubbo.protocol.serialization=fastjson # or dubbo.consumer.serialization=fastjson # or dubbo.reference.com.demo.DemoService.serialization=fastjson 或
-<dubbo:protocol serialization=&#34;fastjson&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;fastjson&#34; /> <!-- or --> <dubbo:reference interface=&#34;xxx&#34; serialization=&#34;fastjson&#34; /> "><meta property="og:description" content="1 介绍 Fastjson 是一个 Java 库,可用于将 Java 对象转换为其 JSON 表示形式。它还可用于将 JSON 字符串转换为等效的 Java 对象。 Fastjson 可以处理任意 Java 对象,包括您没有源代码的预先存在的对象。
-2 使用方式 2.1 添加依赖 <dependencies> <dependency> <groupId>org.apache.dubbo.extensions</groupId> <artifactId>dubbo-serialization-fastjson</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>1.2.83</version> </dependency> </dependencies> 2.2 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: fastjson 或
-# dubbo.properties dubbo.protocol.serialization=fastjson # or dubbo.consumer.serialization=fastjson # or dubbo.reference.com.demo.DemoService.serialization=fastjson 或
-<dubbo:protocol serialization=&#34;fastjson&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;fastjson&#34; /> <!-- or --> <dubbo:reference interface=&#34;xxx&#34; serialization=&#34;fastjson&#34; /> "><meta name=twitter:description content="1 介绍 Fastjson 是一个 Java 库,可用于将 Java 对象转换为其 JSON 表示形式。它还可用于将 JSON 字符串转换为等效的 Java 对象。 Fastjson 可以处理任意 Java 对象,包括您没有源代码的预先存在的对象。
-2 使用方式 2.1 添加依赖 <dependencies> <dependency> <groupId>org.apache.dubbo.extensions</groupId> <artifactId>dubbo-serialization-fastjson</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>1.2.83</version> </dependency> </dependencies> 2.2 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: fastjson 或
-# dubbo.properties dubbo.protocol.serialization=fastjson # or dubbo.consumer.serialization=fastjson # or dubbo.reference.com.demo.DemoService.serialization=fastjson 或
-<dubbo:protocol serialization=&#34;fastjson&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;fastjson&#34; /> <!-- or --> <dubbo:reference interface=&#34;xxx&#34; serialization=&#34;fastjson&#34; /> "><meta property="og:url" content="https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/fastjson/"><meta property="og:title" content="Fastjson"><meta name=twitter:title content="Fastjson"><meta name=twitter:image:alt content="Apache Dubbo"><meta pro [...]
+<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@docsearch/css@3><meta name=theme-color content="#326ce5"><link rel=stylesheet href=/css/feature-states.css><meta name=description content="本文介绍 Fastjson 序列化"><meta property="og:description" content="本文介绍 Fastjson 序列化"><meta name=twitter:description content="本文介绍 Fastjson 序列化"><meta property="og:url" content="https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/fastjson/"><meta property="og:title [...]
 <link href=/css/community.css rel=stylesheet><link href=/css/contactus.css rel=stylesheet><link href=/css/language.css rel=stylesheet><script src=/js/script.js></script></head><body class="td-page td-documentation"><header><nav class="js-navbar-scroll navbar navbar-expand navbar-dark flex-column flex-md-row td-navbar" data-auto-burger=primary><a class=navbar-brand href=/zh-cn/><span class=navbar-logo></span><span class="text-uppercase font-weight-bold">Apache Dubbo</span></a><div class=" [...]
 <label for=m-zh-cnoverviewhome-check><a href=/zh-cn/overview/home/ title="Dubbo 文档" class="align-left pl-0 td-sidebar-link td-sidebar-link__section" id=m-zh-cnoverviewhome><span>主页</span></a></label></li><li class="td-sidebar-nav__section-title td-sidebar-nav__section with-child" id=m-zh-cnoverviewquickstart-li><input type=checkbox id=m-zh-cnoverviewquickstart-check>
 <label for=m-zh-cnoverviewquickstart-check><a href=/zh-cn/overview/quickstart/ title="Dubbo 入门" class="align-left pl-0 td-sidebar-link td-sidebar-link__section" id=m-zh-cnoverviewquickstart><span>入门</span></a></label><ul class="ul-2 foldable"><li class="td-sidebar-nav__section-title td-sidebar-nav__section with-child" id=m-zh-cnoverviewquickstartjava-li><input type=checkbox id=m-zh-cnoverviewquickstartjava-check>
@@ -688,7 +670,7 @@
 <label for=m-zh-cnoverviewreferenceprotocols-check><a href=/zh-cn/overview/reference/protocols/ class="align-left pl-0 td-sidebar-link td-sidebar-link__section" id=m-zh-cnoverviewreferenceprotocols><span>协议规范</span></a></label><ul class="ul-3 foldable"><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id=m-zh-cnoverviewreferenceprotocolstriple-li><input type=checkbox id=m-zh-cnoverviewreferenceprotocolstriple-check>
 <label for=m-zh-cnoverviewreferenceprotocolstriple-check><a href=/zh-cn/overview/reference/protocols/triple/ title="Triple 协议设计理念与规范" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-zh-cnoverviewreferenceprotocolstriple><span>Triple 协议规范</span></a></label></li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id=m-zh-cnoverviewreferenceprotocolstcp-li><input type=checkbox id=m-zh-cnoverviewreferenceprotocolstcp-check>
 <label for=m-zh-cnoverviewreferenceprotocolstcp-check><a href=/zh-cn/overview/reference/protocols/tcp/ class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-zh-cnoverviewreferenceprotocolstcp><span>Dubbo2 协议规范</span></a></label></li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id=m-zh-cnoverviewreferenceprotocolshttp-li><input type=checkbox id=m-zh-cnoverviewreferenceprotocolshttp-check>
-<label for=m-zh-cnoverviewreferenceprotocolshttp-check><a href=/zh-cn/overview/reference/protocols/http/ class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-zh-cnoverviewreferenceprotocolshttp><span>HTTP 协议规范</span></a></label></li></ul></li></ul></li></ul></li></ul></nav></div></div><main class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb class=td-breadcrumbs><ol class=breadcrumb><li class=breadcrumb-item><a href=https://cn.dubbo.apache.org/zh-c [...]
+<label for=m-zh-cnoverviewreferenceprotocolshttp-check><a href=/zh-cn/overview/reference/protocols/http/ class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-zh-cnoverviewreferenceprotocolshttp><span>HTTP 协议规范</span></a></label></li></ul></li></ul></li></ul></li></ul></nav></div></div><main class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb class=td-breadcrumbs><ol class=breadcrumb><li class=breadcrumb-item><a href=https://cn.dubbo.apache.org/zh-c [...]
 </span></span><span style=display:flex><span>    <span style=color:#268bd2>&lt;dependency&gt;</span>
 </span></span><span style=display:flex><span>      <span style=color:#268bd2>&lt;groupId&gt;</span>org.apache.dubbo.extensions<span style=color:#268bd2>&lt;/groupId&gt;</span>
 </span></span><span style=display:flex><span>      <span style=color:#268bd2>&lt;artifactId&gt;</span>dubbo-serialization-fastjson<span style=color:#268bd2>&lt;/artifactId&gt;</span>
@@ -720,7 +702,7 @@
 </span></span><span style=display:flex><span><span style=color:#586e75>&lt;!-- or --&gt;</span>
 </span></span><span style=display:flex><span><span style=color:#268bd2>&lt;dubbo:reference</span> interface=<span style=color:#2aa198>&#34;xxx&#34;</span> serialization=<span style=color:#2aa198>&#34;fastjson&#34;</span> <span style=color:#268bd2>/&gt;</span>
 </span></span></code></pre></div><div id=pre-footer><h2>反馈</h2><p class=feedback--prompt>此页是否对您有帮助?</p><button class="btn btn-primary mb-4 feedback--yes">是</button>
-<button class="btn btn-primary mb-4 feedback--no">否</button></div><script>const yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disabled [...]
+<button class="btn btn-primary mb-4 feedback--no">否</button></div><script>const yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disabled [...]
 <a href="https://github.com/apache/dubbo-website/new/master/content/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/fastjson.md?filename=change-me.md&amp;value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md% [...]
 <a href="https://github.com/apache/dubbo-website/issues/new?title=Fastjson" target=_blank><i class="fab fa-github fa-fw"></i> 登记问题</a>
 <a href=https://github.com/apache/dubbo/issues/new target=_blank><i class="fas fa-tasks fa-fw"></i> 提交项目问题</a></div></main><div class="d-none d-xl-block col-xl-2 td-toc d-print-none"><nav id=TableOfContents><ul><li><a href=#1-介绍>1 介绍</a></li><li><a href=#2-使用方式>2 使用方式</a><ul><li><a href=#21-添加依赖>2.1 添加依赖</a></li><li><a href=#22-配置启用>2.2 配置启用</a></li></ul></li></ul></nav></div></div></div></div><footer class="bg-dark py-5 row d-print-none footer-margin-0"><div class="container-fluid mx-sm [...]
diff --git a/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/fastjson2/index.html b/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/fastjson2/index.html
index d6e8eaf83b..bd8a86c408 100644
--- a/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/fastjson2/index.html
+++ b/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/fastjson2/index.html
@@ -1,30 +1,6 @@
-<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS content="INDEX, FOLLOW"><link rel=canonical href=https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/fastjson2/><script>var _hmt=_hmt||[];(function(){var e,t=document.createElement("script");t.src="https://hm.baidu.com/hm.js?3b78f49ba47181e4d998a66b689446e9",e=document.getElementsByTagName("script")[0],e.parentNode.insertBefore(t,e)})()</script><meta charset=utf-8><meta name=viewpor [...]
-支持JSON/JSONB两种协议,JSONPath 是一等公民。 支持全量解析和部分解析。 支持Java服务端、客户端Android、大数据场景。 支持Kotlin https://alibaba.github.io/fastjson2/kotlin_cn 支持JSON Schema https://alibaba.github.io/fastjson2/json_schema_cn 支持Android 8+ 支持Graal Native-Image 支持 JSON Schema https://alibaba.github.io/fastjson2/json_schema_cn 2 使用方式 2.1 添加依赖 <dependencies> <dependency> <groupId>com.alibaba.fastjson2</groupId> <artifactId>fastjson2</artifactId> <version>2.0.23</version> </dependency> </dependencies> 注:Fastjson2 序列化仅 Dubbo [...]
-2.2 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: fastjson2 或
-# dubbo.properties dubbo.protocol.serialization=fastjson2 # or dubbo.consumer.serialization=fastjson2 # or dubbo.reference.com.demo.DemoService.serialization=fastjson2 或
-<dubbo:protocol serialization=&#34;fastjson2&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;fastjson2&#34; /> <!"><meta property="og:type" content="article"><meta property="og:url" content="https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/fastjson2/"><meta property="article:section" content="overview"><meta property="article:modified_time" content="2023-05-09T10:43:48+08:00"><meta itemprop=name content="Fastjson2"><meta itemprop=descripti [...]
-支持JSON/JSONB两种协议,JSONPath 是一等公民。 支持全量解析和部分解析。 支持Java服务端、客户端Android、大数据场景。 支持Kotlin https://alibaba.github.io/fastjson2/kotlin_cn 支持JSON Schema https://alibaba.github.io/fastjson2/json_schema_cn 支持Android 8+ 支持Graal Native-Image 支持 JSON Schema https://alibaba.github.io/fastjson2/json_schema_cn 2 使用方式 2.1 添加依赖 <dependencies> <dependency> <groupId>com.alibaba.fastjson2</groupId> <artifactId>fastjson2</artifactId> <version>2.0.23</version> </dependency> </dependencies> 注:Fastjson2 序列化仅 Dubbo [...]
-2.2 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: fastjson2 或
-# dubbo.properties dubbo.protocol.serialization=fastjson2 # or dubbo.consumer.serialization=fastjson2 # or dubbo.reference.com.demo.DemoService.serialization=fastjson2 或
-<dubbo:protocol serialization=&#34;fastjson2&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;fastjson2&#34; /> <!"><meta itemprop=dateModified content="2023-05-09T10:43:48+08:00"><meta itemprop=wordCount content="81"><meta itemprop=keywords content><meta name=twitter:card content="summary"><meta name=twitter:title content="Fastjson2"><meta name=twitter:description content="1 介绍 FASTJSON v2是FASTJSON项目的重要升级,目标是为下一个十年提供一个高性能的JSON库。通过同一套API,
-支持JSON/JSONB两种协议,JSONPath 是一等公民。 支持全量解析和部分解析。 支持Java服务端、客户端Android、大数据场景。 支持Kotlin https://alibaba.github.io/fastjson2/kotlin_cn 支持JSON Schema https://alibaba.github.io/fastjson2/json_schema_cn 支持Android 8+ 支持Graal Native-Image 支持 JSON Schema https://alibaba.github.io/fastjson2/json_schema_cn 2 使用方式 2.1 添加依赖 <dependencies> <dependency> <groupId>com.alibaba.fastjson2</groupId> <artifactId>fastjson2</artifactId> <version>2.0.23</version> </dependency> </dependencies> 注:Fastjson2 序列化仅 Dubbo [...]
-2.2 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: fastjson2 或
-# dubbo.properties dubbo.protocol.serialization=fastjson2 # or dubbo.consumer.serialization=fastjson2 # or dubbo.reference.com.demo.DemoService.serialization=fastjson2 或
-<dubbo:protocol serialization=&#34;fastjson2&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;fastjson2&#34; /> <!"><script async src="https://www.googletagmanager.com/gtag/js?id=G-NM6FFMT51J"></script>
+<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS content="INDEX, FOLLOW"><link rel=canonical href=https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/fastjson2/><script>var _hmt=_hmt||[];(function(){var e,t=document.createElement("script");t.src="https://hm.baidu.com/hm.js?3b78f49ba47181e4d998a66b689446e9",e=document.getElementsByTagName("script")[0],e.parentNode.insertBefore(t,e)})()</script><meta charset=utf-8><meta name=viewpor [...]
 <script>var doNotTrack=!1;if(!doNotTrack){window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)}gtag("js",new Date),gtag("config","G-NM6FFMT51J",{anonymize_ip:!1})}</script><link rel=preload href=/scss/main.min.827bbd3e83b1e0c66a1c08738c713f88f8068e84600146c2dbf9035f0f496f01.css as=style><link href=/scss/main.min.827bbd3e83b1e0c66a1c08738c713f88f8068e84600146c2dbf9035f0f496f01.css rel=stylesheet integrity><script src=/js/jquery-3.5.1.min.js integrity="sha256-9/a [...]
-<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@docsearch/css@3><meta name=theme-color content="#326ce5"><link rel=stylesheet href=/css/feature-states.css><meta name=description content="1 介绍 FASTJSON v2是FASTJSON项目的重要升级,目标是为下一个十年提供一个高性能的JSON库。通过同一套API,
-支持JSON/JSONB两种协议,JSONPath 是一等公民。 支持全量解析和部分解析。 支持Java服务端、客户端Android、大数据场景。 支持Kotlin https://alibaba.github.io/fastjson2/kotlin_cn 支持JSON Schema https://alibaba.github.io/fastjson2/json_schema_cn 支持Android 8+ 支持Graal Native-Image 支持 JSON Schema https://alibaba.github.io/fastjson2/json_schema_cn 2 使用方式 2.1 添加依赖 <dependencies> <dependency> <groupId>com.alibaba.fastjson2</groupId> <artifactId>fastjson2</artifactId> <version>2.0.23</version> </dependency> </dependencies> 注:Fastjson2 序列化仅 Dubbo [...]
-2.2 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: fastjson2 或
-# dubbo.properties dubbo.protocol.serialization=fastjson2 # or dubbo.consumer.serialization=fastjson2 # or dubbo.reference.com.demo.DemoService.serialization=fastjson2 或
-<dubbo:protocol serialization=&#34;fastjson2&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;fastjson2&#34; /> <!"><meta property="og:description" content="1 介绍 FASTJSON v2是FASTJSON项目的重要升级,目标是为下一个十年提供一个高性能的JSON库。通过同一套API,
-支持JSON/JSONB两种协议,JSONPath 是一等公民。 支持全量解析和部分解析。 支持Java服务端、客户端Android、大数据场景。 支持Kotlin https://alibaba.github.io/fastjson2/kotlin_cn 支持JSON Schema https://alibaba.github.io/fastjson2/json_schema_cn 支持Android 8+ 支持Graal Native-Image 支持 JSON Schema https://alibaba.github.io/fastjson2/json_schema_cn 2 使用方式 2.1 添加依赖 <dependencies> <dependency> <groupId>com.alibaba.fastjson2</groupId> <artifactId>fastjson2</artifactId> <version>2.0.23</version> </dependency> </dependencies> 注:Fastjson2 序列化仅 Dubbo [...]
-2.2 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: fastjson2 或
-# dubbo.properties dubbo.protocol.serialization=fastjson2 # or dubbo.consumer.serialization=fastjson2 # or dubbo.reference.com.demo.DemoService.serialization=fastjson2 或
-<dubbo:protocol serialization=&#34;fastjson2&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;fastjson2&#34; /> <!"><meta name=twitter:description content="1 介绍 FASTJSON v2是FASTJSON项目的重要升级,目标是为下一个十年提供一个高性能的JSON库。通过同一套API,
-支持JSON/JSONB两种协议,JSONPath 是一等公民。 支持全量解析和部分解析。 支持Java服务端、客户端Android、大数据场景。 支持Kotlin https://alibaba.github.io/fastjson2/kotlin_cn 支持JSON Schema https://alibaba.github.io/fastjson2/json_schema_cn 支持Android 8+ 支持Graal Native-Image 支持 JSON Schema https://alibaba.github.io/fastjson2/json_schema_cn 2 使用方式 2.1 添加依赖 <dependencies> <dependency> <groupId>com.alibaba.fastjson2</groupId> <artifactId>fastjson2</artifactId> <version>2.0.23</version> </dependency> </dependencies> 注:Fastjson2 序列化仅 Dubbo [...]
-2.2 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: fastjson2 或
-# dubbo.properties dubbo.protocol.serialization=fastjson2 # or dubbo.consumer.serialization=fastjson2 # or dubbo.reference.com.demo.DemoService.serialization=fastjson2 或
-<dubbo:protocol serialization=&#34;fastjson2&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;fastjson2&#34; /> <!"><meta property="og:url" content="https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/fastjson2/"><meta property="og:title" content="Fastjson2"><meta name=twitter:title content="Fastjson2"><meta name=twitter:image:alt content="Apache Dubbo"><meta property="og:type" content="article"><meta name=viewport content="width=device-width" [...]
+<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@docsearch/css@3><meta name=theme-color content="#326ce5"><link rel=stylesheet href=/css/feature-states.css><meta name=description content="本文介绍 Fastjson2 序列化"><meta property="og:description" content="本文介绍 Fastjson2 序列化"><meta name=twitter:description content="本文介绍 Fastjson2 序列化"><meta property="og:url" content="https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/fastjson2/"><meta property="og:t [...]
 <link href=/css/community.css rel=stylesheet><link href=/css/contactus.css rel=stylesheet><link href=/css/language.css rel=stylesheet><script src=/js/script.js></script></head><body class="td-page td-documentation"><header><nav class="js-navbar-scroll navbar navbar-expand navbar-dark flex-column flex-md-row td-navbar" data-auto-burger=primary><a class=navbar-brand href=/zh-cn/><span class=navbar-logo></span><span class="text-uppercase font-weight-bold">Apache Dubbo</span></a><div class=" [...]
 <label for=m-zh-cnoverviewhome-check><a href=/zh-cn/overview/home/ title="Dubbo 文档" class="align-left pl-0 td-sidebar-link td-sidebar-link__section" id=m-zh-cnoverviewhome><span>主页</span></a></label></li><li class="td-sidebar-nav__section-title td-sidebar-nav__section with-child" id=m-zh-cnoverviewquickstart-li><input type=checkbox id=m-zh-cnoverviewquickstart-check>
 <label for=m-zh-cnoverviewquickstart-check><a href=/zh-cn/overview/quickstart/ title="Dubbo 入门" class="align-left pl-0 td-sidebar-link td-sidebar-link__section" id=m-zh-cnoverviewquickstart><span>入门</span></a></label><ul class="ul-2 foldable"><li class="td-sidebar-nav__section-title td-sidebar-nav__section with-child" id=m-zh-cnoverviewquickstartjava-li><input type=checkbox id=m-zh-cnoverviewquickstartjava-check>
@@ -694,7 +670,7 @@
 <label for=m-zh-cnoverviewreferenceprotocols-check><a href=/zh-cn/overview/reference/protocols/ class="align-left pl-0 td-sidebar-link td-sidebar-link__section" id=m-zh-cnoverviewreferenceprotocols><span>协议规范</span></a></label><ul class="ul-3 foldable"><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id=m-zh-cnoverviewreferenceprotocolstriple-li><input type=checkbox id=m-zh-cnoverviewreferenceprotocolstriple-check>
 <label for=m-zh-cnoverviewreferenceprotocolstriple-check><a href=/zh-cn/overview/reference/protocols/triple/ title="Triple 协议设计理念与规范" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-zh-cnoverviewreferenceprotocolstriple><span>Triple 协议规范</span></a></label></li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id=m-zh-cnoverviewreferenceprotocolstcp-li><input type=checkbox id=m-zh-cnoverviewreferenceprotocolstcp-check>
 <label for=m-zh-cnoverviewreferenceprotocolstcp-check><a href=/zh-cn/overview/reference/protocols/tcp/ class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-zh-cnoverviewreferenceprotocolstcp><span>Dubbo2 协议规范</span></a></label></li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id=m-zh-cnoverviewreferenceprotocolshttp-li><input type=checkbox id=m-zh-cnoverviewreferenceprotocolshttp-check>
-<label for=m-zh-cnoverviewreferenceprotocolshttp-check><a href=/zh-cn/overview/reference/protocols/http/ class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-zh-cnoverviewreferenceprotocolshttp><span>HTTP 协议规范</span></a></label></li></ul></li></ul></li></ul></li></ul></nav></div></div><main class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb class=td-breadcrumbs><ol class=breadcrumb><li class=breadcrumb-item><a href=https://cn.dubbo.apache.org/zh-c [...]
+<label for=m-zh-cnoverviewreferenceprotocolshttp-check><a href=/zh-cn/overview/reference/protocols/http/ class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-zh-cnoverviewreferenceprotocolshttp><span>HTTP 协议规范</span></a></label></li></ul></li></ul></li></ul></li></ul></nav></div></div><main class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb class=td-breadcrumbs><ol class=breadcrumb><li class=breadcrumb-item><a href=https://cn.dubbo.apache.org/zh-c [...]
 </span></span><span style=display:flex><span>    <span style=color:#268bd2>&lt;dependency&gt;</span>
 </span></span><span style=display:flex><span>        <span style=color:#268bd2>&lt;groupId&gt;</span>com.alibaba.fastjson2<span style=color:#268bd2>&lt;/groupId&gt;</span>
 </span></span><span style=display:flex><span>        <span style=color:#268bd2>&lt;artifactId&gt;</span>fastjson2<span style=color:#268bd2>&lt;/artifactId&gt;</span>
@@ -721,7 +697,7 @@
 </span></span><span style=display:flex><span><span style=color:#586e75>&lt;!-- or --&gt;</span>
 </span></span><span style=display:flex><span><span style=color:#268bd2>&lt;dubbo:reference</span> interface=<span style=color:#2aa198>&#34;xxx&#34;</span> serialization=<span style=color:#2aa198>&#34;fastjson2&#34;</span> <span style=color:#268bd2>/&gt;</span>
 </span></span></code></pre></div><div id=pre-footer><h2>反馈</h2><p class=feedback--prompt>此页是否对您有帮助?</p><button class="btn btn-primary mb-4 feedback--yes">是</button>
-<button class="btn btn-primary mb-4 feedback--no">否</button></div><script>const yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disabled [...]
+<button class="btn btn-primary mb-4 feedback--no">否</button></div><script>const yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disabled [...]
 <a href="https://github.com/apache/dubbo-website/new/master/content/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/fastjson2.md?filename=change-me.md&amp;value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md [...]
 <a href="https://github.com/apache/dubbo-website/issues/new?title=Fastjson2" target=_blank><i class="fab fa-github fa-fw"></i> 登记问题</a>
 <a href=https://github.com/apache/dubbo/issues/new target=_blank><i class="fas fa-tasks fa-fw"></i> 提交项目问题</a></div></main><div class="d-none d-xl-block col-xl-2 td-toc d-print-none"><nav id=TableOfContents><ul><li><a href=#1-介绍>1 介绍</a></li><li><a href=#2-使用方式>2 使用方式</a><ul><li><a href=#21-添加依赖>2.1 添加依赖</a></li><li><a href=#22-配置启用>2.2 配置启用</a></li></ul></li></ul></nav></div></div></div></div><footer class="bg-dark py-5 row d-print-none footer-margin-0"><div class="container-fluid mx-sm [...]
diff --git a/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/hessian/index.html b/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/hessian/index.html
index 056313fea5..2f16b79c75 100644
--- a/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/hessian/index.html
+++ b/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/hessian/index.html
@@ -1,30 +1,6 @@
-<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS content="INDEX, FOLLOW"><link rel=canonical href=https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/hessian/><script>var _hmt=_hmt||[];(function(){var e,t=document.createElement("script");t.src="https://hm.baidu.com/hm.js?3b78f49ba47181e4d998a66b689446e9",e=document.getElementsByTagName("script")[0],e.parentNode.insertBefore(t,e)})()</script><meta charset=utf-8><meta name=viewport  [...]
-自描述序列化类型。不依赖外部描述文件或者接口定义,用一个字节表示常用的基础类型,极大缩短二进制流。 语言无关,支持脚本语言 协议简单,比Java原生序列化高效 相比hessian1,hessian2中增加了压缩编码,其序列化二进制流大小是Java序列化的50%,序列化耗时是Java序列化的30%,反序列化耗时是Java序列化的20%。 2 使用方式 Dubbo < 3.2.0 版本中,默认使用 Hessian2 作为默认序列化
-2.1 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: hessian2 或
-# dubbo.properties dubbo.protocol.serialization=hessian2 # or dubbo.consumer.serialization=hessian2 # or dubbo.reference.com.demo.DemoService.serialization=hessian2 或
-<dubbo:protocol serialization=&#34;hessian2&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;hessian2&#34; /> <!-- or --> <dubbo:reference interface=&#34;xxx&#34; serialization=&#34;hessian2&#34; /> "><meta property="og:type" content="article"><meta property="og:url" content="https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/hessian/"><meta property="article:section" content="overview"><meta property="article:modified_time" content="2023-05- [...]
-自描述序列化类型。不依赖外部描述文件或者接口定义,用一个字节表示常用的基础类型,极大缩短二进制流。 语言无关,支持脚本语言 协议简单,比Java原生序列化高效 相比hessian1,hessian2中增加了压缩编码,其序列化二进制流大小是Java序列化的50%,序列化耗时是Java序列化的30%,反序列化耗时是Java序列化的20%。 2 使用方式 Dubbo < 3.2.0 版本中,默认使用 Hessian2 作为默认序列化
-2.1 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: hessian2 或
-# dubbo.properties dubbo.protocol.serialization=hessian2 # or dubbo.consumer.serialization=hessian2 # or dubbo.reference.com.demo.DemoService.serialization=hessian2 或
-<dubbo:protocol serialization=&#34;hessian2&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;hessian2&#34; /> <!-- or --> <dubbo:reference interface=&#34;xxx&#34; serialization=&#34;hessian2&#34; /> "><meta itemprop=dateModified content="2023-05-09T10:43:48+08:00"><meta itemprop=wordCount content="52"><meta itemprop=keywords content><meta name=twitter:card content="summary"><meta name=twitter:title content="Hessian"><meta name=twitter:description content="1 介绍 Hessian序列化是一种支持动态类型、跨 [...]
-自描述序列化类型。不依赖外部描述文件或者接口定义,用一个字节表示常用的基础类型,极大缩短二进制流。 语言无关,支持脚本语言 协议简单,比Java原生序列化高效 相比hessian1,hessian2中增加了压缩编码,其序列化二进制流大小是Java序列化的50%,序列化耗时是Java序列化的30%,反序列化耗时是Java序列化的20%。 2 使用方式 Dubbo < 3.2.0 版本中,默认使用 Hessian2 作为默认序列化
-2.1 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: hessian2 或
-# dubbo.properties dubbo.protocol.serialization=hessian2 # or dubbo.consumer.serialization=hessian2 # or dubbo.reference.com.demo.DemoService.serialization=hessian2 或
-<dubbo:protocol serialization=&#34;hessian2&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;hessian2&#34; /> <!-- or --> <dubbo:reference interface=&#34;xxx&#34; serialization=&#34;hessian2&#34; /> "><script async src="https://www.googletagmanager.com/gtag/js?id=G-NM6FFMT51J"></script>
+<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS content="INDEX, FOLLOW"><link rel=canonical href=https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/hessian/><script>var _hmt=_hmt||[];(function(){var e,t=document.createElement("script");t.src="https://hm.baidu.com/hm.js?3b78f49ba47181e4d998a66b689446e9",e=document.getElementsByTagName("script")[0],e.parentNode.insertBefore(t,e)})()</script><meta charset=utf-8><meta name=viewport  [...]
 <script>var doNotTrack=!1;if(!doNotTrack){window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)}gtag("js",new Date),gtag("config","G-NM6FFMT51J",{anonymize_ip:!1})}</script><link rel=preload href=/scss/main.min.827bbd3e83b1e0c66a1c08738c713f88f8068e84600146c2dbf9035f0f496f01.css as=style><link href=/scss/main.min.827bbd3e83b1e0c66a1c08738c713f88f8068e84600146c2dbf9035f0f496f01.css rel=stylesheet integrity><script src=/js/jquery-3.5.1.min.js integrity="sha256-9/a [...]
-<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@docsearch/css@3><meta name=theme-color content="#326ce5"><link rel=stylesheet href=/css/feature-states.css><meta name=description content="1 介绍 Hessian序列化是一种支持动态类型、跨语言、基于对象传输的网络协议,Java对象序列化的二进制流可以被其他语言(如,c++,python)。特性如下:
-自描述序列化类型。不依赖外部描述文件或者接口定义,用一个字节表示常用的基础类型,极大缩短二进制流。 语言无关,支持脚本语言 协议简单,比Java原生序列化高效 相比hessian1,hessian2中增加了压缩编码,其序列化二进制流大小是Java序列化的50%,序列化耗时是Java序列化的30%,反序列化耗时是Java序列化的20%。 2 使用方式 Dubbo < 3.2.0 版本中,默认使用 Hessian2 作为默认序列化
-2.1 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: hessian2 或
-# dubbo.properties dubbo.protocol.serialization=hessian2 # or dubbo.consumer.serialization=hessian2 # or dubbo.reference.com.demo.DemoService.serialization=hessian2 或
-<dubbo:protocol serialization=&#34;hessian2&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;hessian2&#34; /> <!-- or --> <dubbo:reference interface=&#34;xxx&#34; serialization=&#34;hessian2&#34; /> "><meta property="og:description" content="1 介绍 Hessian序列化是一种支持动态类型、跨语言、基于对象传输的网络协议,Java对象序列化的二进制流可以被其他语言(如,c++,python)。特性如下:
-自描述序列化类型。不依赖外部描述文件或者接口定义,用一个字节表示常用的基础类型,极大缩短二进制流。 语言无关,支持脚本语言 协议简单,比Java原生序列化高效 相比hessian1,hessian2中增加了压缩编码,其序列化二进制流大小是Java序列化的50%,序列化耗时是Java序列化的30%,反序列化耗时是Java序列化的20%。 2 使用方式 Dubbo < 3.2.0 版本中,默认使用 Hessian2 作为默认序列化
-2.1 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: hessian2 或
-# dubbo.properties dubbo.protocol.serialization=hessian2 # or dubbo.consumer.serialization=hessian2 # or dubbo.reference.com.demo.DemoService.serialization=hessian2 或
-<dubbo:protocol serialization=&#34;hessian2&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;hessian2&#34; /> <!-- or --> <dubbo:reference interface=&#34;xxx&#34; serialization=&#34;hessian2&#34; /> "><meta name=twitter:description content="1 介绍 Hessian序列化是一种支持动态类型、跨语言、基于对象传输的网络协议,Java对象序列化的二进制流可以被其他语言(如,c++,python)。特性如下:
-自描述序列化类型。不依赖外部描述文件或者接口定义,用一个字节表示常用的基础类型,极大缩短二进制流。 语言无关,支持脚本语言 协议简单,比Java原生序列化高效 相比hessian1,hessian2中增加了压缩编码,其序列化二进制流大小是Java序列化的50%,序列化耗时是Java序列化的30%,反序列化耗时是Java序列化的20%。 2 使用方式 Dubbo < 3.2.0 版本中,默认使用 Hessian2 作为默认序列化
-2.1 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: hessian2 或
-# dubbo.properties dubbo.protocol.serialization=hessian2 # or dubbo.consumer.serialization=hessian2 # or dubbo.reference.com.demo.DemoService.serialization=hessian2 或
-<dubbo:protocol serialization=&#34;hessian2&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;hessian2&#34; /> <!-- or --> <dubbo:reference interface=&#34;xxx&#34; serialization=&#34;hessian2&#34; /> "><meta property="og:url" content="https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/hessian/"><meta property="og:title" content="Hessian"><meta name=twitter:title content="Hessian"><meta name=twitter:image:alt content="Apache Dubbo"><meta proper [...]
+<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@docsearch/css@3><meta name=theme-color content="#326ce5"><link rel=stylesheet href=/css/feature-states.css><meta name=description content="本文介绍 Hessian 序列化"><meta property="og:description" content="本文介绍 Hessian 序列化"><meta name=twitter:description content="本文介绍 Hessian 序列化"><meta property="og:url" content="https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/hessian/"><meta property="og:title" co [...]
 <link href=/css/community.css rel=stylesheet><link href=/css/contactus.css rel=stylesheet><link href=/css/language.css rel=stylesheet><script src=/js/script.js></script></head><body class="td-page td-documentation"><header><nav class="js-navbar-scroll navbar navbar-expand navbar-dark flex-column flex-md-row td-navbar" data-auto-burger=primary><a class=navbar-brand href=/zh-cn/><span class=navbar-logo></span><span class="text-uppercase font-weight-bold">Apache Dubbo</span></a><div class=" [...]
 <label for=m-zh-cnoverviewhome-check><a href=/zh-cn/overview/home/ title="Dubbo 文档" class="align-left pl-0 td-sidebar-link td-sidebar-link__section" id=m-zh-cnoverviewhome><span>主页</span></a></label></li><li class="td-sidebar-nav__section-title td-sidebar-nav__section with-child" id=m-zh-cnoverviewquickstart-li><input type=checkbox id=m-zh-cnoverviewquickstart-check>
 <label for=m-zh-cnoverviewquickstart-check><a href=/zh-cn/overview/quickstart/ title="Dubbo 入门" class="align-left pl-0 td-sidebar-link td-sidebar-link__section" id=m-zh-cnoverviewquickstart><span>入门</span></a></label><ul class="ul-2 foldable"><li class="td-sidebar-nav__section-title td-sidebar-nav__section with-child" id=m-zh-cnoverviewquickstartjava-li><input type=checkbox id=m-zh-cnoverviewquickstartjava-check>
@@ -694,7 +670,7 @@
 <label for=m-zh-cnoverviewreferenceprotocols-check><a href=/zh-cn/overview/reference/protocols/ class="align-left pl-0 td-sidebar-link td-sidebar-link__section" id=m-zh-cnoverviewreferenceprotocols><span>协议规范</span></a></label><ul class="ul-3 foldable"><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id=m-zh-cnoverviewreferenceprotocolstriple-li><input type=checkbox id=m-zh-cnoverviewreferenceprotocolstriple-check>
 <label for=m-zh-cnoverviewreferenceprotocolstriple-check><a href=/zh-cn/overview/reference/protocols/triple/ title="Triple 协议设计理念与规范" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-zh-cnoverviewreferenceprotocolstriple><span>Triple 协议规范</span></a></label></li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id=m-zh-cnoverviewreferenceprotocolstcp-li><input type=checkbox id=m-zh-cnoverviewreferenceprotocolstcp-check>
 <label for=m-zh-cnoverviewreferenceprotocolstcp-check><a href=/zh-cn/overview/reference/protocols/tcp/ class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-zh-cnoverviewreferenceprotocolstcp><span>Dubbo2 协议规范</span></a></label></li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id=m-zh-cnoverviewreferenceprotocolshttp-li><input type=checkbox id=m-zh-cnoverviewreferenceprotocolshttp-check>
-<label for=m-zh-cnoverviewreferenceprotocolshttp-check><a href=/zh-cn/overview/reference/protocols/http/ class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-zh-cnoverviewreferenceprotocolshttp><span>HTTP 协议规范</span></a></label></li></ul></li></ul></li></ul></li></ul></nav></div></div><main class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb class=td-breadcrumbs><ol class=breadcrumb><li class=breadcrumb-item><a href=https://cn.dubbo.apache.org/zh-c [...]
+<label for=m-zh-cnoverviewreferenceprotocolshttp-check><a href=/zh-cn/overview/reference/protocols/http/ class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-zh-cnoverviewreferenceprotocolshttp><span>HTTP 协议规范</span></a></label></li></ul></li></ul></li></ul></li></ul></nav></div></div><main class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb class=td-breadcrumbs><ol class=breadcrumb><li class=breadcrumb-item><a href=https://cn.dubbo.apache.org/zh-c [...]
 </span></span><span style=display:flex><span><span style=color:#268bd2>dubbo</span>:
 </span></span><span style=display:flex><span> <span style=color:#268bd2>protocol</span>:
 </span></span><span style=display:flex><span>   <span style=color:#268bd2>serialization</span>: hessian2
@@ -714,7 +690,7 @@
 </span></span><span style=display:flex><span>        <span style=color:#586e75>&lt;!-- or --&gt;</span>
 </span></span><span style=display:flex><span><span style=color:#268bd2>&lt;dubbo:reference</span> interface=<span style=color:#2aa198>&#34;xxx&#34;</span> serialization=<span style=color:#2aa198>&#34;hessian2&#34;</span> <span style=color:#268bd2>/&gt;</span>
 </span></span></code></pre></div><div id=pre-footer><h2>反馈</h2><p class=feedback--prompt>此页是否对您有帮助?</p><button class="btn btn-primary mb-4 feedback--yes">是</button>
-<button class="btn btn-primary mb-4 feedback--no">否</button></div><script>const yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disabled [...]
+<button class="btn btn-primary mb-4 feedback--no">否</button></div><script>const yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disabled [...]
 <a href="https://github.com/apache/dubbo-website/new/master/content/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/hessian.md?filename=change-me.md&amp;value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%6 [...]
 <a href="https://github.com/apache/dubbo-website/issues/new?title=Hessian" target=_blank><i class="fab fa-github fa-fw"></i> 登记问题</a>
 <a href=https://github.com/apache/dubbo/issues/new target=_blank><i class="fas fa-tasks fa-fw"></i> 提交项目问题</a></div></main><div class="d-none d-xl-block col-xl-2 td-toc d-print-none"><nav id=TableOfContents><ul><li><a href=#1-介绍>1 介绍</a></li><li><a href=#2-使用方式>2 使用方式</a><ul><li><a href=#21-配置启用>2.1 配置启用</a></li></ul></li></ul></nav></div></div></div></div><footer class="bg-dark py-5 row d-print-none footer-margin-0"><div class="container-fluid mx-sm-5"><div class=row><div class="col-6 c [...]
diff --git a/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/index.html b/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/index.html
index fccb969e7b..9affb87c8f 100644
--- a/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/index.html
+++ b/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/index.html
@@ -670,7 +670,7 @@
 <label for=m-zh-cnoverviewreferenceprotocols-check><a href=/zh-cn/overview/reference/protocols/ class="align-left pl-0 td-sidebar-link td-sidebar-link__section" id=m-zh-cnoverviewreferenceprotocols><span>协议规范</span></a></label><ul class="ul-3 foldable"><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id=m-zh-cnoverviewreferenceprotocolstriple-li><input type=checkbox id=m-zh-cnoverviewreferenceprotocolstriple-check>
 <label for=m-zh-cnoverviewreferenceprotocolstriple-check><a href=/zh-cn/overview/reference/protocols/triple/ title="Triple 协议设计理念与规范" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-zh-cnoverviewreferenceprotocolstriple><span>Triple 协议规范</span></a></label></li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id=m-zh-cnoverviewreferenceprotocolstcp-li><input type=checkbox id=m-zh-cnoverviewreferenceprotocolstcp-check>
 <label for=m-zh-cnoverviewreferenceprotocolstcp-check><a href=/zh-cn/overview/reference/protocols/tcp/ class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-zh-cnoverviewreferenceprotocolstcp><span>Dubbo2 协议规范</span></a></label></li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id=m-zh-cnoverviewreferenceprotocolshttp-li><input type=checkbox id=m-zh-cnoverviewreferenceprotocolshttp-check>
-<label for=m-zh-cnoverviewreferenceprotocolshttp-check><a href=/zh-cn/overview/reference/protocols/http/ class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-zh-cnoverviewreferenceprotocolshttp><span>HTTP 协议规范</span></a></label></li></ul></li></ul></li></ul></li></ul></nav></div></div><main class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb class=td-breadcrumbs><ol class=breadcrumb><li class=breadcrumb-item><a href=https://cn.dubbo.apache.org/zh-c [...]
+<label for=m-zh-cnoverviewreferenceprotocolshttp-check><a href=/zh-cn/overview/reference/protocols/http/ class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-zh-cnoverviewreferenceprotocolshttp><span>HTTP 协议规范</span></a></label></li></ul></li></ul></li></ul></li></ul></nav></div></div><main class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb class=td-breadcrumbs><ol class=breadcrumb><li class=breadcrumb-item><a href=https://cn.dubbo.apache.org/zh-c [...]
 <button class="btn btn-primary mb-4 feedback--no">否</button></div><script>const yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disabled [...]
 <a href="https://github.com/apache/dubbo-website/new/master/content/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/_index.md?filename=change-me.md&amp;value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60 [...]
 <a href="https://github.com/apache/dubbo-website/issues/new?title=%e5%ba%8f%e5%88%97%e5%8c%96" target=_blank><i class="fab fa-github fa-fw"></i> 登记问题</a>
diff --git a/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/protobuf/index.html b/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/protobuf/index.html
index a1856367fe..b654c5ed81 100644
--- a/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/protobuf/index.html
+++ b/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/protobuf/index.html
@@ -1,24 +1,6 @@
-<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS content="INDEX, FOLLOW"><link rel=canonical href=https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/protobuf/><script>var _hmt=_hmt||[];(function(){var e,t=document.createElement("script");t.src="https://hm.baidu.com/hm.js?3b78f49ba47181e4d998a66b689446e9",e=document.getElementsByTagName("script")[0],e.parentNode.insertBefore(t,e)})()</script><meta charset=utf-8><meta name=viewport [...]
-2 使用方式 2.1 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: protobuf 或
-# dubbo.properties dubbo.protocol.serialization=protobuf # or dubbo.consumer.serialization=protobuf # or dubbo.reference.com.demo.DemoService.serialization=protobuf 或
-<dubbo:protocol serialization=&#34;protobuf&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;protobuf&#34; /> <!-- or --> <dubbo:reference interface=&#34;xxx&#34; serialization=&#34;protobuf&#34; /> "><meta property="og:type" content="article"><meta property="og:url" content="https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/protobuf/"><meta property="article:section" content="overview"><meta property="article:modified_time" content="2023-05 [...]
-2 使用方式 2.1 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: protobuf 或
-# dubbo.properties dubbo.protocol.serialization=protobuf # or dubbo.consumer.serialization=protobuf # or dubbo.reference.com.demo.DemoService.serialization=protobuf 或
-<dubbo:protocol serialization=&#34;protobuf&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;protobuf&#34; /> <!-- or --> <dubbo:reference interface=&#34;xxx&#34; serialization=&#34;protobuf&#34; /> "><meta itemprop=dateModified content="2023-05-09T10:43:48+08:00"><meta itemprop=wordCount content="43"><meta itemprop=keywords content><meta name=twitter:card content="summary"><meta name=twitter:title content="Protobuf"><meta name=twitter:description content="1 介绍 Protocol Buffers是一种开 [...]
-2 使用方式 2.1 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: protobuf 或
-# dubbo.properties dubbo.protocol.serialization=protobuf # or dubbo.consumer.serialization=protobuf # or dubbo.reference.com.demo.DemoService.serialization=protobuf 或
-<dubbo:protocol serialization=&#34;protobuf&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;protobuf&#34; /> <!-- or --> <dubbo:reference interface=&#34;xxx&#34; serialization=&#34;protobuf&#34; /> "><script async src="https://www.googletagmanager.com/gtag/js?id=G-NM6FFMT51J"></script>
+<!doctype html><html lang=zh-cn class=no-js><head><meta name=ROBOTS content="INDEX, FOLLOW"><link rel=canonical href=https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/protobuf/><script>var _hmt=_hmt||[];(function(){var e,t=document.createElement("script");t.src="https://hm.baidu.com/hm.js?3b78f49ba47181e4d998a66b689446e9",e=document.getElementsByTagName("script")[0],e.parentNode.insertBefore(t,e)})()</script><meta charset=utf-8><meta name=viewport [...]
 <script>var doNotTrack=!1;if(!doNotTrack){window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)}gtag("js",new Date),gtag("config","G-NM6FFMT51J",{anonymize_ip:!1})}</script><link rel=preload href=/scss/main.min.827bbd3e83b1e0c66a1c08738c713f88f8068e84600146c2dbf9035f0f496f01.css as=style><link href=/scss/main.min.827bbd3e83b1e0c66a1c08738c713f88f8068e84600146c2dbf9035f0f496f01.css rel=stylesheet integrity><script src=/js/jquery-3.5.1.min.js integrity="sha256-9/a [...]
-<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@docsearch/css@3><meta name=theme-color content="#326ce5"><link rel=stylesheet href=/css/feature-states.css><meta name=description content="1 介绍 Protocol Buffers是一种开源跨平台的序列化数据结构的协议。其对于存储资料或在网络上进行通信的程序是很有用的。这个方法包含一个接口描述语言,描述一些数据结构,并提供程序工具根据这些描述产生代码,这些代码将用来生成或解析代表这些数据结构的字节流。
-2 使用方式 2.1 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: protobuf 或
-# dubbo.properties dubbo.protocol.serialization=protobuf # or dubbo.consumer.serialization=protobuf # or dubbo.reference.com.demo.DemoService.serialization=protobuf 或
-<dubbo:protocol serialization=&#34;protobuf&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;protobuf&#34; /> <!-- or --> <dubbo:reference interface=&#34;xxx&#34; serialization=&#34;protobuf&#34; /> "><meta property="og:description" content="1 介绍 Protocol Buffers是一种开源跨平台的序列化数据结构的协议。其对于存储资料或在网络上进行通信的程序是很有用的。这个方法包含一个接口描述语言,描述一些数据结构,并提供程序工具根据这些描述产生代码,这些代码将用来生成或解析代表这些数据结构的字节流。
-2 使用方式 2.1 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: protobuf 或
-# dubbo.properties dubbo.protocol.serialization=protobuf # or dubbo.consumer.serialization=protobuf # or dubbo.reference.com.demo.DemoService.serialization=protobuf 或
-<dubbo:protocol serialization=&#34;protobuf&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;protobuf&#34; /> <!-- or --> <dubbo:reference interface=&#34;xxx&#34; serialization=&#34;protobuf&#34; /> "><meta name=twitter:description content="1 介绍 Protocol Buffers是一种开源跨平台的序列化数据结构的协议。其对于存储资料或在网络上进行通信的程序是很有用的。这个方法包含一个接口描述语言,描述一些数据结构,并提供程序工具根据这些描述产生代码,这些代码将用来生成或解析代表这些数据结构的字节流。
-2 使用方式 2.1 配置启用 # application.yml (Spring Boot) dubbo: protocol: serialization: protobuf 或
-# dubbo.properties dubbo.protocol.serialization=protobuf # or dubbo.consumer.serialization=protobuf # or dubbo.reference.com.demo.DemoService.serialization=protobuf 或
-<dubbo:protocol serialization=&#34;protobuf&#34; /> <!-- or --> <dubbo:consumer serialization=&#34;protobuf&#34; /> <!-- or --> <dubbo:reference interface=&#34;xxx&#34; serialization=&#34;protobuf&#34; /> "><meta property="og:url" content="https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/protobuf/"><meta property="og:title" content="Protobuf"><meta name=twitter:title content="Protobuf"><meta name=twitter:image:alt content="Apache Dubbo"><meta pro [...]
+<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@docsearch/css@3><meta name=theme-color content="#326ce5"><link rel=stylesheet href=/css/feature-states.css><meta name=description content="本文介绍 Protobuf 序列化"><meta property="og:description" content="本文介绍 Protobuf 序列化"><meta name=twitter:description content="本文介绍 Protobuf 序列化"><meta property="og:url" content="https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/protobuf/"><meta property="og:title [...]
 <link href=/css/community.css rel=stylesheet><link href=/css/contactus.css rel=stylesheet><link href=/css/language.css rel=stylesheet><script src=/js/script.js></script></head><body class="td-page td-documentation"><header><nav class="js-navbar-scroll navbar navbar-expand navbar-dark flex-column flex-md-row td-navbar" data-auto-burger=primary><a class=navbar-brand href=/zh-cn/><span class=navbar-logo></span><span class="text-uppercase font-weight-bold">Apache Dubbo</span></a><div class=" [...]
 <label for=m-zh-cnoverviewhome-check><a href=/zh-cn/overview/home/ title="Dubbo 文档" class="align-left pl-0 td-sidebar-link td-sidebar-link__section" id=m-zh-cnoverviewhome><span>主页</span></a></label></li><li class="td-sidebar-nav__section-title td-sidebar-nav__section with-child" id=m-zh-cnoverviewquickstart-li><input type=checkbox id=m-zh-cnoverviewquickstart-check>
 <label for=m-zh-cnoverviewquickstart-check><a href=/zh-cn/overview/quickstart/ title="Dubbo 入门" class="align-left pl-0 td-sidebar-link td-sidebar-link__section" id=m-zh-cnoverviewquickstart><span>入门</span></a></label><ul class="ul-2 foldable"><li class="td-sidebar-nav__section-title td-sidebar-nav__section with-child" id=m-zh-cnoverviewquickstartjava-li><input type=checkbox id=m-zh-cnoverviewquickstartjava-check>
@@ -688,7 +670,7 @@
 <label for=m-zh-cnoverviewreferenceprotocols-check><a href=/zh-cn/overview/reference/protocols/ class="align-left pl-0 td-sidebar-link td-sidebar-link__section" id=m-zh-cnoverviewreferenceprotocols><span>协议规范</span></a></label><ul class="ul-3 foldable"><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id=m-zh-cnoverviewreferenceprotocolstriple-li><input type=checkbox id=m-zh-cnoverviewreferenceprotocolstriple-check>
 <label for=m-zh-cnoverviewreferenceprotocolstriple-check><a href=/zh-cn/overview/reference/protocols/triple/ title="Triple 协议设计理念与规范" class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-zh-cnoverviewreferenceprotocolstriple><span>Triple 协议规范</span></a></label></li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id=m-zh-cnoverviewreferenceprotocolstcp-li><input type=checkbox id=m-zh-cnoverviewreferenceprotocolstcp-check>
 <label for=m-zh-cnoverviewreferenceprotocolstcp-check><a href=/zh-cn/overview/reference/protocols/tcp/ class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-zh-cnoverviewreferenceprotocolstcp><span>Dubbo2 协议规范</span></a></label></li><li class="td-sidebar-nav__section-title td-sidebar-nav__section without-child" id=m-zh-cnoverviewreferenceprotocolshttp-li><input type=checkbox id=m-zh-cnoverviewreferenceprotocolshttp-check>
-<label for=m-zh-cnoverviewreferenceprotocolshttp-check><a href=/zh-cn/overview/reference/protocols/http/ class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-zh-cnoverviewreferenceprotocolshttp><span>HTTP 协议规范</span></a></label></li></ul></li></ul></li></ul></li></ul></nav></div></div><main class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb class=td-breadcrumbs><ol class=breadcrumb><li class=breadcrumb-item><a href=https://cn.dubbo.apache.org/zh-c [...]
+<label for=m-zh-cnoverviewreferenceprotocolshttp-check><a href=/zh-cn/overview/reference/protocols/http/ class="align-left pl-0 td-sidebar-link td-sidebar-link__page" id=m-zh-cnoverviewreferenceprotocolshttp><span>HTTP 协议规范</span></a></label></li></ul></li></ul></li></ul></li></ul></nav></div></div><main class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb class=td-breadcrumbs><ol class=breadcrumb><li class=breadcrumb-item><a href=https://cn.dubbo.apache.org/zh-c [...]
 </span></span><span style=display:flex><span><span style=color:#268bd2>dubbo</span>:
 </span></span><span style=display:flex><span> <span style=color:#268bd2>protocol</span>:
 </span></span><span style=display:flex><span>   <span style=color:#268bd2>serialization</span>: protobuf
@@ -708,7 +690,7 @@
 </span></span><span style=display:flex><span>        <span style=color:#586e75>&lt;!-- or --&gt;</span>
 </span></span><span style=display:flex><span><span style=color:#268bd2>&lt;dubbo:reference</span> interface=<span style=color:#2aa198>&#34;xxx&#34;</span> serialization=<span style=color:#2aa198>&#34;protobuf&#34;</span> <span style=color:#268bd2>/&gt;</span>
 </span></span></code></pre></div><div id=pre-footer><h2>反馈</h2><p class=feedback--prompt>此页是否对您有帮助?</p><button class="btn btn-primary mb-4 feedback--yes">是</button>
-<button class="btn btn-primary mb-4 feedback--no">否</button></div><script>const yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disabled [...]
+<button class="btn btn-primary mb-4 feedback--no">否</button></div><script>const yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disabled [...]
 <a href="https://github.com/apache/dubbo-website/new/master/content/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/protobuf.md?filename=change-me.md&amp;value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md% [...]
 <a href="https://github.com/apache/dubbo-website/issues/new?title=Protobuf" target=_blank><i class="fab fa-github fa-fw"></i> 登记问题</a>
 <a href=https://github.com/apache/dubbo/issues/new target=_blank><i class="fas fa-tasks fa-fw"></i> 提交项目问题</a></div></main><div class="d-none d-xl-block col-xl-2 td-toc d-print-none"><nav id=TableOfContents><ul><li><a href=#1-介绍>1 介绍</a></li><li><a href=#2-使用方式>2 使用方式</a><ul><li><a href=#21-配置启用>2.1 配置启用</a></li></ul></li></ul></nav></div></div></div></div><footer class="bg-dark py-5 row d-print-none footer-margin-0"><div class="container-fluid mx-sm-5"><div class=row><div class="col-6 c [...]
diff --git a/zh-cn/sitemap.xml b/zh-cn/sitemap.xml
index 16366e8e78..3535b4bf48 100644
--- a/zh-cn/sitemap.xml
+++ b/zh-cn/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://cn.dubbo.apache.org/zh-cn/blog/2023/01/16/%E9%98%BF%E9%87%8C%E5%B7%B4%E5%B7%B4%E5%8D%87%E7%BA%A7-dubbo3-%E5%85%A8%E9%9D%A2%E5%8F%96%E4%BB%A3-hsf2/</loc><lastmod>2023-02-22T15:03:22+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url><url><loc>https://cn.dubbo.apache.org/zh-cn/overview/mannu [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://cn.dubbo.apache.org/zh-cn/blog/2023/01/16/%E9%98%BF%E9%87%8C%E5%B7%B4%E5%B7%B4%E5%8D%87%E7%BA%A7-dubbo3-%E5%85%A8%E9%9D%A2%E5%8F%96%E4%BB%A3-hsf2/</loc><lastmod>2023-02-22T15:03:22+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url><url><loc>https://cn.dubbo.apache.org/zh-cn/overview/mannu [...]
\ No newline at end of file