You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by ch...@apache.org on 2021/10/14 12:26:17 UTC

[incubator-eventmesh] branch develop updated: Preview docs (#543)

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

chenguangsheng pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


The following commit(s) were added to refs/heads/develop by this push:
     new 62d2067  Preview docs (#543)
62d2067 is described below

commit 62d2067410d33a312d0667adc7486c0685c4a883
Author: dengqunhua <de...@163.com>
AuthorDate: Thu Oct 14 20:26:09 2021 +0800

    Preview docs (#543)
    
    * 添加eclipse入门
    
    * 增加eclipse导入项目到本地入门指引
    
    * eclipse入门增加换行
---
 docs/cn/instructions/eclipse.zh-CN.md | 33 ++++++++++++++++++++++
 docs/cn/instructions/quickstart.md    | 53 ++++++++++++++++++-----------------
 2 files changed, 61 insertions(+), 25 deletions(-)

diff --git a/docs/cn/instructions/eclipse.zh-CN.md b/docs/cn/instructions/eclipse.zh-CN.md
new file mode 100644
index 0000000..cdbcc38
--- /dev/null
+++ b/docs/cn/instructions/eclipse.zh-CN.md
@@ -0,0 +1,33 @@
+# eventMesh 导入Eclipse 快速入门说明
+
+### 依赖
+
+```
+64位JDK 1.8+;
+Gradle至少为5.6, 推荐 5.6.*
+eclipse 已安装gradle插件或者eclipse自带gradle插件
+```
+
+### 下载源码
+git init  
+
+git clone https://github.com/apache/incubator-eventmesh.git 
+
+### 项目编译eclipse环境
+
+打开命令行终端,运行gradlew cleanEclipse eclipse
+
+### 配置修改
+修改工程名称和settings.gradle 配置文件参数rootProject.name 参数一致
+
+### 修改eclipse.init配置文件,配置lombok以1.18.8版本为例
+-javaagent:lombok-1.18.8.jar
+-XBootclasspath/a:lombok-1.18.8.jar
+
+### 202106版本eclipse,eclipse.init增加配置参数
+--illegal-access=permit
+
+
+### 导入gradle
+打开eclipse,导入gradle项目到IDE里
+
diff --git a/docs/cn/instructions/quickstart.md b/docs/cn/instructions/quickstart.md
index e14bf12..c02b536 100644
--- a/docs/cn/instructions/quickstart.md
+++ b/docs/cn/instructions/quickstart.md
@@ -1,25 +1,28 @@
-# 快速入门说明
-
-### 依赖
-
-```
-建议使用64位操作系统,建议使用Linux / Unix;
-64位JDK 1.8+;
-Gradle至少为5.6, 推荐 5.6.*
-```
-
-### 部署eventmesh-store
-
-阅读更多[这里](eventmesh-store-quickstart.zh-CN.md)
-
-### 部署eventmesh-runtime
-
-阅读更多[这里](eventmesh-runtime-quickstart.zh-CN.md)
-
-### 运行eventmesh sdk演示
-
-阅读更多[这里](eventmesh-sdk-java-quickstart.zh-CN.md)
-
-### 通信协议
-
-阅读更多[这里](eventmesh-runtime-protocol.zh-CN.md)
\ No newline at end of file
+# 快速入门说明
+
+### 依赖
+
+```
+建议使用64位操作系统,建议使用Linux / Unix;
+64位JDK 1.8+;
+Gradle至少为5.6, 推荐 5.6.*
+```
+
+### 部署eventmesh-store
+
+阅读更多[这里](eventmesh-store-quickstart.zh-CN.md)
+
+### 部署eventmesh-runtime
+
+阅读更多[这里](eventmesh-runtime-quickstart.zh-CN.md)
+
+### 运行eventmesh sdk演示
+
+阅读更多[这里](eventmesh-sdk-java-quickstart.zh-CN.md)
+
+### 通信协议
+
+阅读更多[这里](eventmesh-runtime-protocol.zh-CN.md)
+
+### eventMesh 导入Eclipse 快速入门说明
+阅读更多[这里](eclipse.zh-CN.md)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org