Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
a9c99a11
提交
a9c99a11
编写于
8月 24, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chitanda 部署微服务接口 [TrainSys,默认服务接口]
上级
760a6e07
变更
15
隐藏空白字符变更
内嵌
并排
正在显示
15 个修改的文件
包含
452 行增加
和
18 行删除
+452
-18
config.xml
config.xml
+8
-0
h2_table.xml
trainsys-core/src/main/resources/liquibase/h2_table.xml
+1
-1
Book.json
...bizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Book.json
+26
-0
Book.json
...bizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json
+155
-0
Main.json
...ys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/Main.json
+7
-2
bookEditView.json
...lab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json
+7
-2
bookEditView3.json
...ab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView3.json
+7
-2
bookOptionView.json
...b/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookOptionView.json
+7
-2
bookUsr2EditView2.json
...rainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2EditView2.json
+7
-2
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+155
-0
TrainSys.json
.../model/cn/ibizlab/trainsys/PSSYSSERVICEAPIS/TrainSys.json
+26
-0
pom.xml
trainsys-provider/pom.xml
+1
-1
Dockerfile
trainsys-provider/src/main/docker/Dockerfile
+1
-1
trainsys-provider-trainsys-k8s.yaml
...vider/src/main/docker/trainsys-provider-trainsys-k8s.yaml
+29
-4
trainsys-provider-trainsys.yaml
...-provider/src/main/docker/trainsys-provider-trainsys.yaml
+15
-1
未找到文件。
config.xml
浏览文件 @
a9c99a11
...
@@ -55,6 +55,14 @@
...
@@ -55,6 +55,14 @@
git clone -b master $para2 trainsys/
git clone -b master $para2 trainsys/
export NODE_OPTIONS=--max-old-space-size=4096
export NODE_OPTIONS=--max-old-space-size=4096
cd trainsys/
cd trainsys/
mvn clean package -Ptrainsys
mvn install -Ptrainsys
cd trainsys-provider
sed -i "s#dstimage#$para5#g" pom.xml
sed -i "s#dstimage#$para5#g" src/main/docker/trainsys-provider-trainsys.yaml
mvn -Ptrainsys docker:build
mvn -Ptrainsys docker:push
docker -H $para1 stack deploy --compose-file=src/main/docker/trainsys-provider-trainsys.yaml ebsx --with-registry-auth
</command>
</command>
</hudson.tasks.Shell>
</hudson.tasks.Shell>
</builders>
</builders>
...
...
trainsys-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
a9c99a11
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<databaseChangeLog
xmlns=
"http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:ext=
"http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd"
>
<databaseChangeLog
xmlns=
"http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:ext=
"http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd"
>
<!--输出实体[BOOK]数据结构 -->
<!--输出实体[BOOK]数据结构 -->
<changeSet
author=
"root"
id=
"tab-book-10
5
-1"
>
<changeSet
author=
"root"
id=
"tab-book-10
8
-1"
>
<createTable
tableName=
"T_BOOK"
>
<createTable
tableName=
"T_BOOK"
>
<column
name=
"BOOKNAME"
remarks=
""
type=
"VARCHAR(200)"
>
<column
name=
"BOOKNAME"
remarks=
""
type=
"VARCHAR(200)"
>
</column>
</column>
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Book.json
浏览文件 @
a9c99a11
...
@@ -394,6 +394,32 @@
...
@@ -394,6 +394,32 @@
"defaultMode"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
"enableFront"
:
true
},
{
"codeName"
:
"Simple"
,
"logicName"
:
"数据集2"
,
"name"
:
"Simple"
,
"getPSDEDataQueries"
:
[
{
"modelref"
:
true
,
"id"
:
"Simple"
}
],
"getPSDEDataSetInput"
:
{
"name"
:
"SimpleInput"
,
"getPSDEFilterDTO"
:
{
"modelref"
:
true
,
"id"
:
"BookFilterDTO"
},
"type"
:
"DTO"
},
"getPSDEDataSetReturn"
:
{
"name"
:
"SimpleResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"BookSimpleDTO"
},
"type"
:
"PAGE"
},
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
}
],
"getAllPSDEFGroups"
:
[
{
"getAllPSDEFGroups"
:
[
{
"codeName"
:
"Simple"
,
"codeName"
:
"Simple"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json
浏览文件 @
a9c99a11
...
@@ -225,6 +225,30 @@
...
@@ -225,6 +225,30 @@
"requestParamType"
:
"ENTITY"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/fetchdefault"
,
"requestPath"
:
"/fetchdefault"
,
"builtinMethod"
:
false
"builtinMethod"
:
false
},
{
"codeName"
:
"FetchSimple"
,
"methodType"
:
"FETCH"
,
"name"
:
"FetchSimple"
,
"getPSAppDEMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"BookFilterDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"name"
:
"返回对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"BookSimpleDTO"
},
"type"
:
"PAGE"
},
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/fetchsimple"
,
"builtinMethod"
:
false
}
],
}
],
"getAllPSAppDEFields"
:
[
{
"getAllPSAppDEFields"
:
[
{
"codeName"
:
"BookName"
,
"codeName"
:
"BookName"
,
...
@@ -685,6 +709,113 @@
...
@@ -685,6 +709,113 @@
}
],
}
],
"sourceType"
:
"DE"
,
"sourceType"
:
"DE"
,
"type"
:
"DEFILTER"
"type"
:
"DEFILTER"
},
{
"codeName"
:
"BookSimpleDTO"
,
"name"
:
"BookSimpleDTO"
,
"getPSAppDEMethodDTOFields"
:
[
{
"codeName"
:
"BookId"
,
"logicName"
:
"书标识"
,
"name"
:
"BookId"
,
"orderValue"
:
1000
,
"getPSAppDEField"
:
{
"name"
:
"BOOKID"
,
"codeName"
:
"BookId"
},
"sourceType"
:
"DEFGROUPDETAIL"
,
"stdDataType"
:
25
,
"type"
:
"SIMPLE"
,
"allowEmpty"
:
false
},
{
"codeName"
:
"BookName"
,
"logicName"
:
"书名称"
,
"name"
:
"BookName"
,
"orderValue"
:
1000
,
"getPSAppDEField"
:
{
"name"
:
"BOOKNAME"
,
"codeName"
:
"BookName"
},
"sourceType"
:
"DEFGROUPDETAIL"
,
"stdDataType"
:
25
,
"type"
:
"SIMPLE"
},
{
"codeName"
:
"CreateDate"
,
"logicName"
:
"建立时间"
,
"name"
:
"CreateDate"
,
"orderValue"
:
1000
,
"getPSAppDEField"
:
{
"name"
:
"CREATEDATE"
,
"codeName"
:
"CreateDate"
},
"sourceType"
:
"DEFGROUPDETAIL"
,
"stdDataType"
:
5
,
"type"
:
"SIMPLE"
,
"allowEmpty"
:
false
},
{
"codeName"
:
"CreateMan"
,
"logicName"
:
"建立人"
,
"name"
:
"CreateMan"
,
"orderValue"
:
1000
,
"getPSAppDEField"
:
{
"name"
:
"CREATEMAN"
,
"codeName"
:
"CreateMan"
},
"sourceType"
:
"DEFGROUPDETAIL"
,
"stdDataType"
:
25
,
"type"
:
"SIMPLE"
,
"allowEmpty"
:
false
},
{
"codeName"
:
"DeptId"
,
"logicName"
:
"组织部门标识"
,
"name"
:
"DeptId"
,
"orderValue"
:
1000
,
"getPSAppDEField"
:
{
"name"
:
"DEPTID"
,
"codeName"
:
"DeptId"
},
"sourceType"
:
"DEFGROUPDETAIL"
,
"stdDataType"
:
25
,
"type"
:
"SIMPLE"
},
{
"codeName"
:
"OrgId"
,
"logicName"
:
"组织机构标识"
,
"name"
:
"OrgId"
,
"orderValue"
:
1000
,
"getPSAppDEField"
:
{
"name"
:
"ORGID"
,
"codeName"
:
"OrgId"
},
"sourceType"
:
"DEFGROUPDETAIL"
,
"stdDataType"
:
25
,
"type"
:
"SIMPLE"
},
{
"codeName"
:
"UpdateDate"
,
"logicName"
:
"更新时间"
,
"name"
:
"UpdateDate"
,
"orderValue"
:
1000
,
"getPSAppDEField"
:
{
"name"
:
"UPDATEDATE"
,
"codeName"
:
"UpdateDate"
},
"sourceType"
:
"DEFGROUPDETAIL"
,
"stdDataType"
:
5
,
"type"
:
"SIMPLE"
,
"allowEmpty"
:
false
},
{
"codeName"
:
"UpdateMan"
,
"logicName"
:
"更新人"
,
"name"
:
"UpdateMan"
,
"orderValue"
:
1000
,
"getPSAppDEField"
:
{
"name"
:
"UPDATEMAN"
,
"codeName"
:
"UpdateMan"
},
"sourceType"
:
"DEFGROUPDETAIL"
,
"stdDataType"
:
25
,
"type"
:
"SIMPLE"
,
"allowEmpty"
:
false
}
],
"sourceType"
:
"DE"
,
"type"
:
"DEFAULT"
}
],
}
],
"getAllPSAppDEMethods"
:
[
{
"getAllPSAppDEMethods"
:
[
{
"actionMode"
:
"CHECKKEY"
,
"actionMode"
:
"CHECKKEY"
,
...
@@ -880,6 +1011,30 @@
...
@@ -880,6 +1011,30 @@
"requestParamType"
:
"ENTITY"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/fetchdefault"
,
"requestPath"
:
"/fetchdefault"
,
"builtinMethod"
:
false
"builtinMethod"
:
false
},
{
"codeName"
:
"FetchSimple"
,
"methodType"
:
"FETCH"
,
"name"
:
"FetchSimple"
,
"getPSAppDEMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"BookFilterDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"name"
:
"返回对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"BookSimpleDTO"
},
"type"
:
"PAGE"
},
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/fetchsimple"
,
"builtinMethod"
:
false
},
{
},
{
"codeName"
:
"FilterCreate"
,
"codeName"
:
"FilterCreate"
,
"methodType"
:
"FILTERACTION"
,
"methodType"
:
"FILTERACTION"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/Main.json
浏览文件 @
a9c99a11
...
@@ -374,6 +374,7 @@
...
@@ -374,6 +374,7 @@
"detailType"
:
"FORMITEM"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"ignoreInput"
:
0
,
"itemWidth"
:
230.0
,
"labelPos"
:
"LEFT"
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"labelWidth"
:
130
,
"name"
:
"field2"
,
"name"
:
"field2"
,
...
@@ -398,8 +399,12 @@
...
@@ -398,8 +399,12 @@
"notMode"
:
false
"notMode"
:
false
}
],
}
],
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"dateTimeFormat"
:
"YYYY-MM-DD"
,
"maxLength"
:
100
,
"editorParams"
:
{
"TIMEFMT"
:
"YYYY-MM-DD"
},
"editorType"
:
"DATEPICKEREX_NOTIME"
,
"editorWidth"
:
100.0
,
"name"
:
"field2"
"name"
:
"field2"
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView.json
浏览文件 @
a9c99a11
...
@@ -1360,6 +1360,7 @@
...
@@ -1360,6 +1360,7 @@
"detailType"
:
"FORMITEM"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"ignoreInput"
:
0
,
"itemWidth"
:
230.0
,
"labelPos"
:
"LEFT"
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"labelWidth"
:
130
,
"name"
:
"field2"
,
"name"
:
"field2"
,
...
@@ -1384,8 +1385,12 @@
...
@@ -1384,8 +1385,12 @@
"notMode"
:
false
"notMode"
:
false
}
],
}
],
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"dateTimeFormat"
:
"YYYY-MM-DD"
,
"maxLength"
:
100
,
"editorParams"
:
{
"TIMEFMT"
:
"YYYY-MM-DD"
},
"editorType"
:
"DATEPICKEREX_NOTIME"
,
"editorWidth"
:
100.0
,
"name"
:
"field2"
"name"
:
"field2"
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookEditView3.json
浏览文件 @
a9c99a11
...
@@ -530,6 +530,7 @@
...
@@ -530,6 +530,7 @@
"detailType"
:
"FORMITEM"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"ignoreInput"
:
0
,
"itemWidth"
:
230.0
,
"labelPos"
:
"LEFT"
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"labelWidth"
:
130
,
"name"
:
"field2"
,
"name"
:
"field2"
,
...
@@ -554,8 +555,12 @@
...
@@ -554,8 +555,12 @@
"notMode"
:
false
"notMode"
:
false
}
],
}
],
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"dateTimeFormat"
:
"YYYY-MM-DD"
,
"maxLength"
:
100
,
"editorParams"
:
{
"TIMEFMT"
:
"YYYY-MM-DD"
},
"editorType"
:
"DATEPICKEREX_NOTIME"
,
"editorWidth"
:
100.0
,
"name"
:
"field2"
"name"
:
"field2"
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookOptionView.json
浏览文件 @
a9c99a11
...
@@ -482,6 +482,7 @@
...
@@ -482,6 +482,7 @@
"detailType"
:
"FORMITEM"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"ignoreInput"
:
0
,
"itemWidth"
:
230.0
,
"labelPos"
:
"LEFT"
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"labelWidth"
:
130
,
"name"
:
"field2"
,
"name"
:
"field2"
,
...
@@ -506,8 +507,12 @@
...
@@ -506,8 +507,12 @@
"notMode"
:
false
"notMode"
:
false
}
],
}
],
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"dateTimeFormat"
:
"YYYY-MM-DD"
,
"maxLength"
:
100
,
"editorParams"
:
{
"TIMEFMT"
:
"YYYY-MM-DD"
},
"editorType"
:
"DATEPICKEREX_NOTIME"
,
"editorWidth"
:
100.0
,
"name"
:
"field2"
"name"
:
"field2"
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2EditView2.json
浏览文件 @
a9c99a11
...
@@ -499,6 +499,7 @@
...
@@ -499,6 +499,7 @@
"detailType"
:
"FORMITEM"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"ignoreInput"
:
0
,
"itemWidth"
:
230.0
,
"labelPos"
:
"LEFT"
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"labelWidth"
:
130
,
"name"
:
"field2"
,
"name"
:
"field2"
,
...
@@ -523,8 +524,12 @@
...
@@ -523,8 +524,12 @@
"notMode"
:
false
"notMode"
:
false
}
],
}
],
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"dateTimeFormat"
:
"YYYY-MM-DD"
,
"maxLength"
:
100
,
"editorParams"
:
{
"TIMEFMT"
:
"YYYY-MM-DD"
},
"editorType"
:
"DATEPICKEREX_NOTIME"
,
"editorWidth"
:
100.0
,
"name"
:
"field2"
"name"
:
"field2"
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
a9c99a11
...
@@ -8686,6 +8686,30 @@
...
@@ -8686,6 +8686,30 @@
"requestParamType"
:
"ENTITY"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/fetchdefault"
,
"requestPath"
:
"/fetchdefault"
,
"builtinMethod"
:
false
"builtinMethod"
:
false
},
{
"codeName"
:
"FetchSimple"
,
"methodType"
:
"FETCH"
,
"name"
:
"FetchSimple"
,
"getPSAppDEMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"BookFilterDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"name"
:
"返回对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"BookSimpleDTO"
},
"type"
:
"PAGE"
},
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/fetchsimple"
,
"builtinMethod"
:
false
}
],
}
],
"getAllPSAppDEFields"
:
[
{
"getAllPSAppDEFields"
:
[
{
"codeName"
:
"BookName"
,
"codeName"
:
"BookName"
,
...
@@ -9146,6 +9170,113 @@
...
@@ -9146,6 +9170,113 @@
}
],
}
],
"sourceType"
:
"DE"
,
"sourceType"
:
"DE"
,
"type"
:
"DEFILTER"
"type"
:
"DEFILTER"
},
{
"codeName"
:
"BookSimpleDTO"
,
"name"
:
"BookSimpleDTO"
,
"getPSAppDEMethodDTOFields"
:
[
{
"codeName"
:
"BookId"
,
"logicName"
:
"书标识"
,
"name"
:
"BookId"
,
"orderValue"
:
1000
,
"getPSAppDEField"
:
{
"name"
:
"BOOKID"
,
"codeName"
:
"BookId"
},
"sourceType"
:
"DEFGROUPDETAIL"
,
"stdDataType"
:
25
,
"type"
:
"SIMPLE"
,
"allowEmpty"
:
false
},
{
"codeName"
:
"BookName"
,
"logicName"
:
"书名称"
,
"name"
:
"BookName"
,
"orderValue"
:
1000
,
"getPSAppDEField"
:
{
"name"
:
"BOOKNAME"
,
"codeName"
:
"BookName"
},
"sourceType"
:
"DEFGROUPDETAIL"
,
"stdDataType"
:
25
,
"type"
:
"SIMPLE"
},
{
"codeName"
:
"CreateDate"
,
"logicName"
:
"建立时间"
,
"name"
:
"CreateDate"
,
"orderValue"
:
1000
,
"getPSAppDEField"
:
{
"name"
:
"CREATEDATE"
,
"codeName"
:
"CreateDate"
},
"sourceType"
:
"DEFGROUPDETAIL"
,
"stdDataType"
:
5
,
"type"
:
"SIMPLE"
,
"allowEmpty"
:
false
},
{
"codeName"
:
"CreateMan"
,
"logicName"
:
"建立人"
,
"name"
:
"CreateMan"
,
"orderValue"
:
1000
,
"getPSAppDEField"
:
{
"name"
:
"CREATEMAN"
,
"codeName"
:
"CreateMan"
},
"sourceType"
:
"DEFGROUPDETAIL"
,
"stdDataType"
:
25
,
"type"
:
"SIMPLE"
,
"allowEmpty"
:
false
},
{
"codeName"
:
"DeptId"
,
"logicName"
:
"组织部门标识"
,
"name"
:
"DeptId"
,
"orderValue"
:
1000
,
"getPSAppDEField"
:
{
"name"
:
"DEPTID"
,
"codeName"
:
"DeptId"
},
"sourceType"
:
"DEFGROUPDETAIL"
,
"stdDataType"
:
25
,
"type"
:
"SIMPLE"
},
{
"codeName"
:
"OrgId"
,
"logicName"
:
"组织机构标识"
,
"name"
:
"OrgId"
,
"orderValue"
:
1000
,
"getPSAppDEField"
:
{
"name"
:
"ORGID"
,
"codeName"
:
"OrgId"
},
"sourceType"
:
"DEFGROUPDETAIL"
,
"stdDataType"
:
25
,
"type"
:
"SIMPLE"
},
{
"codeName"
:
"UpdateDate"
,
"logicName"
:
"更新时间"
,
"name"
:
"UpdateDate"
,
"orderValue"
:
1000
,
"getPSAppDEField"
:
{
"name"
:
"UPDATEDATE"
,
"codeName"
:
"UpdateDate"
},
"sourceType"
:
"DEFGROUPDETAIL"
,
"stdDataType"
:
5
,
"type"
:
"SIMPLE"
,
"allowEmpty"
:
false
},
{
"codeName"
:
"UpdateMan"
,
"logicName"
:
"更新人"
,
"name"
:
"UpdateMan"
,
"orderValue"
:
1000
,
"getPSAppDEField"
:
{
"name"
:
"UPDATEMAN"
,
"codeName"
:
"UpdateMan"
},
"sourceType"
:
"DEFGROUPDETAIL"
,
"stdDataType"
:
25
,
"type"
:
"SIMPLE"
,
"allowEmpty"
:
false
}
],
"sourceType"
:
"DE"
,
"type"
:
"DEFAULT"
}
],
}
],
"getAllPSAppDEMethods"
:
[
{
"getAllPSAppDEMethods"
:
[
{
"actionMode"
:
"CHECKKEY"
,
"actionMode"
:
"CHECKKEY"
,
...
@@ -9341,6 +9472,30 @@
...
@@ -9341,6 +9472,30 @@
"requestParamType"
:
"ENTITY"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/fetchdefault"
,
"requestPath"
:
"/fetchdefault"
,
"builtinMethod"
:
false
"builtinMethod"
:
false
},
{
"codeName"
:
"FetchSimple"
,
"methodType"
:
"FETCH"
,
"name"
:
"FetchSimple"
,
"getPSAppDEMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"BookFilterDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"name"
:
"返回对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"BookSimpleDTO"
},
"type"
:
"PAGE"
},
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/fetchsimple"
,
"builtinMethod"
:
false
},
{
},
{
"codeName"
:
"FilterCreate"
,
"codeName"
:
"FilterCreate"
,
"methodType"
:
"FILTERACTION"
,
"methodType"
:
"FILTERACTION"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSSERVICEAPIS/TrainSys.json
浏览文件 @
a9c99a11
...
@@ -692,6 +692,32 @@
...
@@ -692,6 +692,32 @@
"type"
:
"PAGE"
"type"
:
"PAGE"
},
},
"requestMethod"
:
"POST"
"requestMethod"
:
"POST"
},
{
"codeName"
:
"FetchSimple"
,
"dataAccessAction"
:
"READ"
,
"methodType"
:
"FETCH"
,
"name"
:
"FetchSimple"
,
"getPSDEDataSet"
:
{
"modelref"
:
true
,
"id"
:
"Simple"
},
"getPSDEServiceAPIMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"BookFilterDTO"
},
"type"
:
"DTO"
},
"getPSDEServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"BookSimpleDTO"
},
"type"
:
"PAGE"
},
"requestMethod"
:
"POST"
},
{
},
{
"codeName"
:
"Select"
,
"codeName"
:
"Select"
,
"dataAccessAction"
:
"READ"
,
"dataAccessAction"
:
"READ"
,
...
...
trainsys-provider/pom.xml
浏览文件 @
a9c99a11
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
<profiles>
<profiles>
<profile>
<profile>
<id>
runtime
</id>
<id>
trainsys
</id>
<build>
<build>
<resources>
<resources>
<resource>
<resource>
...
...
trainsys-provider/src/main/docker/Dockerfile
浏览文件 @
a9c99a11
...
@@ -10,6 +10,6 @@ CMD echo "The application will start in ${IBIZ_SLEEP}s..." && \
...
@@ -10,6 +10,6 @@ CMD echo "The application will start in ${IBIZ_SLEEP}s..." && \
sleep ${IBIZ_SLEEP} && \
sleep ${IBIZ_SLEEP} && \
java ${JAVA_OPTS} -Duser.timezone=$TZ -Djava.security.egd=file:/dev/./urandom -jar /trainsys-provider.jar
java ${JAVA_OPTS} -Duser.timezone=$TZ -Djava.security.egd=file:/dev/./urandom -jar /trainsys-provider.jar
EXPOSE
8081
EXPOSE
50000
ADD
trainsys-provider.jar /trainsys-provider.jar
ADD
trainsys-provider.jar /trainsys-provider.jar
trainsys-provider/src/main/docker/trainsys-provider-trainsys-k8s.yaml
浏览文件 @
a9c99a11
...
@@ -22,7 +22,32 @@ spec:
...
@@ -22,7 +22,32 @@ spec:
image
:
registry.cn-shanghai.aliyuncs.com/ibizsys/trainsys-provider:latest
image
:
registry.cn-shanghai.aliyuncs.com/ibizsys/trainsys-provider:latest
imagePullPolicy
:
Always
imagePullPolicy
:
Always
ports
:
ports
:
-
containerPort
:
8081
-
containerPort
:
50000
env
:
-
name
:
SPRING_CLOUD_NACOS_DISCOVERY_IP
value
:
"
172.16.240.140"
-
name
:
SERVER_PORT
value
:
"
50000"
-
name
:
SPRING_CLOUD_NACOS_DISCOVERY_SERVER-ADDR
value
:
"
172.16.240.140:8848"
-
name
:
SPRING_REDIS_HOST
value
:
"
127.0.0.1"
-
name
:
SPRING_REDIS_PORT
value
:
"
6379"
-
name
:
SPRING_REDIS_DATABASE
value
:
"
0"
-
name
:
SPRING_DATASOURCE_USERNAME
value
:
"
a_LAB01_d23cc850e"
-
name
:
SPRING_DATASOURCE_PASSWORD
value
:
"
f9Df4556"
-
name
:
SPRING_DATASOURCE_URL
value
:
"
jdbc:mysql://172.16.186.185:3306/a_LAB01_d23cc850e?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true&serverTimezone=Asia/Shanghai&allowMultiQueries=true&serverTimezone=GMT%2B8"
-
name
:
SPRING_DATASOURCE_DRIVER-CLASS-NAME
value
:
"
com.mysql.jdbc.Driver"
-
name
:
SPRING_DATASOURCE_DEFAULTSCHEMA
value
:
"
a_LAB01_d23cc850e"
-
name
:
NACOS
value
:
"
172.16.240.140:8848"
---
---
apiVersion
:
v1
apiVersion
:
v1
...
@@ -35,9 +60,9 @@ spec:
...
@@ -35,9 +60,9 @@ spec:
type
:
NodePort
type
:
NodePort
ports
:
ports
:
-
name
:
http
-
name
:
http
port
:
8081
port
:
50000
targetPort
:
8081
targetPort
:
50000
nodePort
:
8081
nodePort
:
50000
protocol
:
TCP
protocol
:
TCP
selector
:
selector
:
app
:
trainsys-provider
app
:
trainsys-provider
...
...
trainsys-provider/src/main/docker/trainsys-provider-trainsys.yaml
浏览文件 @
a9c99a11
...
@@ -3,9 +3,23 @@ services:
...
@@ -3,9 +3,23 @@ services:
trainsys-provider
:
trainsys-provider
:
image
:
dstimage
image
:
dstimage
ports
:
ports
:
-
"
8081:8081
"
-
"
50000:50000
"
networks
:
networks
:
-
agent_network
-
agent_network
environment
:
-
SPRING_CLOUD_NACOS_DISCOVERY_IP=172.16.240.140
-
SERVER_PORT=50000
-
SPRING_CLOUD_NACOS_DISCOVERY_SERVER-ADDR=172.16.240.140:8848
-
SPRING_CLOUD_NACOS_CONFIG_SERVER-ADDR=172.16.240.140:8848
-
SPRING_REDIS_HOST=127.0.0.1
-
SPRING_REDIS_PORT=6379
-
SPRING_REDIS_DATABASE=0
-
SPRING_DATASOURCE_USERNAME=a_LAB01_d23cc850e
-
SPRING_DATASOURCE_PASSWORD=f9Df4556
-
SPRING_DATASOURCE_URL=jdbc:mysql://172.16.186.185:3306/a_LAB01_d23cc850e?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true&serverTimezone=Asia/Shanghai&allowMultiQueries=true&serverTimezone=GMT%2B8
-
SPRING_DATASOURCE_DRIVER-CLASS-NAME=com.mysql.jdbc.Driver
-
SPRING_DATASOURCE_DEFAULTSCHEMA=a_LAB01_d23cc850e
-
NACOS=172.16.240.140:8848
deploy
:
deploy
:
resources
:
resources
:
limits
:
limits
:
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录