Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
41fa21b3
提交
41fa21b3
编写于
12月 14, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ShineKOT 发布系统代码 [后台服务,演示应用]
上级
cef16657
变更
13
隐藏空白字符变更
内嵌
并排
正在显示
13 个修改的文件
包含
15 行增加
和
31 行删除
+15
-31
ibizbook_en_US_base.ts
...rc/locale/lanres/entities/ibizbook/ibizbook_en_US_base.ts
+1
-1
ibizorder_en_US_base.ts
.../locale/lanres/entities/ibizorder/ibizorder_en_US_base.ts
+4
-4
ibizappctrllist-view-base.vue
...sample/ibizappctrllist-view/ibizappctrllist-view-base.vue
+1
-1
ibizappctrllist-view.less
...ges/sample/ibizappctrllist-view/ibizappctrllist-view.less
+1
-0
ibizappeditorlist-view-base.vue
...le/ibizappeditorlist-view/ibizappeditorlist-view-base.vue
+1
-1
ibizappeditorlist-view.less
...sample/ibizappeditorlist-view/ibizappeditorlist-view.less
+1
-0
ibizappextendeditorlist-view-base.vue
...tendeditorlist-view/ibizappextendeditorlist-view-base.vue
+1
-1
ibizappextendeditorlist-view.less
...ppextendeditorlist-view/ibizappextendeditorlist-view.less
+1
-0
ibizappviewlist-view-base.vue
...sample/ibizappviewlist-view/ibizappviewlist-view-base.vue
+1
-1
ibizappviewlist-view.less
...ges/sample/ibizappviewlist-view/ibizappviewlist-view.less
+1
-0
config.xml
config.xml
+0
-5
Dockerfile
demo-app/demo-app-web/src/main/docker/Dockerfile
+1
-1
demo-app-web.yaml
demo-app/demo-app-web/src/main/docker/demo-app-web.yaml
+1
-16
未找到文件。
app_Web/src/locale/lanres/entities/ibizbook/ibizbook_en_US_base.ts
浏览文件 @
41fa21b3
...
...
@@ -211,7 +211,7 @@ function getLocaleResourceBase(){
title
:
commonLogic
.
appcommonhandle
(
"实体数据视图(内置功能)"
,
null
),
},
interfunceditview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"
Built In Features
"
,
null
),
caption
:
commonLogic
.
appcommonhandle
(
"
Entity Edit View
"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"图书编辑视图(内置功能)"
,
null
),
},
usr3dataview
:
{
...
...
app_Web/src/locale/lanres/entities/ibizorder/ibizorder_en_US_base.ts
浏览文件 @
41fa21b3
...
...
@@ -92,11 +92,11 @@ function getLocaleResourceBase(){
title
:
commonLogic
.
appcommonhandle
(
"搜索表单内置功能"
,
null
),
},
linechartview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"
订单
"
,
null
),
caption
:
commonLogic
.
appcommonhandle
(
"
Line Chart
"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"订单图表视图"
,
null
),
},
radarchartview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"
订单
"
,
null
),
caption
:
commonLogic
.
appcommonhandle
(
"
Radar Chart
"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"订单图表视图"
,
null
),
},
selecteditview
:
{
...
...
@@ -164,7 +164,7 @@ function getLocaleResourceBase(){
title
:
commonLogic
.
appcommonhandle
(
"时间轴导航"
,
null
),
},
piechartview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"
订单
"
,
null
),
caption
:
commonLogic
.
appcommonhandle
(
"
PieChart
"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"订单图表视图"
,
null
),
},
odsp_w10_wfgridview
:
{
...
...
@@ -232,7 +232,7 @@ function getLocaleResourceBase(){
title
:
commonLogic
.
appcommonhandle
(
"订单列表视图"
,
null
),
},
areachartview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"
订单
"
,
null
),
caption
:
commonLogic
.
appcommonhandle
(
"
RegionalChart
"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"订单图表视图"
,
null
),
},
seditview2
:
{
...
...
app_Web/src/pages/sample/ibizappctrllist-view/ibizappctrllist-view-base.vue
浏览文件 @
41fa21b3
<
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>
<card
class=
'view-card view-no-caption '
:bordered=
"false"
:dis-hover=
"true"
>
...
...
app_Web/src/pages/sample/ibizappctrllist-view/ibizappctrllist-view.less
浏览文件 @
41fa21b3
...
...
@@ -17,3 +17,4 @@
// this is less
app_Web/src/pages/sample/ibizappeditorlist-view/ibizappeditorlist-view-base.vue
浏览文件 @
41fa21b3
<
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>
<card
class=
'view-card view-no-caption '
:bordered=
"false"
:dis-hover=
"true"
>
...
...
app_Web/src/pages/sample/ibizappeditorlist-view/ibizappeditorlist-view.less
浏览文件 @
41fa21b3
...
...
@@ -17,3 +17,4 @@
// this is less
app_Web/src/pages/sample/ibizappextendeditorlist-view/ibizappextendeditorlist-view-base.vue
浏览文件 @
41fa21b3
<
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>
<card
class=
'view-card view-no-caption '
:bordered=
"false"
:dis-hover=
"true"
>
...
...
app_Web/src/pages/sample/ibizappextendeditorlist-view/ibizappextendeditorlist-view.less
浏览文件 @
41fa21b3
...
...
@@ -17,3 +17,4 @@
// this is less
app_Web/src/pages/sample/ibizappviewlist-view/ibizappviewlist-view-base.vue
浏览文件 @
41fa21b3
<
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>
<card
class=
'view-card view-no-caption '
:bordered=
"false"
:dis-hover=
"true"
>
...
...
app_Web/src/pages/sample/ibizappviewlist-view/ibizappviewlist-view.less
浏览文件 @
41fa21b3
...
...
@@ -17,3 +17,4 @@
// this is less
config.xml
浏览文件 @
41fa21b3
...
...
@@ -37,11 +37,6 @@
git clone -b master $para2 demosys/
export NODE_OPTIONS=--max-old-space-size=4096
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>
</hudson.tasks.Shell>
</builders>
...
...
demo-app/demo-app-web/src/main/docker/Dockerfile
浏览文件 @
41fa21b3
...
...
@@ -12,6 +12,6 @@ CMD echo "The application will start in ${IBIZ_SLEEP}s..." && \
sleep ${IBIZ_SLEEP} && \
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
demo-app/demo-app-web/src/main/docker/demo-app-web.yaml
浏览文件 @
41fa21b3
...
...
@@ -3,24 +3,9 @@ services:
demo-app-web
:
image
:
registry.cn-shanghai.aliyuncs.com/ibizsys/demo-app-web:latest
ports
:
-
"
51001:51001
"
-
"
8080:8080
"
networks
:
-
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
:
resources
:
limits
:
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录