Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
datax-cloud
Overview
Overview
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
黄营
datax-cloud
Commits
096eafad
Commit
096eafad
authored
May 19, 2020
by
yuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.0.0项目初始化
parent
065b5ce0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
1 deletions
+10
-1
MenuDto.java
...rc/main/java/cn/datax/service/system/api/dto/MenuDto.java
+3
-0
MenuEntity.java
...n/java/cn/datax/service/system/api/entity/MenuEntity.java
+5
-0
MenuVo.java
.../src/main/java/cn/datax/service/system/api/vo/MenuVo.java
+1
-0
application.yml
...kflow-flowable-modeler/src/main/resources/application.yml
+1
-1
No files found.
datax-modules/system-service-parent/system-service-api/src/main/java/cn/datax/service/system/api/dto/MenuDto.java
View file @
096eafad
...
...
@@ -46,6 +46,9 @@ public class MenuDto implements Serializable {
@NotNull
(
message
=
"类型不能为空"
,
groups
=
{
ValidationGroups
.
Insert
.
class
,
ValidationGroups
.
Update
.
class
})
private
Integer
menuType
;
@ApiModelProperty
(
value
=
"资源编码"
)
private
String
menuCode
;
@ApiModelProperty
(
value
=
"排序"
)
@NotNull
(
message
=
"排序不能为空"
,
groups
=
{
ValidationGroups
.
Insert
.
class
,
ValidationGroups
.
Update
.
class
})
private
Integer
menuSort
;
...
...
datax-modules/system-service-parent/system-service-api/src/main/java/cn/datax/service/system/api/entity/MenuEntity.java
View file @
096eafad
...
...
@@ -63,6 +63,11 @@ public class MenuEntity extends BaseEntity {
private
Integer
menuType
;
/**
* 资源编码
*/
private
String
menuCode
;
/**
* 排序
*/
private
Integer
menuSort
;
...
...
datax-modules/system-service-parent/system-service-api/src/main/java/cn/datax/service/system/api/vo/MenuVo.java
View file @
096eafad
...
...
@@ -23,5 +23,6 @@ public class MenuVo implements Serializable {
private
String
menuPerms
;
private
String
menuIcon
;
private
Integer
menuType
;
private
String
menuCode
;
private
Integer
menuSort
;
}
datax-modules/workflow-service-parent/workflow-flowable-modeler/src/main/resources/application.yml
View file @
096eafad
...
...
@@ -6,7 +6,7 @@ spring:
name
:
workflow-flowable-modeler
datasource
:
driver-class-name
:
com.mysql.cj.jdbc.Driver
url
:
jdbc:mysql://1
27.0.0.1
:3306/data_cloud_workflow?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url
:
jdbc:mysql://1
92.168.234.100
:3306/data_cloud_workflow?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username
:
root
password
:
1234@abcd
liquibase
:
...
...
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