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

zhanghengfeng 部署微服务接口 [TrainSys,默认服务接口]

上级 62be8225
......@@ -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>
......
......@@ -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",
......
{
"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
{
"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
......@@ -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",
......
......@@ -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",
......
......@@ -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",
......
......@@ -33,7 +33,7 @@
<profiles>
<profile>
<id>runtime</id>
<id>trainsys</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 8081
EXPOSE 50000
ADD trainsys-provider.jar /trainsys-provider.jar
......@@ -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
......
......@@ -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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册