提交 34063985 编写于 作者: ibizdev's avatar ibizdev

tony001 发布系统代码 [TrainSys,网页端]

上级 a2151610
...@@ -55,12 +55,6 @@ ...@@ -55,12 +55,6 @@
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
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>
......
...@@ -5250,6 +5250,7 @@ ...@@ -5250,6 +5250,7 @@
"getAllPSAppPortletCats" : [ { "getAllPSAppPortletCats" : [ {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
} ], } ],
"getAllPSAppViews" : [ { "getAllPSAppViews" : [ {
......
...@@ -3352,11 +3352,11 @@ ...@@ -3352,11 +3352,11 @@
"getAllPSAppPortletCats" : [ { "getAllPSAppPortletCats" : [ {
"codeName" : "list", "codeName" : "list",
"name" : "列表", "name" : "列表",
"ungroup" : false "uniqueTag" : "list"
}, { }, {
"codeName" : "view", "codeName" : "view",
"name" : "视图", "name" : "视图",
"ungroup" : false "uniqueTag" : "view"
} ], } ],
"getAllPSAppViews" : [ { "getAllPSAppViews" : [ {
"modelref" : true, "modelref" : true,
......
...@@ -2284,6 +2284,7 @@ ...@@ -2284,6 +2284,7 @@
"getAllPSAppPortletCats" : [ { "getAllPSAppPortletCats" : [ {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
} ], } ],
"getAllPSAppViews" : [ { "getAllPSAppViews" : [ {
......
...@@ -9911,6 +9911,7 @@ ...@@ -9911,6 +9911,7 @@
"getAllPSAppPortletCats" : [ { "getAllPSAppPortletCats" : [ {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
} ], } ],
"getAllPSAppViews" : [ { "getAllPSAppViews" : [ {
......
...@@ -15,9 +15,6 @@ ...@@ -15,9 +15,6 @@
"name" : "TESTNAME", "name" : "TESTNAME",
"codeName" : "TESTName" "codeName" : "TESTName"
} }
}, {
"id" : "formitem",
"dataType" : 25
}, { }, {
"id" : "n_type_eq", "id" : "n_type_eq",
"dataType" : 25, "dataType" : 25,
...@@ -60,30 +57,6 @@ ...@@ -60,30 +57,6 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "表单项",
"codeName" : "formitem",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "formitem",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "DROPDOWNLIST",
"name" : "formitem",
"singleSelect" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "CONTROL.DEFSFITEM.TEST.N_TYPE_EQ" "lanResTag" : "CONTROL.DEFSFITEM.TEST.N_TYPE_EQ"
......
...@@ -132,6 +132,13 @@ ...@@ -132,6 +132,13 @@
"name" : "CREATEDATE", "name" : "CREATEDATE",
"codeName" : "CreateDate" "codeName" : "CreateDate"
} }
}, {
"id" : "test3",
"dataType" : 6,
"getPSAppDEField" : {
"name" : "TEST3",
"codeName" : "Test3"
}
}, { }, {
"id" : "formitem", "id" : "formitem",
"dataType" : 25 "dataType" : 25
...@@ -241,6 +248,35 @@ ...@@ -241,6 +248,35 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "属性3",
"codeName" : "test3",
"dataType" : 6,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "test3",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TEST3",
"codeName" : "Test3"
},
"getPSEditor" : {
"editorStyle" : "EMOJI_SELECT",
"editorType" : "DROPDOWNLIST",
"name" : "test3",
"singleSelect" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, { }, {
"caption" : "代码编辑框", "caption" : "代码编辑框",
"codeName" : "formitem", "codeName" : "formitem",
......
...@@ -146,6 +146,24 @@ ...@@ -146,6 +146,24 @@
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "属性",
"codeName" : "test1",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "test1",
"excelCaption" : "属性",
"name" : "test1",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TEST1",
"codeName" : "Test1"
},
"width" : 100,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
"dataType" : 25, "dataType" : 25,
...@@ -169,6 +187,13 @@ ...@@ -169,6 +187,13 @@
"name" : "UPDATEDATE", "name" : "UPDATEDATE",
"codeName" : "UpdateDate" "codeName" : "UpdateDate"
} }
}, {
"dataType" : 25,
"name" : "test1",
"getPSAppDEField" : {
"name" : "TEST1",
"codeName" : "Test1"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfkey", "name" : "srfkey",
...@@ -247,6 +272,24 @@ ...@@ -247,6 +272,24 @@
"singleSelect" : true "singleSelect" : true
}, },
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "属性",
"codeName" : "test1",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "test1",
"getPSAppDEField" : {
"name" : "TEST1",
"codeName" : "Test1"
},
"getPSEditor" : {
"editorStyle" : "EMOJI_SELECT",
"editorType" : "DROPDOWNLIST",
"name" : "test1",
"singleSelect" : true
},
"allowEmpty" : true,
"needCodeListConfig" : true
}, { }, {
"caption" : "测试表格标识", "caption" : "测试表格标识",
"codeName" : "srfkey", "codeName" : "srfkey",
......
...@@ -712,6 +712,24 @@ ...@@ -712,6 +712,24 @@
"width" : 150, "width" : 150,
"widthUnit" : "PX", "widthUnit" : "PX",
"enableSort" : true "enableSort" : true
}, {
"align" : "LEFT",
"cLConvertMode" : "NONE",
"caption" : "属性",
"codeName" : "test1",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "test1",
"excelCaption" : "属性",
"name" : "test1",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TEST1",
"codeName" : "Test1"
},
"width" : 100,
"widthUnit" : "PX",
"enableRowEdit" : true,
"enableSort" : true
} ], } ],
"getPSDEGridDataItems" : [ { "getPSDEGridDataItems" : [ {
"dataType" : 25, "dataType" : 25,
...@@ -735,6 +753,13 @@ ...@@ -735,6 +753,13 @@
"name" : "UPDATEDATE", "name" : "UPDATEDATE",
"codeName" : "UpdateDate" "codeName" : "UpdateDate"
} }
}, {
"dataType" : 25,
"name" : "test1",
"getPSAppDEField" : {
"name" : "TEST1",
"codeName" : "Test1"
}
}, { }, {
"dataType" : 25, "dataType" : 25,
"name" : "srfkey", "name" : "srfkey",
...@@ -813,6 +838,24 @@ ...@@ -813,6 +838,24 @@
"singleSelect" : true "singleSelect" : true
}, },
"allowEmpty" : true "allowEmpty" : true
}, {
"caption" : "属性",
"codeName" : "test1",
"enableCond" : 3,
"ignoreInput" : 0,
"name" : "test1",
"getPSAppDEField" : {
"name" : "TEST1",
"codeName" : "Test1"
},
"getPSEditor" : {
"editorStyle" : "EMOJI_SELECT",
"editorType" : "DROPDOWNLIST",
"name" : "test1",
"singleSelect" : true
},
"allowEmpty" : true,
"needCodeListConfig" : true
}, { }, {
"caption" : "测试表格标识", "caption" : "测试表格标识",
"codeName" : "srfkey", "codeName" : "srfkey",
......
...@@ -503,6 +503,13 @@ ...@@ -503,6 +503,13 @@
"name" : "CREATEDATE", "name" : "CREATEDATE",
"codeName" : "CreateDate" "codeName" : "CreateDate"
} }
}, {
"id" : "test3",
"dataType" : 6,
"getPSAppDEField" : {
"name" : "TEST3",
"codeName" : "Test3"
}
}, { }, {
"id" : "formitem", "id" : "formitem",
"dataType" : 25 "dataType" : 25
...@@ -612,6 +619,35 @@ ...@@ -612,6 +619,35 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss", "valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "属性3",
"codeName" : "test3",
"dataType" : 6,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "test3",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "TEST3",
"codeName" : "Test3"
},
"getPSEditor" : {
"editorStyle" : "EMOJI_SELECT",
"editorType" : "DROPDOWNLIST",
"name" : "test3",
"singleSelect" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, { }, {
"caption" : "代码编辑框", "caption" : "代码编辑框",
"codeName" : "formitem", "codeName" : "formitem",
......
...@@ -27,6 +27,9 @@ ...@@ -27,6 +27,9 @@
}, { }, {
"id" : "field_picker", "id" : "field_picker",
"viewFieldName" : "UPDATEMAN" "viewFieldName" : "UPDATEMAN"
}, {
"id" : "field_text_dynamic1",
"viewFieldName" : "UPDATEMAN"
}, { }, {
"id" : "field_picker1" "id" : "field_picker1"
}, { }, {
...@@ -243,6 +246,23 @@ ...@@ -243,6 +246,23 @@
}, },
"viewFieldName" : "UPDATEMAN", "viewFieldName" : "UPDATEMAN",
"width" : 50.0 "width" : 50.0
}, {
"caption" : "文本(动态)",
"itemStyle" : "DEFAULT",
"itemType" : "FIELD",
"name" : "field_text_dynamic1",
"getPSEditor" : {
"editorStyle" : "EMOJI_SELECT",
"editorType" : "DROPDOWNLIST",
"name" : "field_text_dynamic1",
"predefinedType" : "FIELD_TEXT_DYNAMIC",
"singleSelect" : true
},
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"viewFieldName" : "UPDATEMAN"
} ], } ],
"predefinedType" : "CONTAINER_MULTIDATA" "predefinedType" : "CONTAINER_MULTIDATA"
}, { }, {
......
...@@ -961,9 +961,6 @@ ...@@ -961,9 +961,6 @@
"name" : "TESTNAME", "name" : "TESTNAME",
"codeName" : "TESTName" "codeName" : "TESTName"
} }
}, {
"id" : "formitem",
"dataType" : 25
}, { }, {
"id" : "n_type_eq", "id" : "n_type_eq",
"dataType" : 25, "dataType" : 25,
...@@ -1006,30 +1003,6 @@ ...@@ -1006,30 +1003,6 @@
}, },
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "表单项",
"codeName" : "formitem",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "formitem",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "DROPDOWNLIST",
"name" : "formitem",
"singleSelect" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, { }, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"lanResTag" : "CONTROL.DEFSFITEM.TEST.N_TYPE_EQ" "lanResTag" : "CONTROL.DEFSFITEM.TEST.N_TYPE_EQ"
......
...@@ -2993,6 +2993,24 @@ ...@@ -2993,6 +2993,24 @@
}, },
"pluginCode" : "PERSONSELECT", "pluginCode" : "PERSONSELECT",
"styleCode" : "DEPTPERSONSELEC" "styleCode" : "DEPTPERSONSELEC"
}, {
"codeName" : "EMOJI_SELECT",
"containerType" : "PANELFIELD",
"editorType" : "DROPDOWNLIST",
"name" : "表情下拉选择",
"styleCode" : "EMOJI_SELECT"
}, {
"codeName" : "EMOJI_SELECT",
"containerType" : "FORMITEM",
"editorType" : "DROPDOWNLIST",
"name" : "表情下拉选择",
"styleCode" : "EMOJI_SELECT"
}, {
"codeName" : "EMOJI_SELECT",
"containerType" : "GRIDCOLUMN",
"editorType" : "DROPDOWNLIST",
"name" : "表情下拉选择",
"styleCode" : "EMOJI_SELECT"
}, { }, {
"codeName" : "EMPMULTIPLE", "codeName" : "EMPMULTIPLE",
"containerType" : "FORMITEM", "containerType" : "FORMITEM",
...@@ -7909,18 +7927,19 @@ ...@@ -7909,18 +7927,19 @@
"getAllPSAppPortletCats" : [ { "getAllPSAppPortletCats" : [ {
"codeName" : "list", "codeName" : "list",
"name" : "列表", "name" : "列表",
"ungroup" : false "uniqueTag" : "list"
}, { }, {
"codeName" : "toolbar", "codeName" : "toolbar",
"name" : "工具栏", "name" : "工具栏",
"ungroup" : false "uniqueTag" : "toolbar"
}, { }, {
"codeName" : "view", "codeName" : "view",
"name" : "视图", "name" : "视图",
"ungroup" : false "uniqueTag" : "view"
}, { }, {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
} ], } ],
"getAllPSAppPortlets" : [ { "getAllPSAppPortlets" : [ {
...@@ -7933,7 +7952,7 @@ ...@@ -7933,7 +7952,7 @@
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "view", "codeName" : "view",
"name" : "视图", "name" : "视图",
"ungroup" : false "uniqueTag" : "view"
}, },
"getPSControl" : { "getPSControl" : {
"actionGroupExtractMode" : "ITEM", "actionGroupExtractMode" : "ITEM",
...@@ -9415,8 +9434,7 @@ ...@@ -9415,8 +9434,7 @@
"modelid" : "CBA326AB-9C90-4B9C-8925-32C6ADA418E9", "modelid" : "CBA326AB-9C90-4B9C-8925-32C6ADA418E9",
"modeltype" : "PSSYSDBPART" "modeltype" : "PSSYSDBPART"
}, },
"enableAppDashboard" : true, "enableAppDashboard" : true
"enableDEDashboard" : false
}, { }, {
"codeName" : "test111", "codeName" : "test111",
"name" : "门户测试", "name" : "门户测试",
...@@ -9427,6 +9445,7 @@ ...@@ -9427,6 +9445,7 @@
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
}, },
"getPSControl" : { "getPSControl" : {
...@@ -10771,6 +10790,7 @@ ...@@ -10771,6 +10790,7 @@
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
}, },
"getPSControl" : { "getPSControl" : {
...@@ -12075,8 +12095,7 @@ ...@@ -12075,8 +12095,7 @@
"modelid" : "1A5AAAE9-B310-4A9F-AA95-F670684D44C3", "modelid" : "1A5AAAE9-B310-4A9F-AA95-F670684D44C3",
"modeltype" : "PSSYSDBPART" "modeltype" : "PSSYSDBPART"
}, },
"enableAppDashboard" : true, "enableAppDashboard" : true
"enableDEDashboard" : false
}, { }, {
"codeName" : "report", "codeName" : "report",
"name" : "报表部件", "name" : "报表部件",
...@@ -12087,6 +12106,7 @@ ...@@ -12087,6 +12106,7 @@
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
}, },
"getPSControl" : { "getPSControl" : {
...@@ -12162,6 +12182,7 @@ ...@@ -12162,6 +12182,7 @@
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
}, },
"getPSControl" : { "getPSControl" : {
...@@ -12194,8 +12215,7 @@ ...@@ -12194,8 +12215,7 @@
"rawContent" : "sddddaaass", "rawContent" : "sddddaaass",
"showTitleBar" : true "showTitleBar" : true
}, },
"enableAppDashboard" : true, "enableAppDashboard" : true
"enableDEDashboard" : false
}, { }, {
"codeName" : "DashboardViewdashboard_rawitem2", "codeName" : "DashboardViewdashboard_rawitem2",
"name" : "dashboard_rawitem2", "name" : "dashboard_rawitem2",
...@@ -12206,6 +12226,7 @@ ...@@ -12206,6 +12226,7 @@
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
}, },
"getPSControl" : { "getPSControl" : {
...@@ -12238,8 +12259,7 @@ ...@@ -12238,8 +12259,7 @@
"portletType" : "RAWITEM", "portletType" : "RAWITEM",
"showTitleBar" : true "showTitleBar" : true
}, },
"enableAppDashboard" : true, "enableAppDashboard" : true
"enableDEDashboard" : false
}, { }, {
"codeName" : "Grid", "codeName" : "Grid",
"name" : "Grid", "name" : "Grid",
...@@ -12250,7 +12270,7 @@ ...@@ -12250,7 +12270,7 @@
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "view", "codeName" : "view",
"name" : "视图", "name" : "视图",
"ungroup" : false "uniqueTag" : "view"
}, },
"getPSControl" : { "getPSControl" : {
"codeName" : "Grid", "codeName" : "Grid",
...@@ -13622,7 +13642,7 @@ ...@@ -13622,7 +13642,7 @@
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "list", "codeName" : "list",
"name" : "列表", "name" : "列表",
"ungroup" : false "uniqueTag" : "list"
}, },
"getPSControl" : { "getPSControl" : {
"codeName" : "List", "codeName" : "List",
...@@ -14002,7 +14022,7 @@ ...@@ -14002,7 +14022,7 @@
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "toolbar", "codeName" : "toolbar",
"name" : "工具栏", "name" : "工具栏",
"ungroup" : false "uniqueTag" : "toolbar"
}, },
"getPSControl" : { "getPSControl" : {
"codeName" : "portletToolbar", "codeName" : "portletToolbar",
...@@ -14084,8 +14104,7 @@ ...@@ -14084,8 +14104,7 @@
"modelid" : "498F5133-F642-480B-B070-8E6567C01661", "modelid" : "498F5133-F642-480B-B070-8E6567C01661",
"modeltype" : "PSSYSDBPART" "modeltype" : "PSSYSDBPART"
}, },
"enableAppDashboard" : true, "enableAppDashboard" : true
"enableDEDashboard" : false
}, { }, {
"codeName" : "ChartTest", "codeName" : "ChartTest",
"name" : "图表测试", "name" : "图表测试",
...@@ -14096,6 +14115,7 @@ ...@@ -14096,6 +14115,7 @@
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
}, },
"getPSControl" : { "getPSControl" : {
...@@ -14694,6 +14714,7 @@ ...@@ -14694,6 +14714,7 @@
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
}, },
"getPSControl" : { "getPSControl" : {
...@@ -15989,6 +16010,7 @@ ...@@ -15989,6 +16010,7 @@
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
}, },
"getPSControl" : { "getPSControl" : {
...@@ -17987,6 +18009,7 @@ ...@@ -17987,6 +18009,7 @@
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
}, },
"getPSControl" : { "getPSControl" : {
...@@ -18553,14 +18576,14 @@ ...@@ -18553,14 +18576,14 @@
"modelid" : "862b4783beea9daf10f1dc72ea904bd6", "modelid" : "862b4783beea9daf10f1dc72ea904bd6",
"modeltype" : "PSSYSDBPART" "modeltype" : "PSSYSDBPART"
}, },
"enableAppDashboard" : true, "enableAppDashboard" : true
"enableDEDashboard" : false
}, { }, {
"codeName" : "db_appview2", "codeName" : "db_appview2",
"name" : "test表格", "name" : "test表格",
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
}, },
"getPSControl" : { "getPSControl" : {
...@@ -19294,14 +19317,14 @@ ...@@ -19294,14 +19317,14 @@
"modelid" : "dfb0da35cd930a48dfce05493f764c94", "modelid" : "dfb0da35cd930a48dfce05493f764c94",
"modeltype" : "PSSYSDBPART" "modeltype" : "PSSYSDBPART"
}, },
"enableAppDashboard" : true, "enableAppDashboard" : true
"enableDEDashboard" : false
}, { }, {
"codeName" : "db_rawitem1", "codeName" : "db_rawitem1",
"name" : "db_rawitem1", "name" : "db_rawitem1",
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
}, },
"getPSControl" : { "getPSControl" : {
...@@ -19330,14 +19353,14 @@ ...@@ -19330,14 +19353,14 @@
"rawContent" : "内容1", "rawContent" : "内容1",
"showTitleBar" : true "showTitleBar" : true
}, },
"enableAppDashboard" : true, "enableAppDashboard" : true
"enableDEDashboard" : false
}, { }, {
"codeName" : "db_rawitem2", "codeName" : "db_rawitem2",
"name" : "db_rawitem2", "name" : "db_rawitem2",
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
}, },
"getPSControl" : { "getPSControl" : {
...@@ -19366,8 +19389,7 @@ ...@@ -19366,8 +19389,7 @@
"rawContent" : "内容2", "rawContent" : "内容2",
"showTitleBar" : true "showTitleBar" : true
}, },
"enableAppDashboard" : true, "enableAppDashboard" : true
"enableDEDashboard" : false
}, { }, {
"codeName" : "test22", "codeName" : "test22",
"name" : "门户测试2", "name" : "门户测试2",
...@@ -19378,6 +19400,7 @@ ...@@ -19378,6 +19400,7 @@
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
}, },
"getPSControl" : { "getPSControl" : {
...@@ -19848,6 +19871,7 @@ ...@@ -19848,6 +19871,7 @@
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
}, },
"getPSControl" : { "getPSControl" : {
...@@ -19875,8 +19899,7 @@ ...@@ -19875,8 +19899,7 @@
"modelid" : "5C279083-AA0E-4B4D-9C92-DDEE82D057A5", "modelid" : "5C279083-AA0E-4B4D-9C92-DDEE82D057A5",
"modeltype" : "PSSYSDBPART" "modeltype" : "PSSYSDBPART"
}, },
"enableAppDashboard" : true, "enableAppDashboard" : true
"enableDEDashboard" : false
}, { }, {
"codeName" : "BookList", "codeName" : "BookList",
"name" : "列表测试", "name" : "列表测试",
...@@ -19887,6 +19910,7 @@ ...@@ -19887,6 +19910,7 @@
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
}, },
"getPSControl" : { "getPSControl" : {
...@@ -20362,6 +20386,7 @@ ...@@ -20362,6 +20386,7 @@
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
}, },
"getPSControl" : { "getPSControl" : {
...@@ -20836,6 +20861,7 @@ ...@@ -20836,6 +20861,7 @@
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
}, },
"getPSControl" : { "getPSControl" : {
...@@ -20878,6 +20904,7 @@ ...@@ -20878,6 +20904,7 @@
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
}, },
"getPSControl" : { "getPSControl" : {
...@@ -20906,14 +20933,14 @@ ...@@ -20906,14 +20933,14 @@
"rawContent" : "直接内容测试sddssdfds", "rawContent" : "直接内容测试sddssdfds",
"showTitleBar" : true "showTitleBar" : true
}, },
"enableAppDashboard" : true, "enableAppDashboard" : true
"enableDEDashboard" : false
}, { }, {
"codeName" : "db_sysportlet3", "codeName" : "db_sysportlet3",
"name" : "db_sysportlet3", "name" : "db_sysportlet3",
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
}, },
"getPSControl" : { "getPSControl" : {
...@@ -20937,8 +20964,7 @@ ...@@ -20937,8 +20964,7 @@
"modelid" : "B2D554B2-5150-4FA6-B5EF-B9A6C1AA7848_db_sysportlet3", "modelid" : "B2D554B2-5150-4FA6-B5EF-B9A6C1AA7848_db_sysportlet3",
"modeltype" : "PSSYSDBPART" "modeltype" : "PSSYSDBPART"
}, },
"enableAppDashboard" : true, "enableAppDashboard" : true
"enableDEDashboard" : false
}, { }, {
"codeName" : "UrlTest", "codeName" : "UrlTest",
"name" : "网页测试", "name" : "网页测试",
...@@ -20949,6 +20975,7 @@ ...@@ -20949,6 +20975,7 @@
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
}, },
"getPSControl" : { "getPSControl" : {
...@@ -20980,8 +21007,7 @@ ...@@ -20980,8 +21007,7 @@
"modelid" : "EFB1550A-B25B-47EE-8F89-499E569600F1", "modelid" : "EFB1550A-B25B-47EE-8F89-499E569600F1",
"modeltype" : "PSSYSDBPART" "modeltype" : "PSSYSDBPART"
}, },
"enableAppDashboard" : true, "enableAppDashboard" : true
"enableDEDashboard" : false
}, { }, {
"codeName" : "chart3d", "codeName" : "chart3d",
"name" : "图表测试2", "name" : "图表测试2",
...@@ -20992,6 +21018,7 @@ ...@@ -20992,6 +21018,7 @@
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
}, },
"getPSControl" : { "getPSControl" : {
...@@ -21259,6 +21286,7 @@ ...@@ -21259,6 +21286,7 @@
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
}, },
"getPSControl" : { "getPSControl" : {
...@@ -21291,8 +21319,7 @@ ...@@ -21291,8 +21319,7 @@
"rawContent" : "sddddaaass", "rawContent" : "sddddaaass",
"showTitleBar" : true "showTitleBar" : true
}, },
"enableAppDashboard" : true, "enableAppDashboard" : true
"enableDEDashboard" : false
}, { }, {
"codeName" : "DashboardView9dashboard_rawitem2", "codeName" : "DashboardView9dashboard_rawitem2",
"name" : "dashboard_rawitem2", "name" : "dashboard_rawitem2",
...@@ -21303,6 +21330,7 @@ ...@@ -21303,6 +21330,7 @@
"getPSAppPortletCat" : { "getPSAppPortletCat" : {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
}, },
"getPSControl" : { "getPSControl" : {
...@@ -21335,8 +21363,7 @@ ...@@ -21335,8 +21363,7 @@
"portletType" : "RAWITEM", "portletType" : "RAWITEM",
"showTitleBar" : true "showTitleBar" : true
}, },
"enableAppDashboard" : true, "enableAppDashboard" : true
"enableDEDashboard" : false
} ], } ],
"getAllPSAppSubViewTypeRefs" : [ { "getAllPSAppSubViewTypeRefs" : [ {
"name" : "PubTest", "name" : "PubTest",
...@@ -91838,6 +91865,7 @@ ...@@ -91838,6 +91865,7 @@
"getAllPSAppPortletCats" : [ { "getAllPSAppPortletCats" : [ {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
} ], } ],
"getAllPSAppViews" : [ { "getAllPSAppViews" : [ {
...@@ -102461,6 +102489,7 @@ ...@@ -102461,6 +102489,7 @@
"getAllPSAppPortletCats" : [ { "getAllPSAppPortletCats" : [ {
"codeName" : "Ungroup", "codeName" : "Ungroup",
"name" : "(未分类)", "name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true "ungroup" : true
} ], } ],
"getAllPSAppViews" : [ { "getAllPSAppViews" : [ {
...@@ -1214,6 +1214,15 @@ ...@@ -1214,6 +1214,15 @@
}, },
"styleCode" : "EMPMULTIPLE", "styleCode" : "EMPMULTIPLE",
"replaceDefault" : false "replaceDefault" : false
}, {
"codeName" : "EMOJI_SELECT",
"dynaModelFilePath" : "PSSYSEDITORSTYLES/EMOJI_SELECT.json",
"editorHeight" : -1.0,
"editorType" : "DROPDOWNLIST",
"editorWidth" : -1.0,
"name" : "表情下拉选择",
"styleCode" : "EMOJI_SELECT",
"replaceDefault" : false
}, { }, {
"codeName" : "R9EditorPluginId", "codeName" : "R9EditorPluginId",
"dynaModelFilePath" : "PSSYSEDITORSTYLES/R9EditorPluginId.json", "dynaModelFilePath" : "PSSYSEDITORSTYLES/R9EditorPluginId.json",
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<profiles> <profiles>
<profile> <profile>
<id>trainsys</id> <id>runtime</id>
<build> <build>
<resources> <resources>
<resource> <resource>
......
...@@ -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 50000 EXPOSE 8081
ADD trainsys-provider.jar /trainsys-provider.jar ADD trainsys-provider.jar /trainsys-provider.jar
...@@ -22,32 +22,7 @@ spec: ...@@ -22,32 +22,7 @@ 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: 50000 - containerPort: 8081
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
...@@ -60,9 +35,9 @@ spec: ...@@ -60,9 +35,9 @@ spec:
type: NodePort type: NodePort
ports: ports:
- name: http - name: http
port: 50000 port: 8081
targetPort: 50000 targetPort: 8081
nodePort: 50000 nodePort: 8081
protocol: TCP protocol: TCP
selector: selector:
app: trainsys-provider app: trainsys-provider
......
...@@ -3,23 +3,9 @@ services: ...@@ -3,23 +3,9 @@ services:
trainsys-provider: trainsys-provider:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/trainsys-provider:latest image: registry.cn-shanghai.aliyuncs.com/ibizsys/trainsys-provider:latest
ports: ports:
- "50000:50000" - "8081:8081"
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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册