Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
0b2d9c20
提交
0b2d9c20
编写于
2月 13, 2023
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
zhanghengfeng 部署微服务接口 [TrainSys,默认服务接口]
上级
62be8225
变更
11
显示空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
450 行增加
和
7 行删除
+450
-7
config.xml
config.xml
+6
-0
Reginfo.json
...lab/trainsys/PSMODULES/common/PSDATAENTITIES/Reginfo.json
+48
-0
Aa.json
...MODULES/common/PSDATAENTITIES/Reginfo/PSDEACTIONS/Aa.json
+25
-0
Test.json
...DULES/common/PSDATAENTITIES/Reginfo/PSDEACTIONS/Test.json
+25
-0
Reginfo.json
.../PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json
+124
-0
Reginfo.json
...lab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json
+124
-0
TrainSys.json
.../model/cn/ibizlab/trainsys/PSSYSSERVICEAPIS/TrainSys.json
+52
-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
浏览文件 @
0b2d9c20
...
...
@@ -55,6 +55,12 @@
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>
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Reginfo.json
浏览文件 @
0b2d9c20
...
...
@@ -144,6 +144,30 @@
},
"rTMOSFilePath"
:
"psmodules/common/psdataentities/REGINFO/psdeactions/GetDraft"
,
"builtinAction"
:
true
},
{
"actionHolder"
:
1
,
"actionMode"
:
"UNKNOWN"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Aa"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Reginfo/PSDEACTIONS/Aa.json"
,
"logicName"
:
"Usr行为0213151055"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/REGINFO/psdeactions/aa"
,
"name"
:
"aa"
,
"getPSDEActionInput"
:
{
"name"
:
"AaInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"ReginfoDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"AaResult"
,
"type"
:
"VOID"
},
"rTMOSFilePath"
:
"psmodules/common/psdataentities/REGINFO/psdeactions/aa"
,
"builtinAction"
:
true
,
"enableFront"
:
false
},
{
"actionMode"
:
"CHECKKEY"
,
"actionType"
:
"BUILTIN"
,
...
...
@@ -189,6 +213,30 @@
},
"rTMOSFilePath"
:
"psmodules/common/psdataentities/REGINFO/psdeactions/Save"
,
"builtinAction"
:
true
},
{
"actionHolder"
:
1
,
"actionMode"
:
"UNKNOWN"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Test"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Reginfo/PSDEACTIONS/Test.json"
,
"logicName"
:
"Usr行为0213022325"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/REGINFO/psdeactions/test"
,
"name"
:
"test"
,
"getPSDEActionInput"
:
{
"name"
:
"TestInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"ReginfoDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"TestResult"
,
"type"
:
"VOID"
},
"rTMOSFilePath"
:
"psmodules/common/psdataentities/REGINFO/psdeactions/test"
,
"builtinAction"
:
true
,
"enableFront"
:
false
}
],
"getAllPSDEDBConfigs"
:
[
{
"dBType"
:
"MYSQL5"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Reginfo/PSDEACTIONS/Aa.json
0 → 100644
浏览文件 @
0b2d9c20
{
"actionHolder"
:
1
,
"actionMode"
:
"UNKNOWN"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Aa"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Reginfo/PSDEACTIONS/Aa.json"
,
"logicName"
:
"Usr行为0213151055"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/REGINFO/psdeactions/aa"
,
"name"
:
"aa"
,
"getPSDEActionInput"
:
{
"name"
:
"AaInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"ReginfoDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"AaResult"
,
"type"
:
"VOID"
},
"rTMOSFilePath"
:
"psmodules/common/psdataentities/REGINFO/psdeactions/aa"
,
"builtinAction"
:
true
,
"enableFront"
:
false
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Reginfo/PSDEACTIONS/Test.json
0 → 100644
浏览文件 @
0b2d9c20
{
"actionHolder"
:
1
,
"actionMode"
:
"UNKNOWN"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Test"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Reginfo/PSDEACTIONS/Test.json"
,
"logicName"
:
"Usr行为0213022325"
,
"mOSFilePath"
:
"psmodules/common/psdataentities/REGINFO/psdeactions/test"
,
"name"
:
"test"
,
"getPSDEActionInput"
:
{
"name"
:
"TestInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"ReginfoDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"TestResult"
,
"type"
:
"VOID"
},
"rTMOSFilePath"
:
"psmodules/common/psdataentities/REGINFO/psdeactions/test"
,
"builtinAction"
:
true
,
"enableFront"
:
false
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json
浏览文件 @
0b2d9c20
...
...
@@ -33,6 +33,37 @@
"enablePagingBar"
:
false
}
],
"getAllPSAppDEActions"
:
[
{
"actionMode"
:
"UNKNOWN"
,
"codeName"
:
"Aa"
,
"methodType"
:
"DEACTION"
,
"name"
:
"Aa"
,
"getPSAppDEMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"ReginfoDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"name"
:
"返回对象"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Reginfo/PSDEACTIONS/Aa.json"
},
"getPSDEServiceAPIMethod"
:
{
"modelref"
:
true
,
"id"
:
"Aa"
},
"rTMOSFilePath"
:
"pssysapps/TemplatePublish/psappdataentities/Reginfo/psappdemethods/Aa"
,
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/aa"
,
"builtinMethod"
:
false
,
"needResourceKey"
:
true
},
{
"actionMode"
:
"CHECKKEY"
,
"codeName"
:
"CheckKey"
,
"methodType"
:
"DEACTION"
,
...
...
@@ -253,6 +284,37 @@
"requestPath"
:
"/save"
,
"builtinMethod"
:
false
,
"needResourceKey"
:
true
},
{
"actionMode"
:
"UNKNOWN"
,
"codeName"
:
"Test"
,
"methodType"
:
"DEACTION"
,
"name"
:
"Test"
,
"getPSAppDEMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"ReginfoDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"name"
:
"返回对象"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Reginfo/PSDEACTIONS/Test.json"
},
"getPSDEServiceAPIMethod"
:
{
"modelref"
:
true
,
"id"
:
"Test"
},
"rTMOSFilePath"
:
"pssysapps/TemplatePublish/psappdataentities/Reginfo/psappdemethods/Test"
,
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/test"
,
"builtinMethod"
:
false
,
"needResourceKey"
:
true
},
{
"actionMode"
:
"UPDATE"
,
"codeName"
:
"Update"
,
...
...
@@ -1365,6 +1427,37 @@
"type"
:
"DEFILTER"
}
],
"getAllPSAppDEMethods"
:
[
{
"actionMode"
:
"UNKNOWN"
,
"codeName"
:
"Aa"
,
"methodType"
:
"DEACTION"
,
"name"
:
"Aa"
,
"getPSAppDEMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"ReginfoDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"name"
:
"返回对象"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Reginfo/PSDEACTIONS/Aa.json"
},
"getPSDEServiceAPIMethod"
:
{
"modelref"
:
true
,
"id"
:
"Aa"
},
"rTMOSFilePath"
:
"pssysapps/TemplatePublish/psappdataentities/Reginfo/psappdemethods/Aa"
,
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/aa"
,
"builtinMethod"
:
false
,
"needResourceKey"
:
true
},
{
"actionMode"
:
"CHECKKEY"
,
"codeName"
:
"CheckKey"
,
"methodType"
:
"DEACTION"
,
...
...
@@ -1585,6 +1678,37 @@
"requestPath"
:
"/save"
,
"builtinMethod"
:
false
,
"needResourceKey"
:
true
},
{
"actionMode"
:
"UNKNOWN"
,
"codeName"
:
"Test"
,
"methodType"
:
"DEACTION"
,
"name"
:
"Test"
,
"getPSAppDEMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"ReginfoDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"name"
:
"返回对象"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Reginfo/PSDEACTIONS/Test.json"
},
"getPSDEServiceAPIMethod"
:
{
"modelref"
:
true
,
"id"
:
"Test"
},
"rTMOSFilePath"
:
"pssysapps/TemplatePublish/psappdataentities/Reginfo/psappdemethods/Test"
,
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/test"
,
"builtinMethod"
:
false
,
"needResourceKey"
:
true
},
{
"actionMode"
:
"UPDATE"
,
"codeName"
:
"Update"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json
浏览文件 @
0b2d9c20
...
...
@@ -33,6 +33,37 @@
"enablePagingBar"
:
false
}
],
"getAllPSAppDEActions"
:
[
{
"actionMode"
:
"UNKNOWN"
,
"codeName"
:
"Aa"
,
"methodType"
:
"DEACTION"
,
"name"
:
"Aa"
,
"getPSAppDEMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"ReginfoDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"name"
:
"返回对象"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Reginfo/PSDEACTIONS/Aa.json"
},
"getPSDEServiceAPIMethod"
:
{
"modelref"
:
true
,
"id"
:
"Aa"
},
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Reginfo/psappdemethods/Aa"
,
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/aa"
,
"builtinMethod"
:
false
,
"needResourceKey"
:
true
},
{
"actionMode"
:
"CHECKKEY"
,
"codeName"
:
"CheckKey"
,
"methodType"
:
"DEACTION"
,
...
...
@@ -253,6 +284,37 @@
"requestPath"
:
"/save"
,
"builtinMethod"
:
false
,
"needResourceKey"
:
true
},
{
"actionMode"
:
"UNKNOWN"
,
"codeName"
:
"Test"
,
"methodType"
:
"DEACTION"
,
"name"
:
"Test"
,
"getPSAppDEMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"ReginfoDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"name"
:
"返回对象"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Reginfo/PSDEACTIONS/Test.json"
},
"getPSDEServiceAPIMethod"
:
{
"modelref"
:
true
,
"id"
:
"Test"
},
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Reginfo/psappdemethods/Test"
,
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/test"
,
"builtinMethod"
:
false
,
"needResourceKey"
:
true
},
{
"actionMode"
:
"UPDATE"
,
"codeName"
:
"Update"
,
...
...
@@ -1365,6 +1427,37 @@
"type"
:
"DEFILTER"
}
],
"getAllPSAppDEMethods"
:
[
{
"actionMode"
:
"UNKNOWN"
,
"codeName"
:
"Aa"
,
"methodType"
:
"DEACTION"
,
"name"
:
"Aa"
,
"getPSAppDEMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"ReginfoDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"name"
:
"返回对象"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Reginfo/PSDEACTIONS/Aa.json"
},
"getPSDEServiceAPIMethod"
:
{
"modelref"
:
true
,
"id"
:
"Aa"
},
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Reginfo/psappdemethods/Aa"
,
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/aa"
,
"builtinMethod"
:
false
,
"needResourceKey"
:
true
},
{
"actionMode"
:
"CHECKKEY"
,
"codeName"
:
"CheckKey"
,
"methodType"
:
"DEACTION"
,
...
...
@@ -1585,6 +1678,37 @@
"requestPath"
:
"/save"
,
"builtinMethod"
:
false
,
"needResourceKey"
:
true
},
{
"actionMode"
:
"UNKNOWN"
,
"codeName"
:
"Test"
,
"methodType"
:
"DEACTION"
,
"name"
:
"Test"
,
"getPSAppDEMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"ReginfoDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"name"
:
"返回对象"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Reginfo/PSDEACTIONS/Test.json"
},
"getPSDEServiceAPIMethod"
:
{
"modelref"
:
true
,
"id"
:
"Test"
},
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Reginfo/psappdemethods/Test"
,
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/test"
,
"builtinMethod"
:
false
,
"needResourceKey"
:
true
},
{
"actionMode"
:
"UPDATE"
,
"codeName"
:
"Update"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSSERVICEAPIS/TrainSys.json
浏览文件 @
0b2d9c20
...
...
@@ -918,6 +918,32 @@
"uniqueTag"
:
"REGINFO__DEACTION__UPDATE"
,
"needResourceKey"
:
true
,
"noServiceCodeName"
:
true
},
{
"codeName"
:
"Aa"
,
"methodType"
:
"DEACTION"
,
"name"
:
"Aa"
,
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Reginfo/PSDEACTIONS/Aa.json"
},
"getPSDEServiceAPIMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"ReginfoDTO"
},
"type"
:
"DTO"
},
"getPSDEServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"type"
:
"VOID"
},
"rTMOSFilePath"
:
"pssysserviceapis/TrainSys/psdeserviceapis/Reginfo/psdesadetails/Aa"
,
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/aa"
,
"uniqueTag"
:
"REGINFO__DEACTION__AA"
,
"needResourceKey"
:
true
},
{
"codeName"
:
"CheckKey"
,
"dataAccessAction"
:
"CREATE"
,
...
...
@@ -1001,6 +1027,32 @@
"requestPath"
:
"/save"
,
"uniqueTag"
:
"REGINFO__DEACTION__SAVE"
,
"needResourceKey"
:
true
},
{
"codeName"
:
"Test"
,
"methodType"
:
"DEACTION"
,
"name"
:
"Test"
,
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Reginfo/PSDEACTIONS/Test.json"
},
"getPSDEServiceAPIMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"ReginfoDTO"
},
"type"
:
"DTO"
},
"getPSDEServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"type"
:
"VOID"
},
"rTMOSFilePath"
:
"pssysserviceapis/TrainSys/psdeserviceapis/Reginfo/psdesadetails/Test"
,
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/test"
,
"uniqueTag"
:
"REGINFO__DEACTION__TEST"
,
"needResourceKey"
:
true
},
{
"codeName"
:
"FetchDataQuery2"
,
"dataAccessAction"
:
"READ"
,
...
...
trainsys-provider/pom.xml
浏览文件 @
0b2d9c20
...
...
@@ -33,7 +33,7 @@
<profiles>
<profile>
<id>
runtime
</id>
<id>
trainsys
</id>
<build>
<resources>
<resource>
...
...
trainsys-provider/src/main/docker/Dockerfile
浏览文件 @
0b2d9c20
...
...
@@ -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
8081
EXPOSE
50000
ADD
trainsys-provider.jar /trainsys-provider.jar
trainsys-provider/src/main/docker/trainsys-provider-trainsys-k8s.yaml
浏览文件 @
0b2d9c20
...
...
@@ -22,7 +22,32 @@ spec:
image
:
registry.cn-shanghai.aliyuncs.com/ibizsys/trainsys-provider:latest
imagePullPolicy
:
Always
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
...
...
@@ -35,9 +60,9 @@ spec:
type
:
NodePort
ports
:
-
name
:
http
port
:
8081
targetPort
:
8081
nodePort
:
8081
port
:
50000
targetPort
:
50000
nodePort
:
50000
protocol
:
TCP
selector
:
app
:
trainsys-provider
...
...
trainsys-provider/src/main/docker/trainsys-provider-trainsys.yaml
浏览文件 @
0b2d9c20
...
...
@@ -3,9 +3,23 @@ services:
trainsys-provider
:
image
:
registry.cn-shanghai.aliyuncs.com/ibizsys/trainsys-provider:latest
ports
:
-
"
8081:8081
"
-
"
50000:50000
"
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
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录