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

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

上级 9a4c6fca
...@@ -55,12 +55,6 @@ ...@@ -55,12 +55,6 @@
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>
......
{
"codeListTag" : "Test__CondType",
"codeListType" : "STATIC",
"codeName" : "CondType",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCODELISTS/CondType.json",
"emptyText" : "未定义",
"name" : "条件类型",
"getPSCodeItems" : [ {
"codeName" : "Group",
"text" : "条件组",
"value" : "GROUP"
}, {
"codeName" : "Single",
"text" : "单个条件",
"value" : "SINGLE"
} ],
"enableCache" : true
}
\ No newline at end of file
...@@ -217,7 +217,8 @@ ...@@ -217,7 +217,8 @@
} ], } ],
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "CUSTOM", "pluginType" : "CUSTOM",
"pluginCode" : "LIGHT_CALENDAR" "pluginCode" : "LIGHT_CALENDAR",
"runtimeObject" : true
}, },
"enableGroup" : false, "enableGroup" : false,
"modelid" : "56F6024E-D9F7-4A95-A422-5AEC791F397C", "modelid" : "56F6024E-D9F7-4A95-A422-5AEC791F397C",
......
...@@ -552,7 +552,8 @@ ...@@ -552,7 +552,8 @@
} ], } ],
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "CUSTOM", "pluginType" : "CUSTOM",
"pluginCode" : "LIGHT_CALENDAR" "pluginCode" : "LIGHT_CALENDAR",
"runtimeObject" : true
}, },
"enableGroup" : false, "enableGroup" : false,
"modelid" : "48CB0996-1395-41B4-8529-1E98C1B9FB62", "modelid" : "48CB0996-1395-41B4-8529-1E98C1B9FB62",
......
...@@ -125,7 +125,8 @@ ...@@ -125,7 +125,8 @@
} ], } ],
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "CUSTOM", "pluginType" : "CUSTOM",
"pluginCode" : "LIGHT_CALENDAR" "pluginCode" : "LIGHT_CALENDAR",
"runtimeObject" : true
}, },
"enableGroup" : false, "enableGroup" : false,
"modelid" : "CBCB0EF8-7840-42CD-A7F5-ED7182AC1BAF", "modelid" : "CBCB0EF8-7840-42CD-A7F5-ED7182AC1BAF",
......
...@@ -217,7 +217,8 @@ ...@@ -217,7 +217,8 @@
} ], } ],
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "CUSTOM", "pluginType" : "CUSTOM",
"pluginCode" : "LIGHT_CALENDAR" "pluginCode" : "LIGHT_CALENDAR",
"runtimeObject" : true
}, },
"enableGroup" : false, "enableGroup" : false,
"modelid" : "22B2AC4A-938D-40C0-9B62-817EFB5631E7", "modelid" : "22B2AC4A-938D-40C0-9B62-817EFB5631E7",
......
...@@ -130,6 +130,13 @@ ...@@ -130,6 +130,13 @@
}, { }, {
"id" : "formitem", "id" : "formitem",
"dataType" : 25 "dataType" : 25
}, {
"id" : "condtype",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "CONDTYPE",
"codeName" : "CondType"
}
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -315,6 +322,38 @@ ...@@ -315,6 +322,38 @@
"valueItemName" : "testid", "valueItemName" : "testid",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "条件类型",
"codeName" : "condtype",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "condtype",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CONDTYPE",
"codeName" : "CondType"
},
"getPSEditor" : {
"editorType" : "DROPDOWNLIST",
"name" : "condtype",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CondType.json"
},
"singleSelect" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
......
...@@ -112,6 +112,13 @@ ...@@ -112,6 +112,13 @@
"id" : "srfsourcekey", "id" : "srfsourcekey",
"hidden" : true, "hidden" : true,
"dataType" : 25 "dataType" : 25
}, {
"id" : "condtype",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "CONDTYPE",
"codeName" : "CondType"
}
}, { }, {
"id" : "subtest2name", "id" : "subtest2name",
"dataType" : 25, "dataType" : 25,
...@@ -164,12 +171,44 @@ ...@@ -164,12 +171,44 @@
"name" : "formpage1", "name" : "formpage1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM", "actionGroupExtractMode" : "ITEM",
"caption" : "子测试实体基本信息", "caption" : "单个条件",
"codeName" : "group1", "codeName" : "group1",
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL", "detailType" : "GROUPPANEL",
"name" : "group1", "name" : "group1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "条件类型",
"codeName" : "condtype",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "condtype",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CONDTYPE",
"codeName" : "CondType"
},
"getPSEditor" : {
"editorType" : "DROPDOWNLIST",
"name" : "condtype",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CondType.json"
},
"singleSelect" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "子测试实体名称", "defaultContent" : "子测试实体名称",
"lanResTag" : "DEF.LNAME.SUBTEST2NAME", "lanResTag" : "DEF.LNAME.SUBTEST2NAME",
......
...@@ -242,6 +242,13 @@ ...@@ -242,6 +242,13 @@
}, { }, {
"id" : "formitem", "id" : "formitem",
"dataType" : 25 "dataType" : 25
}, {
"id" : "condtype",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "CONDTYPE",
"codeName" : "CondType"
}
}, { }, {
"id" : "createman", "id" : "createman",
"dataType" : 25, "dataType" : 25,
...@@ -427,6 +434,38 @@ ...@@ -427,6 +434,38 @@
"valueItemName" : "testid", "valueItemName" : "testid",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "条件类型",
"codeName" : "condtype",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "condtype",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CONDTYPE",
"codeName" : "CondType"
},
"getPSEditor" : {
"editorType" : "DROPDOWNLIST",
"name" : "condtype",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CondType.json"
},
"singleSelect" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
} ], } ],
"getPSLayout" : { "getPSLayout" : {
"childColLG" : -1, "childColLG" : -1,
......
...@@ -239,6 +239,13 @@ ...@@ -239,6 +239,13 @@
"id" : "srfsourcekey", "id" : "srfsourcekey",
"hidden" : true, "hidden" : true,
"dataType" : 25 "dataType" : 25
}, {
"id" : "condtype",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "CONDTYPE",
"codeName" : "CondType"
}
}, { }, {
"id" : "subtest2name", "id" : "subtest2name",
"dataType" : 25, "dataType" : 25,
...@@ -291,12 +298,44 @@ ...@@ -291,12 +298,44 @@
"name" : "formpage1", "name" : "formpage1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"actionGroupExtractMode" : "ITEM", "actionGroupExtractMode" : "ITEM",
"caption" : "子测试实体基本信息", "caption" : "单个条件",
"codeName" : "group1", "codeName" : "group1",
"detailStyle" : "DEFAULT", "detailStyle" : "DEFAULT",
"detailType" : "GROUPPANEL", "detailType" : "GROUPPANEL",
"name" : "group1", "name" : "group1",
"getPSDEFormDetails" : [ { "getPSDEFormDetails" : [ {
"caption" : "条件类型",
"codeName" : "condtype",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "condtype",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "CONDTYPE",
"codeName" : "CondType"
},
"getPSEditor" : {
"editorType" : "DROPDOWNLIST",
"name" : "condtype",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CondType.json"
},
"singleSelect" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, {
"getCapPSLanguageRes" : { "getCapPSLanguageRes" : {
"defaultContent" : "子测试实体名称", "defaultContent" : "子测试实体名称",
"lanResTag" : "DEF.LNAME.SUBTEST2NAME", "lanResTag" : "DEF.LNAME.SUBTEST2NAME",
......
...@@ -274,7 +274,8 @@ ...@@ -274,7 +274,8 @@
} ], } ],
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "CUSTOM", "pluginType" : "CUSTOM",
"pluginCode" : "LIGHT_CALENDAR" "pluginCode" : "LIGHT_CALENDAR",
"runtimeObject" : true
}, },
"enableGroup" : false, "enableGroup" : false,
"name" : "calendar", "name" : "calendar",
......
...@@ -617,7 +617,8 @@ ...@@ -617,7 +617,8 @@
} ], } ],
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "CUSTOM", "pluginType" : "CUSTOM",
"pluginCode" : "LIGHT_CALENDAR" "pluginCode" : "LIGHT_CALENDAR",
"runtimeObject" : true
}, },
"enableGroup" : false, "enableGroup" : false,
"name" : "calendar", "name" : "calendar",
......
...@@ -182,7 +182,8 @@ ...@@ -182,7 +182,8 @@
} ], } ],
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "CUSTOM", "pluginType" : "CUSTOM",
"pluginCode" : "LIGHT_CALENDAR" "pluginCode" : "LIGHT_CALENDAR",
"runtimeObject" : true
}, },
"enableGroup" : false, "enableGroup" : false,
"name" : "calendar", "name" : "calendar",
......
...@@ -274,7 +274,8 @@ ...@@ -274,7 +274,8 @@
} ], } ],
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "CUSTOM", "pluginType" : "CUSTOM",
"pluginCode" : "LIGHT_CALENDAR" "pluginCode" : "LIGHT_CALENDAR",
"runtimeObject" : true
}, },
"enableGroup" : false, "enableGroup" : false,
"name" : "calendar", "name" : "calendar",
......
...@@ -376,6 +376,24 @@ ...@@ -376,6 +376,24 @@
"value" : "CANCELED" "value" : "CANCELED"
} ], } ],
"enableCache" : true "enableCache" : true
}, {
"codeListTag" : "Test__CondType",
"codeListType" : "STATIC",
"codeName" : "CondType",
"dynaInstMode" : 0,
"dynaModelFilePath" : "PSSYSAPPS/Web/PSAPPCODELISTS/CondType.json",
"emptyText" : "未定义",
"name" : "条件类型",
"getPSCodeItems" : [ {
"codeName" : "Group",
"text" : "条件组",
"value" : "GROUP"
}, {
"codeName" : "Single",
"text" : "单个条件",
"value" : "SINGLE"
} ],
"enableCache" : true
}, { }, {
"codeListTag" : "Test__FileType", "codeListTag" : "Test__FileType",
"codeListType" : "STATIC", "codeListType" : "STATIC",
...@@ -5103,12 +5121,16 @@ ...@@ -5103,12 +5121,16 @@
"name" : "轻量级日历部件插件", "name" : "轻量级日历部件插件",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "CUSTOM", "pluginType" : "CUSTOM",
"pluginCode" : "LIGHT_CALENDAR" "pluginCode" : "LIGHT_CALENDAR",
"runtimeObject" : true
}, },
"pluginCode" : "LIGHT_CALENDAR", "pluginCode" : "LIGHT_CALENDAR",
"pluginType" : "CUSTOM", "pluginType" : "CUSTOM",
"rTObjectName" : "IBizLightCalendar",
"rTObjectRepo" : "@ibiz-template-plugin/light-calendar@0.0.10-alpha.15",
"refMode" : "CONTROL", "refMode" : "CONTROL",
"refTag" : "CALENDAR" "refTag" : "CALENDAR",
"runtimeObject" : true
}, { }, {
"name" : "运行时部件(出来)", "name" : "运行时部件(出来)",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -12169,6 +12191,12 @@ ...@@ -12169,6 +12191,12 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图上方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg7"
}
}, {
"name" : "消息位置-弹出", "name" : "消息位置-弹出",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -12186,17 +12214,18 @@ ...@@ -12186,17 +12214,18 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg9"
} }
}, {
"name" : "消息位置-视图上方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg7"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
},
"position" : "POPUP"
}, {
"name" : "消息类型-错误信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -12240,13 +12269,6 @@ ...@@ -12240,13 +12269,6 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg13"
} }
}, {
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
},
"position" : "POPUP"
} ] } ]
}, { }, {
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
...@@ -12274,16 +12296,16 @@ ...@@ -12274,16 +12296,16 @@
"codeName" : "VMGroup6", "codeName" : "VMGroup6",
"name" : "视图消息动态模式测试", "name" : "视图消息动态模式测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "动态模式-实体数据集", "name" : "动态模式-静态内容",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg14" "id" : "ViewMsg15"
} }
}, { }, {
"name" : "动态模式-静态内容", "name" : "动态模式-实体数据集",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg15" "id" : "ViewMsg14"
} }
} ] } ]
} ], } ],
...@@ -453,12 +453,16 @@ ...@@ -453,12 +453,16 @@
"name" : "轻量级日历部件插件", "name" : "轻量级日历部件插件",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
"pluginType" : "CUSTOM", "pluginType" : "CUSTOM",
"pluginCode" : "LIGHT_CALENDAR" "pluginCode" : "LIGHT_CALENDAR",
"runtimeObject" : true
}, },
"pluginCode" : "LIGHT_CALENDAR", "pluginCode" : "LIGHT_CALENDAR",
"pluginType" : "CUSTOM", "pluginType" : "CUSTOM",
"rTObjectName" : "IBizLightCalendar",
"rTObjectRepo" : "@ibiz-template-plugin/light-calendar@0.0.10-alpha.15",
"refMode" : "CONTROL", "refMode" : "CONTROL",
"refTag" : "CALENDAR" "refTag" : "CALENDAR",
"runtimeObject" : true
}, { }, {
"name" : "运行时部件(出来)", "name" : "运行时部件(出来)",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<profiles> <profiles>
<profile> <profile>
<id>trainsys</id> <id>runtime</id>
<build> <build>
<resources> <resources>
<resource> <resource>
......
...@@ -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 50000 EXPOSE 8081
ADD trainsys-provider.jar /trainsys-provider.jar ADD trainsys-provider.jar /trainsys-provider.jar
...@@ -22,32 +22,7 @@ spec: ...@@ -22,32 +22,7 @@ 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: 50000 - containerPort: 8081
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
...@@ -60,9 +35,9 @@ spec: ...@@ -60,9 +35,9 @@ spec:
type: NodePort type: NodePort
ports: ports:
- name: http - name: http
port: 50000 port: 8081
targetPort: 50000 targetPort: 8081
nodePort: 50000 nodePort: 8081
protocol: TCP protocol: TCP
selector: selector:
app: trainsys-provider app: trainsys-provider
......
...@@ -3,23 +3,9 @@ services: ...@@ -3,23 +3,9 @@ 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:
- "50000:50000" - "8081:8081"
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:
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册