You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2022/02/24 10:54:28 UTC

[dubbo-go] branch 3.0 updated: Update Intellij Plugin Description (#1766)

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

alexstocks pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/3.0 by this push:
     new 5a77ae6  Update Intellij Plugin Description (#1766)
5a77ae6 is described below

commit 5a77ae69a7bdc649415cab6f0c3b260dc66ab6e5
Author: ChangedenChan <ch...@gmail.com>
AuthorDate: Thu Feb 24 18:53:31 2022 +0800

    Update Intellij Plugin Description (#1766)
---
 README.md    | 19 +++++++++++++------
 README_CN.md | 19 +++++++++++++------
 2 files changed, 26 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md
index 7eed445..68800bf 100644
--- a/README.md
+++ b/README.md
@@ -63,17 +63,24 @@ If you want to know more about dubbogo tools, please visit https://github.com/du
     * From official jetbrains store from download
 
 
+### Feature
 |      Feature       | IDEA | GoLand |
 |:------------------:|:----:|:------:|
 | Hessian2 Generator |  ✅️  |   ✅️   |
 | New Project/Module |  ✅️  |   ✅️   |
 
-
-|    Project/Module Template     | Progress |
-|:------------------------------:|:--------:|
-|    Sample (client, server)     |    ✅️    |
-| Empty Project (minimum import) |    ✅️    |
-|          Dubbo + Gin           |    ⬜     |
+#### Project/Module Template
+| Project/Module Template | Progress |
+|:-----------------------:|:--------:|
+|         Sample          |    ✅️    |
+|      Empty Project      |    ✅️    |
+
+##### Empty Project Template Middleware
+|  Middleware  |                Module                 | Support |
+|:------------:|:-------------------------------------:|:-------:|
+| Web Service  |    [Gin](github.com/gin-gonic/gin)    |   ✅️    |
+| Memory Cache | [Redis](github.com/go-redis/redis/v8) |   ✅️    |
+|   Database   |         [Gorm](gorm.io/gorm)          |   ✅️    |
 
 
 If you want to know more about dubbogo Intellij Plugin, please visit [https://gitee.com/changeden/intellij-plugin-dubbo-go-generator](https://gitee.com/changeden/intellij-plugin-dubbo-go-generator) and read its readme carefully.
diff --git a/README_CN.md b/README_CN.md
index 5137a01..f443c9a 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -73,17 +73,24 @@ Dubbo-go 生态覆盖多种网络协议:Triple、Dubbo、JSONRPC、gRPC、HTTP
   * 插件市场[https://plugins.jetbrains.com/plugin/18581-dubbo-go](https://plugins.jetbrains.com/plugin/18581-dubbo-go)
 
 
+### 功能特性
 |      特性      | IDEA | GoLand |
 |:------------:|:----:|:------:|
 | Hessian2 生成器 |  ✅️  |   ✅️   |
 |   创建项目/模块    |  ✅️  |   ✅️   |
 
-
-|    项目/模块模板     | 进度  |
-|:--------------:|:---:|
-| 例子 (包含客户端、服务端) | ✅️  |
-|   空项目 (最小导入)   | ✅️  |
-|  Dubbo + Gin   |  ⬜  |
+#### 创建新项目
+| 项目/模块模板 | 进度  |
+|:-------:|:---:|
+|  官方例子   | ✅️  |
+|   空项目   | ✅️  |
+
+##### 空项目模板中间件
+| 中间件类型 |                 可选模块                  | 是否支持 |
+|:-----:|:-------------------------------------:|:----:|
+| 网络服务  |    [Gin](github.com/gin-gonic/gin)    |  ✅️  |
+| 内存缓存  | [Redis](github.com/go-redis/redis/v8) |  ✅️  |
+|  数据库  |         [Gorm](gorm.io/gorm)          |  ✅️  |
 
 如果想知道 dubbogo 工具集更多更详细的使用细节,请访问 [https://gitee.com/changeden/intellij-plugin-dubbo-go-generator](https://gitee.com/changeden/intellij-plugin-dubbo-go-generator) 并仔细阅读其 raedme。