From 02409641e265c657846bdc64ef19c360512ada9c Mon Sep 17 00:00:00 2001 From: yedf2 <120050102@qq.com> Date: Thu, 9 Dec 2021 20:32:06 +0800 Subject: [PATCH] update readme microservice --- README-cn.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README-cn.md b/README-cn.md index ab6e274..94bf4ca 100644 --- a/README-cn.md +++ b/README-cn.md @@ -66,10 +66,11 @@ DTM是一款golang开发的分布式事务管理器,解决了跨数据库、 ## [各语言客户端及示例](https://dtm.pub/summary/code.html#go) ## 微服务框架支持 -- go-zero:一开源就非常火爆的微服务框架,首家接入dtm的微服务框架。感谢go-zero作者[kevwan](https://github.com/kevwan)的大力支持 -- grpc-polaris: 腾讯开源的注册发现组件,以及在其上构建的微服务框架。感谢腾讯同学[ychensha](https://github.com/ychensha)的PR +- [go-zero](https://github.com/zeromicro/go-zero):一开源就非常火爆的微服务框架,首家接入dtm的微服务框架。感谢go-zero作者[kevwan](https://github.com/kevwan)的大力支持 +- [polaris](https://github.com/polarismesh/polaris): 腾讯开源的注册发现组件,以及在其上构建的微服务框架。感谢腾讯同学[ychensha](https://github.com/ychensha)的PR - 其他:看用户需求量,择机接入 +具体微服务接入使用,参见[微服务支持](https://dtm.pub/protocol/intro.html) ## 快速开始 ### 获取代码