Skip to content

Commit 237d6ba

Browse files
author
weiye
committed
文档更新
1 parent aabc183 commit 237d6ba

14 files changed

+8
-8
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ DataX阿里在开源的时候并未提供任何可视化界面,我们在使用
105105

106106
### 4. 构建JSON脚本
107107

108-
- 1.步骤一,步骤二,选择第二步中创建的数据源,JSON构建目前支持的数据源有hive,mysql,oracle,postgresql,sqlserver,hbase,mongodbclickhouse 其它数据源的JSON构建正在开发中,暂时需要手动编写。
108+
- 1.步骤一,步骤二,选择第二步中创建的数据源,JSON构建目前支持的数据源有hive,mysql,oracle,postgresql,sqlserver,hbase,mongodb,clickhouse 其它数据源的JSON构建正在开发中,暂时需要手动编写。
109109

110110
![](https://github.com/WeiYe-Jing/datax-web/blob/master/doc/img/build.png)
111111

datax-admin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.wugui</groupId>
77
<artifactId>datax-web</artifactId>
8-
<version>2.1.1</version>
8+
<version>2.1.2</version>
99
</parent>
1010
<artifactId>datax-admin</artifactId>
1111
<packaging>jar</packaging>

datax-assembly/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datax-web</artifactId>
77
<groupId>com.wugui</groupId>
8-
<version>2.1.1</version>
8+
<version>2.1.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

datax-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.wugui</groupId>
99
<artifactId>datax-web</artifactId>
10-
<version>2.1.1</version>
10+
<version>2.1.2</version>
1111
</parent>
1212

1313
<artifactId>datax-core</artifactId>

datax-executor/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.wugui</groupId>
88
<artifactId>datax-web</artifactId>
9-
<version>2.1.1</version>
9+
<version>2.1.2</version>
1010
</parent>
1111
<artifactId>datax-executor</artifactId>
1212
<packaging>jar</packaging>

datax-rpc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>datax-web</artifactId>
88
<groupId>com.wugui</groupId>
9-
<version>2.1.1</version>
9+
<version>2.1.2</version>
1010
</parent>
1111

1212
<artifactId>datax-rpc</artifactId>

doc/datax-web/datax-web-deploy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
### 安装包准备
1212
#### 1)下载官方提供的版本tar版本包
13-
[点击下载](https://)
13+
[点击下载](hhttps://pan.baidu.com/s/16LfuIzsYSG3gjM6zLUCNkw) 提取码:b245
1414
#### 2) 编译打包(官方提供的tar包跳过)
1515
直接从Git上面获得源代码,在项目的根目录下执行如下命令
1616
```
File renamed without changes.

doc/img/json_demo.png

-163 KB
Binary file not shown.

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.wugui</groupId>
77
<artifactId>datax-web</artifactId>
8-
<version>2.1.1</version>
8+
<version>2.1.2</version>
99
<name>${project.artifactId}</name>
1010
<packaging>pom</packaging>
1111

0 commit comments

Comments
 (0)