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

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

上级 a2151610
......@@ -55,12 +55,6 @@
git clone -b master $para2 trainsys/
export NODE_OPTIONS=--max-old-space-size=4096
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>
</hudson.tasks.Shell>
</builders>
......
......@@ -5250,6 +5250,7 @@
"getAllPSAppPortletCats" : [ {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
} ],
"getAllPSAppViews" : [ {
......
......@@ -3352,11 +3352,11 @@
"getAllPSAppPortletCats" : [ {
"codeName" : "list",
"name" : "列表",
"ungroup" : false
"uniqueTag" : "list"
}, {
"codeName" : "view",
"name" : "视图",
"ungroup" : false
"uniqueTag" : "view"
} ],
"getAllPSAppViews" : [ {
"modelref" : true,
......
......@@ -2284,6 +2284,7 @@
"getAllPSAppPortletCats" : [ {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
} ],
"getAllPSAppViews" : [ {
......
......@@ -9911,6 +9911,7 @@
"getAllPSAppPortletCats" : [ {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
} ],
"getAllPSAppViews" : [ {
......
......@@ -15,9 +15,6 @@
"name" : "TESTNAME",
"codeName" : "TESTName"
}
}, {
"id" : "formitem",
"dataType" : 25
}, {
"id" : "n_type_eq",
"dataType" : 25,
......@@ -60,30 +57,6 @@
},
"allowEmpty" : 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" : {
"lanResTag" : "CONTROL.DEFSFITEM.TEST.N_TYPE_EQ"
......
......@@ -132,6 +132,13 @@
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}
}, {
"id" : "test3",
"dataType" : 6,
"getPSAppDEField" : {
"name" : "TEST3",
"codeName" : "Test3"
}
}, {
"id" : "formitem",
"dataType" : 25
......@@ -241,6 +248,35 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : 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" : "代码编辑框",
"codeName" : "formitem",
......
......@@ -146,6 +146,24 @@
"width" : 150,
"widthUnit" : "PX",
"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" : [ {
"dataType" : 25,
......@@ -169,6 +187,13 @@
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, {
"dataType" : 25,
"name" : "test1",
"getPSAppDEField" : {
"name" : "TEST1",
"codeName" : "Test1"
}
}, {
"dataType" : 25,
"name" : "srfkey",
......@@ -247,6 +272,24 @@
"singleSelect" : 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" : "测试表格标识",
"codeName" : "srfkey",
......
......@@ -712,6 +712,24 @@
"width" : 150,
"widthUnit" : "PX",
"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" : [ {
"dataType" : 25,
......@@ -735,6 +753,13 @@
"name" : "UPDATEDATE",
"codeName" : "UpdateDate"
}
}, {
"dataType" : 25,
"name" : "test1",
"getPSAppDEField" : {
"name" : "TEST1",
"codeName" : "Test1"
}
}, {
"dataType" : 25,
"name" : "srfkey",
......@@ -813,6 +838,24 @@
"singleSelect" : 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" : "测试表格标识",
"codeName" : "srfkey",
......
......@@ -503,6 +503,13 @@
"name" : "CREATEDATE",
"codeName" : "CreateDate"
}
}, {
"id" : "test3",
"dataType" : 6,
"getPSAppDEField" : {
"name" : "TEST3",
"codeName" : "Test3"
}
}, {
"id" : "formitem",
"dataType" : 25
......@@ -612,6 +619,35 @@
"valueFormat" : "YYYY-MM-DD HH:mm:ss",
"allowEmpty" : 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" : "代码编辑框",
"codeName" : "formitem",
......
......@@ -27,6 +27,9 @@
}, {
"id" : "field_picker",
"viewFieldName" : "UPDATEMAN"
}, {
"id" : "field_text_dynamic1",
"viewFieldName" : "UPDATEMAN"
}, {
"id" : "field_picker1"
}, {
......@@ -243,6 +246,23 @@
},
"viewFieldName" : "UPDATEMAN",
"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"
}, {
......
......@@ -961,9 +961,6 @@
"name" : "TESTNAME",
"codeName" : "TESTName"
}
}, {
"id" : "formitem",
"dataType" : 25
}, {
"id" : "n_type_eq",
"dataType" : 25,
......@@ -1006,30 +1003,6 @@
},
"allowEmpty" : 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" : {
"lanResTag" : "CONTROL.DEFSFITEM.TEST.N_TYPE_EQ"
......
......@@ -2993,6 +2993,24 @@
},
"pluginCode" : "PERSONSELECT",
"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",
"containerType" : "FORMITEM",
......@@ -7909,18 +7927,19 @@
"getAllPSAppPortletCats" : [ {
"codeName" : "list",
"name" : "列表",
"ungroup" : false
"uniqueTag" : "list"
}, {
"codeName" : "toolbar",
"name" : "工具栏",
"ungroup" : false
"uniqueTag" : "toolbar"
}, {
"codeName" : "view",
"name" : "视图",
"ungroup" : false
"uniqueTag" : "view"
}, {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
} ],
"getAllPSAppPortlets" : [ {
......@@ -7933,7 +7952,7 @@
"getPSAppPortletCat" : {
"codeName" : "view",
"name" : "视图",
"ungroup" : false
"uniqueTag" : "view"
},
"getPSControl" : {
"actionGroupExtractMode" : "ITEM",
......@@ -9415,8 +9434,7 @@
"modelid" : "CBA326AB-9C90-4B9C-8925-32C6ADA418E9",
"modeltype" : "PSSYSDBPART"
},
"enableAppDashboard" : true,
"enableDEDashboard" : false
"enableAppDashboard" : true
}, {
"codeName" : "test111",
"name" : "门户测试",
......@@ -9427,6 +9445,7 @@
"getPSAppPortletCat" : {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
},
"getPSControl" : {
......@@ -10771,6 +10790,7 @@
"getPSAppPortletCat" : {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
},
"getPSControl" : {
......@@ -12075,8 +12095,7 @@
"modelid" : "1A5AAAE9-B310-4A9F-AA95-F670684D44C3",
"modeltype" : "PSSYSDBPART"
},
"enableAppDashboard" : true,
"enableDEDashboard" : false
"enableAppDashboard" : true
}, {
"codeName" : "report",
"name" : "报表部件",
......@@ -12087,6 +12106,7 @@
"getPSAppPortletCat" : {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
},
"getPSControl" : {
......@@ -12162,6 +12182,7 @@
"getPSAppPortletCat" : {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
},
"getPSControl" : {
......@@ -12194,8 +12215,7 @@
"rawContent" : "sddddaaass",
"showTitleBar" : true
},
"enableAppDashboard" : true,
"enableDEDashboard" : false
"enableAppDashboard" : true
}, {
"codeName" : "DashboardViewdashboard_rawitem2",
"name" : "dashboard_rawitem2",
......@@ -12206,6 +12226,7 @@
"getPSAppPortletCat" : {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
},
"getPSControl" : {
......@@ -12238,8 +12259,7 @@
"portletType" : "RAWITEM",
"showTitleBar" : true
},
"enableAppDashboard" : true,
"enableDEDashboard" : false
"enableAppDashboard" : true
}, {
"codeName" : "Grid",
"name" : "Grid",
......@@ -12250,7 +12270,7 @@
"getPSAppPortletCat" : {
"codeName" : "view",
"name" : "视图",
"ungroup" : false
"uniqueTag" : "view"
},
"getPSControl" : {
"codeName" : "Grid",
......@@ -13622,7 +13642,7 @@
"getPSAppPortletCat" : {
"codeName" : "list",
"name" : "列表",
"ungroup" : false
"uniqueTag" : "list"
},
"getPSControl" : {
"codeName" : "List",
......@@ -14002,7 +14022,7 @@
"getPSAppPortletCat" : {
"codeName" : "toolbar",
"name" : "工具栏",
"ungroup" : false
"uniqueTag" : "toolbar"
},
"getPSControl" : {
"codeName" : "portletToolbar",
......@@ -14084,8 +14104,7 @@
"modelid" : "498F5133-F642-480B-B070-8E6567C01661",
"modeltype" : "PSSYSDBPART"
},
"enableAppDashboard" : true,
"enableDEDashboard" : false
"enableAppDashboard" : true
}, {
"codeName" : "ChartTest",
"name" : "图表测试",
......@@ -14096,6 +14115,7 @@
"getPSAppPortletCat" : {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
},
"getPSControl" : {
......@@ -14694,6 +14714,7 @@
"getPSAppPortletCat" : {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
},
"getPSControl" : {
......@@ -15989,6 +16010,7 @@
"getPSAppPortletCat" : {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
},
"getPSControl" : {
......@@ -17987,6 +18009,7 @@
"getPSAppPortletCat" : {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
},
"getPSControl" : {
......@@ -18553,14 +18576,14 @@
"modelid" : "862b4783beea9daf10f1dc72ea904bd6",
"modeltype" : "PSSYSDBPART"
},
"enableAppDashboard" : true,
"enableDEDashboard" : false
"enableAppDashboard" : true
}, {
"codeName" : "db_appview2",
"name" : "test表格",
"getPSAppPortletCat" : {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
},
"getPSControl" : {
......@@ -19294,14 +19317,14 @@
"modelid" : "dfb0da35cd930a48dfce05493f764c94",
"modeltype" : "PSSYSDBPART"
},
"enableAppDashboard" : true,
"enableDEDashboard" : false
"enableAppDashboard" : true
}, {
"codeName" : "db_rawitem1",
"name" : "db_rawitem1",
"getPSAppPortletCat" : {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
},
"getPSControl" : {
......@@ -19330,14 +19353,14 @@
"rawContent" : "内容1",
"showTitleBar" : true
},
"enableAppDashboard" : true,
"enableDEDashboard" : false
"enableAppDashboard" : true
}, {
"codeName" : "db_rawitem2",
"name" : "db_rawitem2",
"getPSAppPortletCat" : {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
},
"getPSControl" : {
......@@ -19366,8 +19389,7 @@
"rawContent" : "内容2",
"showTitleBar" : true
},
"enableAppDashboard" : true,
"enableDEDashboard" : false
"enableAppDashboard" : true
}, {
"codeName" : "test22",
"name" : "门户测试2",
......@@ -19378,6 +19400,7 @@
"getPSAppPortletCat" : {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
},
"getPSControl" : {
......@@ -19848,6 +19871,7 @@
"getPSAppPortletCat" : {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
},
"getPSControl" : {
......@@ -19875,8 +19899,7 @@
"modelid" : "5C279083-AA0E-4B4D-9C92-DDEE82D057A5",
"modeltype" : "PSSYSDBPART"
},
"enableAppDashboard" : true,
"enableDEDashboard" : false
"enableAppDashboard" : true
}, {
"codeName" : "BookList",
"name" : "列表测试",
......@@ -19887,6 +19910,7 @@
"getPSAppPortletCat" : {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
},
"getPSControl" : {
......@@ -20362,6 +20386,7 @@
"getPSAppPortletCat" : {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
},
"getPSControl" : {
......@@ -20836,6 +20861,7 @@
"getPSAppPortletCat" : {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
},
"getPSControl" : {
......@@ -20878,6 +20904,7 @@
"getPSAppPortletCat" : {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
},
"getPSControl" : {
......@@ -20906,14 +20933,14 @@
"rawContent" : "直接内容测试sddssdfds",
"showTitleBar" : true
},
"enableAppDashboard" : true,
"enableDEDashboard" : false
"enableAppDashboard" : true
}, {
"codeName" : "db_sysportlet3",
"name" : "db_sysportlet3",
"getPSAppPortletCat" : {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
},
"getPSControl" : {
......@@ -20937,8 +20964,7 @@
"modelid" : "B2D554B2-5150-4FA6-B5EF-B9A6C1AA7848_db_sysportlet3",
"modeltype" : "PSSYSDBPART"
},
"enableAppDashboard" : true,
"enableDEDashboard" : false
"enableAppDashboard" : true
}, {
"codeName" : "UrlTest",
"name" : "网页测试",
......@@ -20949,6 +20975,7 @@
"getPSAppPortletCat" : {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
},
"getPSControl" : {
......@@ -20980,8 +21007,7 @@
"modelid" : "EFB1550A-B25B-47EE-8F89-499E569600F1",
"modeltype" : "PSSYSDBPART"
},
"enableAppDashboard" : true,
"enableDEDashboard" : false
"enableAppDashboard" : true
}, {
"codeName" : "chart3d",
"name" : "图表测试2",
......@@ -20992,6 +21018,7 @@
"getPSAppPortletCat" : {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
},
"getPSControl" : {
......@@ -21259,6 +21286,7 @@
"getPSAppPortletCat" : {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
},
"getPSControl" : {
......@@ -21291,8 +21319,7 @@
"rawContent" : "sddddaaass",
"showTitleBar" : true
},
"enableAppDashboard" : true,
"enableDEDashboard" : false
"enableAppDashboard" : true
}, {
"codeName" : "DashboardView9dashboard_rawitem2",
"name" : "dashboard_rawitem2",
......@@ -21303,6 +21330,7 @@
"getPSAppPortletCat" : {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
},
"getPSControl" : {
......@@ -21335,8 +21363,7 @@
"portletType" : "RAWITEM",
"showTitleBar" : true
},
"enableAppDashboard" : true,
"enableDEDashboard" : false
"enableAppDashboard" : true
} ],
"getAllPSAppSubViewTypeRefs" : [ {
"name" : "PubTest",
......@@ -91838,6 +91865,7 @@
"getAllPSAppPortletCats" : [ {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
} ],
"getAllPSAppViews" : [ {
......@@ -102461,6 +102489,7 @@
"getAllPSAppPortletCats" : [ {
"codeName" : "Ungroup",
"name" : "(未分类)",
"uniqueTag" : "Ungroup",
"ungroup" : true
} ],
"getAllPSAppViews" : [ {
......@@ -1214,6 +1214,15 @@
},
"styleCode" : "EMPMULTIPLE",
"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",
"dynaModelFilePath" : "PSSYSEDITORSTYLES/R9EditorPluginId.json",
......
......@@ -33,7 +33,7 @@
<profiles>
<profile>
<id>trainsys</id>
<id>runtime</id>
<build>
<resources>
<resource>
......
......@@ -10,6 +10,6 @@ CMD echo "The application will start in ${IBIZ_SLEEP}s..." && \
sleep ${IBIZ_SLEEP} && \
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
......@@ -22,32 +22,7 @@ spec:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/trainsys-provider:latest
imagePullPolicy: Always
ports:
- 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"
- containerPort: 8081
---
apiVersion: v1
......@@ -60,9 +35,9 @@ spec:
type: NodePort
ports:
- name: http
port: 50000
targetPort: 50000
nodePort: 50000
port: 8081
targetPort: 8081
nodePort: 8081
protocol: TCP
selector:
app: trainsys-provider
......
......@@ -3,23 +3,9 @@ services:
trainsys-provider:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/trainsys-provider:latest
ports:
- "50000:50000"
- "8081:8081"
networks:
- 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:
resources:
limits:
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册