From a6ece61ba1dc36e17a635d7877b5831e2452f1ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Mon, 4 Dec 2023 17:56:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=B0=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog/easyj/easyj-seata-server-dm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/easyj/easyj-seata-server-dm.md b/blog/easyj/easyj-seata-server-dm.md index 3112983..4b905c1 100644 --- a/blog/easyj/easyj-seata-server-dm.md +++ b/blog/easyj/easyj-seata-server-dm.md @@ -240,4 +240,4 @@ seata: 2. 使用命令 `curl http://127.0.0.1:7091`,响应`HTML`代码并可以看到 `Copyright 1999-2019 Seata.io Group` 内容; 3. 使用 `telnet 127.0.0.1 8091`,成功连接上。 -> 注:`7091` 为控制台HTTP端口,`8091` 为分布式事务接口的gRPC端口。 \ No newline at end of file +> 注:`7091` 为控制台HTTP端口,`8091` 为分布式事务接口的RPC端口。 \ No newline at end of file