Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dlink
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhaowei
dlink
Commits
4ec4ab8b
Commit
4ec4ab8b
authored
Jun 08, 2021
by
wenmo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.2.0
parent
181f2961
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
13 additions
and
17 deletions
+13
-17
README.md
README.md
+2
-7
pom.xml
dlink-admin/pom.xml
+1
-1
dependency-reduced-pom.xml
dlink-client/dlink-client-1.12/dependency-reduced-pom.xml
+1
-1
pom.xml
dlink-client/dlink-client-1.12/pom.xml
+1
-1
pom.xml
dlink-client/pom.xml
+1
-1
pom.xml
dlink-connectors/dlink-connector-jdbc/pom.xml
+1
-1
pom.xml
dlink-connectors/pom.xml
+1
-1
pom.xml
dlink-core/pom.xml
+1
-1
index.tsx
dlink-web/src/components/Studio/StudioMenu/index.tsx
+2
-1
index.tsx
dlink-web/src/pages/Cluster/index.tsx
+1
-1
pom.xml
pom.xml
+1
-1
No files found.
README.md
View file @
4ec4ab8b
...
...
@@ -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 ”,不写不批哦
> 首页


> Studio 执行信息
...
...
dlink-admin/pom.xml
View file @
4ec4ab8b
...
...
@@ -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>
...
...
dlink-client/dlink-client-1.12/dependency-reduced-pom.xml
View file @
4ec4ab8b
...
...
@@ -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>
...
...
dlink-client/dlink-client-1.12/pom.xml
View file @
4ec4ab8b
...
...
@@ -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>
...
...
dlink-client/pom.xml
View file @
4ec4ab8b
...
...
@@ -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>
...
...
dlink-connectors/dlink-connector-jdbc/pom.xml
View file @
4ec4ab8b
...
...
@@ -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>
...
...
dlink-connectors/pom.xml
View file @
4ec4ab8b
...
...
@@ -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>
...
...
dlink-core/pom.xml
View file @
4ec4ab8b
...
...
@@ -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>
...
...
dlink-web/src/components/Studio/StudioMenu/index.tsx
View file @
4ec4ab8b
...
...
@@ -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
;
...
...
dlink-web/src/pages/Cluster/index.tsx
View file @
4ec4ab8b
...
...
@@ -137,7 +137,7 @@ const ClusterTableList: React.FC<{}> = () => {
hideInTable
:
true
,
},
{
title
:
'
T
MHost'
,
title
:
'
J
MHost'
,
sorter
:
true
,
dataIndex
:
'jobManagerHost'
,
hideInForm
:
true
,
...
...
pom.xml
View file @
4ec4ab8b
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment