Commit 4ec4ab8b authored by wenmo's avatar wenmo

0.2.0

parent 181f2961
......@@ -154,16 +154,11 @@ npm run build
前端打包后的 dlink-web/dist 目录下的内容放到 dlink-admin 的 static 下或者使用 Nginx 代理。
#### 后台编译
#### 后台编译打包
打包所有模块
```shell
maven clean install -Dmaven.test.skip=true
```
打包Client模块,dlink-client目录下
```shell
maven assembly:assembly
```
#### 扩展Connector
......@@ -261,7 +256,7 @@ QQ社区群:**543709668**,申请备注 “ Dlink ”,不写不批哦
> 首页
![](https://mmbiz.qpic.cn/mmbiz_png/dyicwnSlTFTo5cwuZy7GSLibw5J7Lx6cicxiaq9zE4rRqczh3Xjt7YLZohOmTqbDytj1K8qmrjmjcRuyRzdWD9opeA/0?wx_fmt=png)
![](https://mmbiz.qpic.cn/mmbiz_png/dyicwnSlTFTq1s1uxJic1HAhphuR655hQ6eLXSIVvU55qYtZKB3WgMCNaX75jwnKSEet2IEIfyWRX9032ib9vqjibA/0?wx_fmt=png)
> Studio 执行信息
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>dlink</artifactId>
<groupId>com.dlink</groupId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -3,7 +3,7 @@
<parent>
<artifactId>dlink-client</artifactId>
<groupId>com.dlink</groupId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>dlink-client-1.12</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>dlink-client</artifactId>
<groupId>com.dlink</groupId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>dlink</artifactId>
<groupId>com.dlink</groupId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>dlink-connectors</artifactId>
<groupId>com.dlink</groupId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>dlink</artifactId>
<groupId>com.dlink</groupId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>dlink</artifactId>
<groupId>com.dlink</groupId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
......
......@@ -38,6 +38,7 @@ const StudioMenu = (props: any) => {
maxRowNum:current.task.maxRowNum,
fragment:current.task.fragemnt,
savePointPath:current.task.savePointPath,
jobName:current.task.alias,
};
const key = current.key;
const taskKey = (Math.random()*1000)+'';
......@@ -69,7 +70,7 @@ const StudioMenu = (props: any) => {
})
};
const submit=()=>{
const submit= () =>{
if(!current.task.id){
message.error(`草稿【${current.title}】无法被提交,请创建或选择有效作业进行提交`);
return false;
......
......@@ -137,7 +137,7 @@ const ClusterTableList: React.FC<{}> = () => {
hideInTable: true,
},
{
title: 'TMHost',
title: 'JMHost',
sorter: true,
dataIndex: 'jobManagerHost',
hideInForm: true,
......
......@@ -7,7 +7,7 @@
<groupId>com.dlink</groupId>
<artifactId>dlink</artifactId>
<packaging>pom</packaging>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<modules>
<module>dlink-core</module>
<module>dlink-admin</module>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment