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

ShineKOT 发布系统代码 [后台服务,演示应用]

上级 cef16657
...@@ -211,7 +211,7 @@ function getLocaleResourceBase(){ ...@@ -211,7 +211,7 @@ function getLocaleResourceBase(){
title: commonLogic.appcommonhandle("实体数据视图(内置功能)",null), title: commonLogic.appcommonhandle("实体数据视图(内置功能)",null),
}, },
interfunceditview: { interfunceditview: {
caption: commonLogic.appcommonhandle("Built In Features",null), caption: commonLogic.appcommonhandle("Entity Edit View",null),
title: commonLogic.appcommonhandle("图书编辑视图(内置功能)",null), title: commonLogic.appcommonhandle("图书编辑视图(内置功能)",null),
}, },
usr3dataview: { usr3dataview: {
......
...@@ -92,11 +92,11 @@ function getLocaleResourceBase(){ ...@@ -92,11 +92,11 @@ function getLocaleResourceBase(){
title: commonLogic.appcommonhandle("搜索表单内置功能",null), title: commonLogic.appcommonhandle("搜索表单内置功能",null),
}, },
linechartview: { linechartview: {
caption: commonLogic.appcommonhandle("订单",null), caption: commonLogic.appcommonhandle("Line Chart",null),
title: commonLogic.appcommonhandle("订单图表视图",null), title: commonLogic.appcommonhandle("订单图表视图",null),
}, },
radarchartview: { radarchartview: {
caption: commonLogic.appcommonhandle("订单",null), caption: commonLogic.appcommonhandle("Radar Chart",null),
title: commonLogic.appcommonhandle("订单图表视图",null), title: commonLogic.appcommonhandle("订单图表视图",null),
}, },
selecteditview: { selecteditview: {
...@@ -164,7 +164,7 @@ function getLocaleResourceBase(){ ...@@ -164,7 +164,7 @@ function getLocaleResourceBase(){
title: commonLogic.appcommonhandle("时间轴导航",null), title: commonLogic.appcommonhandle("时间轴导航",null),
}, },
piechartview: { piechartview: {
caption: commonLogic.appcommonhandle("订单",null), caption: commonLogic.appcommonhandle("PieChart",null),
title: commonLogic.appcommonhandle("订单图表视图",null), title: commonLogic.appcommonhandle("订单图表视图",null),
}, },
odsp_w10_wfgridview: { odsp_w10_wfgridview: {
...@@ -232,7 +232,7 @@ function getLocaleResourceBase(){ ...@@ -232,7 +232,7 @@ function getLocaleResourceBase(){
title: commonLogic.appcommonhandle("订单列表视图",null), title: commonLogic.appcommonhandle("订单列表视图",null),
}, },
areachartview: { areachartview: {
caption: commonLogic.appcommonhandle("订单",null), caption: commonLogic.appcommonhandle("RegionalChart",null),
title: commonLogic.appcommonhandle("订单图表视图",null), title: commonLogic.appcommonhandle("订单图表视图",null),
}, },
seditview2: { seditview2: {
......
<template> <template>
<div class='view-container delistview ibizappctrllist-view'> <div class='view-container delistview ibizappctrllist-view portal-listview-noboxshadow'>
<app-studioaction :viewTitle="$t(model.srfCaption)" viewName="ibizappctrllistview"></app-studioaction> <app-studioaction :viewTitle="$t(model.srfCaption)" viewName="ibizappctrllistview"></app-studioaction>
<card class='view-card view-no-caption ' :bordered="false" :dis-hover="true" > <card class='view-card view-no-caption ' :bordered="false" :dis-hover="true" >
......
...@@ -17,3 +17,4 @@ ...@@ -17,3 +17,4 @@
// this is less // this is less
<template> <template>
<div class='view-container delistview ibizappeditorlist-view'> <div class='view-container delistview ibizappeditorlist-view portal-listview-noboxshadow'>
<app-studioaction :viewTitle="$t(model.srfCaption)" viewName="ibizappeditorlistview"></app-studioaction> <app-studioaction :viewTitle="$t(model.srfCaption)" viewName="ibizappeditorlistview"></app-studioaction>
<card class='view-card view-no-caption ' :bordered="false" :dis-hover="true" > <card class='view-card view-no-caption ' :bordered="false" :dis-hover="true" >
......
...@@ -17,3 +17,4 @@ ...@@ -17,3 +17,4 @@
// this is less // this is less
<template> <template>
<div class='view-container delistview ibizappextendeditorlist-view'> <div class='view-container delistview ibizappextendeditorlist-view portal-listview-noboxshadow'>
<app-studioaction :viewTitle="$t(model.srfCaption)" viewName="ibizappextendeditorlistview"></app-studioaction> <app-studioaction :viewTitle="$t(model.srfCaption)" viewName="ibizappextendeditorlistview"></app-studioaction>
<card class='view-card view-no-caption ' :bordered="false" :dis-hover="true" > <card class='view-card view-no-caption ' :bordered="false" :dis-hover="true" >
......
<template> <template>
<div class='view-container delistview ibizappviewlist-view'> <div class='view-container delistview ibizappviewlist-view portal-listview-noboxshadow'>
<app-studioaction :viewTitle="$t(model.srfCaption)" viewName="ibizappviewlistview"></app-studioaction> <app-studioaction :viewTitle="$t(model.srfCaption)" viewName="ibizappviewlistview"></app-studioaction>
<card class='view-card view-no-caption ' :bordered="false" :dis-hover="true" > <card class='view-card view-no-caption ' :bordered="false" :dis-hover="true" >
......
...@@ -17,3 +17,4 @@ ...@@ -17,3 +17,4 @@
// this is less // this is less
...@@ -37,11 +37,6 @@ ...@@ -37,11 +37,6 @@
git clone -b master $para2 demosys/ git clone -b master $para2 demosys/
export NODE_OPTIONS=--max-old-space-size=4096 export NODE_OPTIONS=--max-old-space-size=4096
cd demosys/ cd demosys/
mvn clean package -Pweb
cd demo-app/demo-app-web
mvn -Pweb docker:build
mvn -Pweb docker:push
docker -H $para1 stack deploy --compose-file=src/main/docker/demo-app-web.yaml iBizDemo --with-registry-auth
</command> </command>
</hudson.tasks.Shell> </hudson.tasks.Shell>
</builders> </builders>
......
...@@ -12,6 +12,6 @@ CMD echo "The application will start in ${IBIZ_SLEEP}s..." && \ ...@@ -12,6 +12,6 @@ CMD echo "The application will start in ${IBIZ_SLEEP}s..." && \
sleep ${IBIZ_SLEEP} && \ sleep ${IBIZ_SLEEP} && \
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /demo-app-web.jar java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /demo-app-web.jar
EXPOSE 51001 EXPOSE 8080
ADD demo-app-web.jar /demo-app-web.jar ADD demo-app-web.jar /demo-app-web.jar
...@@ -3,24 +3,9 @@ services: ...@@ -3,24 +3,9 @@ services:
demo-app-web: demo-app-web:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/demo-app-web:latest image: registry.cn-shanghai.aliyuncs.com/ibizsys/demo-app-web:latest
ports: ports:
- "51001:51001" - "8080:8080"
networks: networks:
- agent_network - agent_network
environment:
- SPRING_CLOUD_NACOS_DISCOVERY_IP=172.16.240.110
- SERVER_PORT=51001
- SPRING_CLOUD_NACOS_DISCOVERY_SERVER-ADDR=172.16.240.110:8848
- SPRING_REDIS_HOST=172.16.240.110
- SPRING_REDIS_PORT=6379
- SPRING_REDIS_DATABASE=0
- SPRING_DATASOURCE_USERNAME=a_LAB01_df847bdfd
- SPRING_DATASOURCE_PASSWORD=3d6@460A
- SPRING_DATASOURCE_URL=jdbc:mysql://172.16.186.185:3306/a_LAB01_df847bdfd?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true&allowMultiQueries=true
- SPRING_DATASOURCE_DRIVER-CLASS-NAME=com.mysql.jdbc.Driver
- SPRING_DATASOURCE_DEFAULTSCHEMA=a_LAB01_df847bdfd
- NACOS=172.16.240.110:8848
- SEATA_REGISTRY_NACOS_SERVER-ADDR=172.16.240.110:8848
- SEATA_ENABLED=true
deploy: deploy:
resources: resources:
limits: limits:
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册