Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
85d07bc8
提交
85d07bc8
编写于
1年前
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lxm1993 发布系统代码 [TrainSys,网页端]
上级
8ac18eb5
变更
12
隐藏空白字符变更
内嵌
并排
正在显示
12 个修改的文件
包含
228 行增加
和
83 行删除
+228
-83
config.xml
config.xml
+0
-6
MapData.json
...izlab/trainsys/PSMODULES/Test/PSDATAENTITIES/MapData.json
+87
-0
tooltipHtmlCompute.json
...SDATAENTITIES/MapData/PSDEFLOGICS/tooltipHtmlCompute.json
+17
-0
MapData.json
...lab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/MapData.json
+65
-0
Map.json
...s/PSSYSAPPS/Web/PSAPPDATAENTITIES/MapData/PSMAPS/Map.json
+7
-3
MapDataCustomView.json
...rainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/MapDataCustomView.json
+7
-3
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+25
-25
TrainSys.json
.../model/cn/ibizlab/trainsys/PSSYSSERVICEAPIS/TrainSys.json
+13
-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
+4
-29
trainsys-provider-trainsys.yaml
...-provider/src/main/docker/trainsys-provider-trainsys.yaml
+1
-15
未找到文件。
config.xml
浏览文件 @
85d07bc8
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/MapData.json
浏览文件 @
85d07bc8
...
...
@@ -893,6 +893,71 @@
"serviceCodeName"
:
"Value"
,
"stdDataType"
:
6
,
"valueFormat"
:
"%1$s"
},
{
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"MobileDefault"
,
"name"
:
"[TOOLTIPHTML][提示信息html]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"MOBTEXT"
,
"name"
:
"[TOOLTIPHTML][提示信息html]移动端默认"
,
"stringLength"
:
100
,
"uIMode"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
{
"codeName"
:
"Default"
,
"name"
:
"[TOOLTIPHTML][提示信息html]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"TEXTBOX"
,
"name"
:
"[TOOLTIPHTML][提示信息html]"
,
"stringLength"
:
100
,
"uIMode"
:
"DEFAULT"
},
"type"
:
"DEFAULT"
}
],
"getAllPSDEFValueRules"
:
[
{
"codeName"
:
"Default"
,
"name"
:
"默认规则"
,
"getPSDEFVRGroupCondition"
:
{
"condOp"
:
"AND"
,
"condType"
:
"GROUP"
,
"name"
:
"默认组"
,
"getPSDEFVRConditions"
:
[
{
"condType"
:
"STRINGLENGTH"
,
"dEFName"
:
"TOOLTIPHTML"
,
"maxValue"
:
100
,
"name"
:
"默认字符串长度"
,
"ruleInfo"
:
"内容长度必须小于等于[100]"
,
"includeMaxValue"
:
true
,
"includeMinValue"
:
false
,
"keyCond"
:
true
}
],
"ruleInfo"
:
"内容长度必须小于等于[100]"
},
"ruleInfo"
:
"内容长度必须小于等于[100]"
,
"checkDefault"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"codeName"
:
"TooltipHtml"
,
"dEFType"
:
5
,
"dataType"
:
"TEXT"
,
"importOrder"
:
1000
,
"length"
:
100
,
"logicName"
:
"提示信息html"
,
"name"
:
"TOOLTIPHTML"
,
"serviceCodeName"
:
"TooltipHtml"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"valueFormat"
:
"%1$s"
,
"viewLevel"
:
0
,
"phisicalDEField"
:
false
,
"uIAssistDEField"
:
true
},
{
"getAllPSDEFDTColumns"
:
[
{
"columnName"
:
"MAPDATAID"
,
...
...
@@ -1525,6 +1590,17 @@
"customCode"
:
true
,
"enableBackend"
:
false
,
"enableFront"
:
true
},
{
"codeName"
:
"tooltipHtmlCompute"
,
"defaultParamName"
:
"DEFAULT"
,
"dynaModelFilePath"
:
"PSMODULES/Test/PSDATAENTITIES/MapData/PSDEFLOGICS/tooltipHtmlCompute.json"
,
"logicName"
:
"tooltipHtml属性计算逻辑"
,
"logicSubType"
:
"DEFIELD"
,
"name"
:
"tooltipHtml属性计算逻辑"
,
"scriptCode"
:
"console.log(
\"
sdfdsf
\"
,data);
\n
const html = `<div style='display:flex;justify-content: center;'>
\n
<span>${cityName}</span>
\n
</div>
\n
<div style='display:flex;justify-content: space-between;'>
\n
<span style='margin-right: 16px;'>在岗人数/总人数</span>
\n
<span>${data.zgrs}/${data.yzrs}</span>
\n
</div>`;
\n
return {
\n
tooltiphtml: html
\n
}"
,
"customCode"
:
true
,
"enableBackend"
:
false
,
"enableFront"
:
true
}
],
"getAllPSDEMethodDTOs"
:
[
{
"name"
:
"MapDataDTO"
,
...
...
@@ -1592,6 +1668,17 @@
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
6
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"提示信息html"
,
"name"
:
"TooltipHtml"
,
"getPSDEField"
:
{
"name"
:
"TOOLTIPHTML"
,
"codeName"
:
"TooltipHtml"
},
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"type"
:
"SIMPLE"
},
{
"jsonFormat"
:
"yyyy-MM-dd HH:mm:ss"
,
"logicName"
:
"建立时间"
,
...
...
This diff is collapsed.
Click to expand it.
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/MapData/PSDEFLOGICS/tooltipHtmlCompute.json
0 → 100644
浏览文件 @
85d07bc8
{
"codeName"
:
"tooltipHtmlCompute"
,
"dEFLogicMode"
:
"COMPUTE"
,
"defaultParamName"
:
"DEFAULT"
,
"dynaModelFilePath"
:
"PSMODULES/Test/PSDATAENTITIES/MapData/PSDEFLOGICS/tooltipHtmlCompute.json"
,
"logicName"
:
"tooltipHtml属性计算逻辑"
,
"logicSubType"
:
"DEFIELD"
,
"name"
:
"tooltipHtml属性计算逻辑"
,
"getPSDEField"
:
{
"name"
:
"TOOLTIPHTML"
,
"codeName"
:
"TooltipHtml"
},
"scriptCode"
:
"console.log(
\"
sdfdsf
\"
,data);
\n
const html = `<div style='display:flex;justify-content: center;'>
\n
<span>${cityName}</span>
\n
</div>
\n
<div style='display:flex;justify-content: space-between;'>
\n
<span style='margin-right: 16px;'>在岗人数/总人数</span>
\n
<span>${data.zgrs}/${data.yzrs}</span>
\n
</div>`;
\n
return {
\n
tooltiphtml: html
\n
}"
,
"customCode"
:
true
,
"enableBackend"
:
false
,
"enableFront"
:
true
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/MapData.json
浏览文件 @
85d07bc8
...
...
@@ -575,6 +575,41 @@
"logicName"
:
"统计数值"
,
"name"
:
"VALUE"
,
"stdDataType"
:
6
},
{
"getAllPSAppDEFUIModes"
:
[
{
"codeName"
:
"MobileDefault"
,
"name"
:
"[TOOLTIPHTML][提示信息html]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"MOBTEXT"
,
"name"
:
"[TOOLTIPHTML][提示信息html]移动端默认"
,
"stringLength"
:
100
,
"uIMode"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
{
"codeName"
:
"Default"
,
"name"
:
"[TOOLTIPHTML][提示信息html]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"TEXTBOX"
,
"name"
:
"[TOOLTIPHTML][提示信息html]"
,
"stringLength"
:
100
,
"uIMode"
:
"DEFAULT"
},
"type"
:
"DEFAULT"
}
],
"codeName"
:
"TooltipHtml"
,
"getComputePSAppDEFLogic"
:
{
"modelref"
:
true
,
"id"
:
"tooltipHtmlCompute"
},
"logicName"
:
"提示信息html"
,
"name"
:
"TOOLTIPHTML"
,
"stdDataType"
:
25
,
"stringLength"
:
100
},
{
"getAllPSAppDEFUIModes"
:
[
{
"codeName"
:
"Default"
,
...
...
@@ -919,6 +954,25 @@
"customCode"
:
true
,
"enableBackend"
:
false
,
"enableFront"
:
true
},
{
"codeName"
:
"tooltipHtmlCompute"
,
"dEFLogicMode"
:
"COMPUTE"
,
"defaultParamName"
:
"DEFAULT"
,
"logicName"
:
"tooltipHtml属性计算逻辑"
,
"logicSubType"
:
"DEFIELD"
,
"name"
:
"tooltipHtml属性计算逻辑"
,
"getPSAppDEField"
:
{
"name"
:
"TOOLTIPHTML"
,
"codeName"
:
"TooltipHtml"
},
"getPSDEField"
:
{
"name"
:
"TOOLTIPHTML"
,
"codeName"
:
"TooltipHtml"
},
"scriptCode"
:
"console.log(
\"
sdfdsf
\"
,data);
\n
const html = `<div style='display:flex;justify-content: center;'>
\n
<span>${cityName}</span>
\n
</div>
\n
<div style='display:flex;justify-content: space-between;'>
\n
<span style='margin-right: 16px;'>在岗人数/总人数</span>
\n
<span>${data.zgrs}/${data.yzrs}</span>
\n
</div>`;
\n
return {
\n
tooltiphtml: html
\n
}"
,
"customCode"
:
true
,
"enableBackend"
:
false
,
"enableFront"
:
true
}
],
"getAllPSAppDEMethodDTOs"
:
[
{
"codeName"
:
"MapDataDTO"
,
...
...
@@ -989,6 +1043,17 @@
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
6
,
"type"
:
"SIMPLE"
},
{
"codeName"
:
"TooltipHtml"
,
"logicName"
:
"提示信息html"
,
"name"
:
"TooltipHtml"
,
"getPSAppDEField"
:
{
"name"
:
"TOOLTIPHTML"
,
"codeName"
:
"TooltipHtml"
},
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
25
,
"type"
:
"SIMPLE"
},
{
"codeName"
:
"CreateDate"
,
"jsonFormat"
:
"yyyy-MM-dd HH:mm:ss"
,
...
...
This diff is collapsed.
Click to expand it.
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/MapData/PSMAPS/Map.json
浏览文件 @
85d07bc8
...
...
@@ -48,7 +48,7 @@
"id"
:
"point"
},
{
"borderWidth"
:
0
,
"customCond"
:
"{
SRFNAVPARAM.n_areacode_eq
:
\"
%_areaCode%
\"
}"
,
"customCond"
:
"{
\"
SRFNAVPARAM.n_areacode_eq
\"
:
\"
%_areaCode%
\"
}"
,
"getDataPSAppDEField"
:
{
"name"
:
"VALUE"
,
"codeName"
:
"Value"
...
...
@@ -78,13 +78,17 @@
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/MapData.json"
},
"radius"
:
0
,
"getTagPSAppDEField"
:
{
"name"
:
"VALUE"
,
"codeName"
:
"Value"
},
"getTextPSAppDEField"
:
{
"name"
:
"MAPDATANAME"
,
"codeName"
:
"MapDataName"
},
"getTipsPSAppDEField"
:
{
"name"
:
"TOOLTIP"
,
"codeName"
:
"Tooltip"
"name"
:
"TOOLTIP
HTML
"
,
"codeName"
:
"Tooltip
Html
"
},
"enableQuickCreate"
:
false
,
"id"
:
"area"
...
...
This diff is collapsed.
Click to expand it.
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/MapDataCustomView.json
浏览文件 @
85d07bc8
...
...
@@ -126,7 +126,7 @@
"id"
:
"point"
},
{
"borderWidth"
:
0
,
"customCond"
:
"{
SRFNAVPARAM.n_areacode_eq
:
\"
%_areaCode%
\"
}"
,
"customCond"
:
"{
\"
SRFNAVPARAM.n_areacode_eq
\"
:
\"
%_areaCode%
\"
}"
,
"getDataPSAppDEField"
:
{
"name"
:
"VALUE"
,
"codeName"
:
"Value"
...
...
@@ -156,13 +156,17 @@
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/MapData.json"
},
"radius"
:
0
,
"getTagPSAppDEField"
:
{
"name"
:
"VALUE"
,
"codeName"
:
"Value"
},
"getTextPSAppDEField"
:
{
"name"
:
"MAPDATANAME"
,
"codeName"
:
"MapDataName"
},
"getTipsPSAppDEField"
:
{
"name"
:
"TOOLTIP"
,
"codeName"
:
"Tooltip"
"name"
:
"TOOLTIP
HTML
"
,
"codeName"
:
"Tooltip
Html
"
},
"enableQuickCreate"
:
false
,
"id"
:
"area"
...
...
This diff is collapsed.
Click to expand it.
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
85d07bc8
...
...
@@ -11265,16 +11265,16 @@
"id" : "ViewMsg7"
}
}, {
"name" : "消息位置-
弹出
",
"name" : "消息位置-
视图下方
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
10
"
"id" : "ViewMsg
8
"
}
}, {
"name" : "消息位置-
视图下方
",
"name" : "消息位置-
弹出
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
8
"
"id" : "ViewMsg
10
"
}
}, {
"name" : "消息位置-视图内容区",
...
...
@@ -11287,10 +11287,10 @@
"codeName" : "VMGroup8",
"name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "
关闭模式-本次删除-上方-警告
",
"name" : "
消息位置-视图内容区
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
13
"
"id" : "ViewMsg
9
"
}
}, {
"name" : "消息类型-警告信息",
...
...
@@ -11300,52 +11300,52 @@
},
"position" : "POPUP"
}, {
"name" : "
消息类型-错误信息
",
"name" : "
关闭模式-默认删除-上方-错误
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg6"
},
"position" : "POPUP"
"id" : "ViewMsg12"
}
}, {
"name" : "关闭模式-
无删除-上方-常规
",
"name" : "关闭模式-
本次删除-上方-警告
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg1
1
"
"id" : "ViewMsg1
3
"
}
}, {
"name" : "消息类型-
常规
信息",
"name" : "消息类型-
错误
信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
4
"
"id" : "ViewMsg
6
"
},
"position" : "POPUP"
}, {
"name" : "
关闭模式-默认删除-上方-错误
",
"name" : "
消息类型-常规信息
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
"id" : "ViewMsg4"
},
"position" : "POPUP"
}, {
"name" : "消息位置-视图
内容区
",
"name" : "消息位置-视图
下方
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
9
"
"id" : "ViewMsg
8
"
}
}, {
"name" : "
消息位置-视图下方
",
"name" : "
关闭模式-无删除-上方-常规
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
8
"
"id" : "ViewMsg
11
"
}
} ]
}, {
"codeName" : "VMGroup5",
"name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-
默认
删除",
"name" : "关闭模式-
本次
删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg1
2
"
"id" : "ViewMsg1
3
"
}
}, {
"name" : "关闭模式-无删除",
...
...
@@ -11354,10 +11354,10 @@
"id" : "ViewMsg11"
}
}, {
"name" : "关闭模式-
本次
删除",
"name" : "关闭模式-
默认
删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg1
3
"
"id" : "ViewMsg1
2
"
}
} ]
}, {
This diff is collapsed.
Click to expand it.
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSSERVICEAPIS/TrainSys.json
浏览文件 @
85d07bc8
...
...
@@ -5024,6 +5024,19 @@
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
false
},
{
"codeName"
:
"TooltipHtml"
,
"codeName2"
:
"TooltipHtml"
,
"logicName"
:
"提示信息html"
,
"name"
:
"TOOLTIPHTML"
,
"orderValue"
:
220
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"allowEmpty"
:
true
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
false
},
{
"codeName"
:
"MapDataId"
,
"codeName2"
:
"MapDataId"
,
...
...
This diff is collapsed.
Click to expand it.
trainsys-provider/pom.xml
浏览文件 @
85d07bc8
...
...
@@ -33,7 +33,7 @@
<profiles>
<profile>
<id>
trainsys
</id>
<id>
runtime
</id>
<build>
<resources>
<resource>
...
...
This diff is collapsed.
Click to expand it.
trainsys-provider/src/main/docker/Dockerfile
浏览文件 @
85d07bc8
...
...
@@ -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
This diff is collapsed.
Click to expand it.
trainsys-provider/src/main/docker/trainsys-provider-trainsys-k8s.yaml
浏览文件 @
85d07bc8
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
trainsys-provider/src/main/docker/trainsys-provider-trainsys.yaml
浏览文件 @
85d07bc8
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录