Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
dcc973c6
提交
dcc973c6
编写于
9个月前
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 部署微服务接口 [TrainSys,默认服务接口]
上级
96ba6b7b
变更
8
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
55 行增加
和
10 行删除
+55
-10
config.xml
config.xml
+6
-0
Reginfo.json
...lab/trainsys/PSSYSAPPS/Mob/PSAPPDATAENTITIES/Reginfo.json
+1
-1
Reginfo.json
.../PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json
+1
-1
Reginfo.json
...lab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json
+1
-1
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
浏览文件 @
dcc973c6
...
@@ -55,6 +55,12 @@
...
@@ -55,6 +55,12 @@
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>
...
...
This diff is collapsed.
Click to expand it.
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSAPPDATAENTITIES/Reginfo.json
浏览文件 @
dcc973c6
...
@@ -2295,7 +2295,7 @@
...
@@ -2295,7 +2295,7 @@
"enableUIModify"
:
true
,
"enableUIModify"
:
true
,
"enableUIRemove"
:
true
,
"enableUIRemove"
:
true
,
"enableWFActions"
:
false
,
"enableWFActions"
:
false
,
"major"
:
tru
e
,
"major"
:
fals
e
,
"getAllPSAppDEUIActionGroups"
:
[
{
"getAllPSAppDEUIActionGroups"
:
[
{
"codeName"
:
"A046596b6afb50f9e5b"
,
"codeName"
:
"A046596b6afb50f9e5b"
,
"name"
:
"操作列"
,
"name"
:
"操作列"
,
...
...
This diff is collapsed.
Click to expand it.
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo.json
浏览文件 @
dcc973c6
...
@@ -2354,7 +2354,7 @@
...
@@ -2354,7 +2354,7 @@
"enableUIModify"
:
true
,
"enableUIModify"
:
true
,
"enableUIRemove"
:
true
,
"enableUIRemove"
:
true
,
"enableWFActions"
:
false
,
"enableWFActions"
:
false
,
"major"
:
tru
e
,
"major"
:
fals
e
,
"getAllPSAppDEUIActionGroups"
:
[
{
"getAllPSAppDEUIActionGroups"
:
[
{
"codeName"
:
"A046596b6afb50f9e5b"
,
"codeName"
:
"A046596b6afb50f9e5b"
,
"name"
:
"操作列"
,
"name"
:
"操作列"
,
...
...
This diff is collapsed.
Click to expand it.
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo.json
浏览文件 @
dcc973c6
...
@@ -2419,7 +2419,7 @@
...
@@ -2419,7 +2419,7 @@
"enableUIModify"
:
true
,
"enableUIModify"
:
true
,
"enableUIRemove"
:
true
,
"enableUIRemove"
:
true
,
"enableWFActions"
:
false
,
"enableWFActions"
:
false
,
"major"
:
tru
e
,
"major"
:
fals
e
,
"getAllPSAppDEUIActionGroups"
:
[
{
"getAllPSAppDEUIActionGroups"
:
[
{
"codeName"
:
"A046596b6afb50f9e5b"
,
"codeName"
:
"A046596b6afb50f9e5b"
,
"name"
:
"操作列"
,
"name"
:
"操作列"
,
...
...
This diff is collapsed.
Click to expand it.
trainsys-provider/pom.xml
浏览文件 @
dcc973c6
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
<profiles>
<profiles>
<profile>
<profile>
<id>
runtime
</id>
<id>
trainsys
</id>
<build>
<build>
<resources>
<resources>
<resource>
<resource>
...
...
This diff is collapsed.
Click to expand it.
trainsys-provider/src/main/docker/Dockerfile
浏览文件 @
dcc973c6
...
@@ -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
8081
EXPOSE
50000
ADD
trainsys-provider.jar /trainsys-provider.jar
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
浏览文件 @
dcc973c6
...
@@ -22,7 +22,32 @@ spec:
...
@@ -22,7 +22,32 @@ 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
:
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
apiVersion
:
v1
...
@@ -35,9 +60,9 @@ spec:
...
@@ -35,9 +60,9 @@ spec:
type
:
NodePort
type
:
NodePort
ports
:
ports
:
-
name
:
http
-
name
:
http
port
:
8081
port
:
50000
targetPort
:
8081
targetPort
:
50000
nodePort
:
8081
nodePort
:
50000
protocol
:
TCP
protocol
:
TCP
selector
:
selector
:
app
:
trainsys-provider
app
:
trainsys-provider
...
...
This diff is collapsed.
Click to expand it.
trainsys-provider/src/main/docker/trainsys-provider-trainsys.yaml
浏览文件 @
dcc973c6
...
@@ -3,9 +3,23 @@ services:
...
@@ -3,9 +3,23 @@ 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
:
-
"
8081:8081
"
-
"
50000:50000
"
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
:
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录