Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
ibzlite
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
ibzlite
提交
e8095860
提交
e8095860
编写于
9月 23, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ibiz4j 部署微服务应用
上级
5afeb0b0
变更
12
显示空白字符变更
内嵌
并排
正在显示
12 个修改的文件
包含
30 行增加
和
45 行删除
+30
-45
dst-view_en_US.ts
...web/src/locale/lanres/entities/dst-view/dst-view_en_US.ts
+0
-1
dst-view_zh_CN.ts
...web/src/locale/lanres/entities/dst-view/dst-view_zh_CN.ts
+0
-1
main-form-base.vue
app_web/src/widgets/dst-router/main-form/main-form-base.vue
+5
-5
main-form-base.vue
app_web/src/widgets/dst-view/main-form/main-form-base.vue
+0
-8
main-form-model.ts
app_web/src/widgets/dst-view/main-form/main-form-model.ts
+0
-4
main-form-base.vue
app_web/src/widgets/meta-model/main-form/main-form-base.vue
+1
-2
main-form-base.vue
...rc/widgets/meta-relationship/main-form/main-form-base.vue
+2
-2
config.xml
config.xml
+5
-5
Dockerfile
ibzlite-app/ibzlite-app-web/src/main/docker/Dockerfile
+1
-1
ibzlite-app-web.yaml
...-app/ibzlite-app-web/src/main/docker/ibzlite-app-web.yaml
+14
-1
Dockerfile
...-provider/ibzlite-provider-api/src/main/docker/Dockerfile
+1
-1
ibzlite-provider-api.yaml
...te-provider-api/src/main/docker/ibzlite-provider-api.yaml
+1
-14
未找到文件。
app_web/src/locale/lanres/entities/dst-view/dst-view_en_US.ts
浏览文件 @
e8095860
...
@@ -26,7 +26,6 @@ export default {
...
@@ -26,7 +26,6 @@ export default {
},
},
main_form
:
{
main_form
:
{
details
:
{
details
:
{
router_meta
:
"动态表单测试"
,
group1
:
"页面基本信息"
,
group1
:
"页面基本信息"
,
formpage1
:
"基本信息"
,
formpage1
:
"基本信息"
,
srforikey
:
""
,
srforikey
:
""
,
...
...
app_web/src/locale/lanres/entities/dst-view/dst-view_zh_CN.ts
浏览文件 @
e8095860
...
@@ -25,7 +25,6 @@ export default {
...
@@ -25,7 +25,6 @@ export default {
},
},
main_form
:
{
main_form
:
{
details
:
{
details
:
{
router_meta
:
"动态表单测试"
,
group1
:
"页面基本信息"
,
group1
:
"页面基本信息"
,
formpage1
:
"基本信息"
,
formpage1
:
"基本信息"
,
srforikey
:
""
,
srforikey
:
""
,
...
...
app_web/src/widgets/dst-router/main-form/main-form-base.vue
浏览文件 @
e8095860
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<app-form-group
:uiService=
"appUIService"
:data=
"transformData(data)"
:manageContainerStatus=
"detailsModel.group1.manageContainerStatus"
:isManageContainer=
"detailsModel.group1.isManageContainer"
@
managecontainerclick=
"manageContainerClick('group1')"
layoutType=
"TABLE_24COL"
titleStyle=
""
class=
''
:uiActionGroup=
"detailsModel.group1.uiActionGroup"
@
groupuiactionclick=
"groupUIActionClick($event)"
:caption=
"$t('entities.dstrouter.main_form.details.group1')"
:isShowCaption=
"false"
uiStyle=
"DEFAULT"
:titleBarCloseMode=
"0"
:isInfoGroupMode=
"false"
>
<app-form-group
:uiService=
"appUIService"
:data=
"transformData(data)"
:manageContainerStatus=
"detailsModel.group1.manageContainerStatus"
:isManageContainer=
"detailsModel.group1.isManageContainer"
@
managecontainerclick=
"manageContainerClick('group1')"
layoutType=
"TABLE_24COL"
titleStyle=
""
class=
''
:uiActionGroup=
"detailsModel.group1.uiActionGroup"
@
groupuiactionclick=
"groupUIActionClick($event)"
:caption=
"$t('entities.dstrouter.main_form.details.group1')"
:isShowCaption=
"false"
uiStyle=
"DEFAULT"
:titleBarCloseMode=
"0"
:isInfoGroupMode=
"false"
>
<row>
<row>
<i-col
v-show=
"detailsModel.routername.visible"
:style=
"
{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }">
<i-col
v-show=
"detailsModel.routername.visible"
:style=
"
{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }">
<app-form-item
name=
'routername'
:itemRules=
"this.rules().routername"
class=
''
:caption=
"$t('entities.dstrouter.main_form.details.routername')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.routername.error"
:isEmptyCaption=
"false"
labelPos=
"
TOP
"
>
<app-form-item
name=
'routername'
:itemRules=
"this.rules().routername"
class=
''
:caption=
"$t('entities.dstrouter.main_form.details.routername')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.routername.error"
:isEmptyCaption=
"false"
labelPos=
"
LEFT
"
>
<input-box
<input-box
v-model=
"data.routername"
v-model=
"data.routername"
@
enter=
"onEnter($event)"
@
enter=
"onEnter($event)"
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
</i-col>
</i-col>
<i-col
v-show=
"detailsModel.routerpath.visible"
:style=
"
{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }">
<i-col
v-show=
"detailsModel.routerpath.visible"
:style=
"
{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }">
<app-form-item
name=
'routerpath'
:itemRules=
"this.rules().routerpath"
class=
''
:caption=
"$t('entities.dstrouter.main_form.details.routerpath')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.routerpath.error"
:isEmptyCaption=
"false"
labelPos=
"
TOP
"
>
<app-form-item
name=
'routerpath'
:itemRules=
"this.rules().routerpath"
class=
''
:caption=
"$t('entities.dstrouter.main_form.details.routerpath')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.routerpath.error"
:isEmptyCaption=
"false"
labelPos=
"
LEFT
"
>
<input-box
<input-box
v-model=
"data.routerpath"
v-model=
"data.routerpath"
@
enter=
"onEnter($event)"
@
enter=
"onEnter($event)"
...
@@ -35,14 +35,14 @@
...
@@ -35,14 +35,14 @@
</i-col>
</i-col>
<i-col
v-show=
"detailsModel.component.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<i-col
v-show=
"detailsModel.component.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<app-form-item
name=
'component'
:itemRules=
"this.rules().component"
class=
''
:caption=
"$t('entities.dstrouter.main_form.details.component')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.component.error"
:isEmptyCaption=
"false"
labelPos=
"
TOP
"
>
<app-form-item
name=
'component'
:itemRules=
"this.rules().component"
class=
''
:caption=
"$t('entities.dstrouter.main_form.details.component')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.component.error"
:isEmptyCaption=
"false"
labelPos=
"
LEFT
"
>
<input-box
v-model=
"data.component"
:textareaId=
"this.$util.createUUID()"
:disabled=
"detailsModel.component.disabled"
type=
'textarea'
textareaStyle=
"height:200px;"
></input-box>
<input-box
v-model=
"data.component"
:textareaId=
"this.$util.createUUID()"
:disabled=
"detailsModel.component.disabled"
type=
'textarea'
textareaStyle=
"height:200px;"
></input-box>
</app-form-item>
</app-form-item>
</i-col>
</i-col>
<i-col
v-show=
"detailsModel.meta.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<i-col
v-show=
"detailsModel.meta.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<app-form-item
name=
'meta'
:itemRules=
"this.rules().meta"
class=
''
:caption=
"$t('entities.dstrouter.main_form.details.meta')"
uiStyle=
"DEFAULT"
:labelWidth=
"
130"
:isShowCaption=
"true"
:error=
"detailsModel.meta.error"
:isEmptyCaption=
"false"
labelPos=
"TOP
"
>
<app-form-item
name=
'meta'
:itemRules=
"this.rules().meta"
class=
''
:caption=
"$t('entities.dstrouter.main_form.details.meta')"
uiStyle=
"DEFAULT"
:labelWidth=
"
0"
:isShowCaption=
"false"
:error=
"detailsModel.meta.error"
:isEmptyCaption=
"false"
labelPos=
"NONE
"
>
<avue-custom-form
:isParseString=
"true"
:isFormData=
"false"
v-model=
"data.meta"
:formData=
"data"
:url=
"`/lite/ibzlite-web/components/router_meta`"
:formState=
"formState"
></avue-custom-form>
<avue-custom-form
:isParseString=
"true"
:isFormData=
"false"
v-model=
"data.meta"
:formData=
"data"
:url=
"`/lite/ibzlite-web/components/router_meta`"
:formState=
"formState"
></avue-custom-form>
</app-form-item>
</app-form-item>
...
@@ -652,7 +652,7 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -652,7 +652,7 @@ export default class MainBase extends Vue implements ControlInterface {
,
,
component
:
new
FormItemModel
({
caption
:
'组件'
,
detailType
:
'FORMITEM'
,
name
:
'component'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
component
:
new
FormItemModel
({
caption
:
'组件'
,
detailType
:
'FORMITEM'
,
name
:
'component'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
,
meta
:
new
FormItemModel
({
caption
:
'meta'
,
detailType
:
'FORMITEM'
,
name
:
'meta'
,
visible
:
true
,
isShowCaption
:
tru
e
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
meta
:
new
FormItemModel
({
caption
:
'meta'
,
detailType
:
'FORMITEM'
,
name
:
'meta'
,
visible
:
true
,
isShowCaption
:
fals
e
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
,
parentid
:
new
FormItemModel
({
caption
:
'父路径标识'
,
detailType
:
'FORMITEM'
,
name
:
'parentid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
parentid
:
new
FormItemModel
({
caption
:
'父路径标识'
,
detailType
:
'FORMITEM'
,
name
:
'parentid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
,
...
...
app_web/src/widgets/dst-view/main-form/main-form-base.vue
浏览文件 @
e8095860
...
@@ -67,10 +67,6 @@
...
@@ -67,10 +67,6 @@
</app-form-item>
</app-form-item>
</i-col>
<i-col
v-show=
"detailsModel.router_meta.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<app-form-part
name=
"router_meta"
:context=
"context"
:viewparams=
"viewparams"
:data=
"mixinData"
:formState=
"formState"
systemCodeName=
"ibzlite"
appCodeName=
"web"
deCodeName=
"DstView"
formCodeName=
"Main"
formDetailCodeName=
"router_meta"
@
change=
"onFormItemValueChange"
></app-form-part>
</i-col>
</i-col>
</row>
</row>
...
@@ -417,7 +413,6 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -417,7 +413,6 @@ export default class MainBase extends Vue implements ControlInterface {
* @memberof MainBase
* @memberof MainBase
*/
*/
public
data
:
any
=
{
public
data
:
any
=
{
router_meta
:
null
,
srforikey
:
null
,
srforikey
:
null
,
srfkey
:
null
,
srfkey
:
null
,
srfmajortext
:
null
,
srfmajortext
:
null
,
...
@@ -654,8 +649,6 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -654,8 +649,6 @@ export default class MainBase extends Vue implements ControlInterface {
* @memberof MainBase
* @memberof MainBase
*/
*/
public
detailsModel
:
any
=
{
public
detailsModel
:
any
=
{
router_meta
:
new
FormPartModel
({
caption
:
'动态表单测试'
,
detailType
:
'FORMPART'
,
name
:
'router_meta'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
})
,
group1
:
new
FormGroupPanelModel
({
caption
:
'页面基本信息'
,
detailType
:
'GROUPPANEL'
,
name
:
'group1'
,
visible
:
true
,
isShowCaption
:
false
,
form
:
this
,
isControlledContent
:
false
,
uiActionGroup
:
{
caption
:
''
,
langbase
:
'entities.dstview.main_form'
,
extractMode
:
'ITEM'
,
details
:
[]
},
isManageContainer
:
false
,
showMoreModeItems
:
[]
})
group1
:
new
FormGroupPanelModel
({
caption
:
'页面基本信息'
,
detailType
:
'GROUPPANEL'
,
name
:
'group1'
,
visible
:
true
,
isShowCaption
:
false
,
form
:
this
,
isControlledContent
:
false
,
uiActionGroup
:
{
caption
:
''
,
langbase
:
'entities.dstview.main_form'
,
extractMode
:
'ITEM'
,
details
:
[]
},
isManageContainer
:
false
,
showMoreModeItems
:
[]
})
,
,
formpage1
:
new
FormPageModel
({
caption
:
'基本信息'
,
detailType
:
'FORMPAGE'
,
name
:
'formpage1'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
})
formpage1
:
new
FormPageModel
({
caption
:
'基本信息'
,
detailType
:
'FORMPAGE'
,
name
:
'formpage1'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
})
...
@@ -943,7 +936,6 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -943,7 +936,6 @@ export default class MainBase extends Vue implements ControlInterface {
}
}
/**
/**
...
...
app_web/src/widgets/dst-view/main-form/main-form-model.ts
浏览文件 @
e8095860
...
@@ -24,10 +24,6 @@ export default class MainModel {
...
@@ -24,10 +24,6 @@ export default class MainModel {
name
:
'srffrontuf'
,
name
:
'srffrontuf'
,
prop
:
'srffrontuf'
,
prop
:
'srffrontuf'
,
dataType
:
'TEXT'
,
dataType
:
'TEXT'
,
},
{
name
:
'router_meta'
,
dataType
:
'FORMPART'
},
},
{
{
name
:
'srforikey'
,
name
:
'srforikey'
,
...
...
app_web/src/widgets/meta-model/main-form/main-form-base.vue
浏览文件 @
e8095860
...
@@ -36,8 +36,7 @@
...
@@ -36,8 +36,7 @@
</i-col>
</i-col>
<i-col
v-show=
"detailsModel.modelcfg.visible"
:style=
"
{}" :sm="{ span: 24, offset: 0 }" :md="{ span: 24, offset: 0 }" :lg="{ span: 24, offset: 0 }" :xl="{ span: 24, offset: 0 }">
<i-col
v-show=
"detailsModel.modelcfg.visible"
:style=
"
{}" :sm="{ span: 24, offset: 0 }" :md="{ span: 24, offset: 0 }" :lg="{ span: 24, offset: 0 }" :xl="{ span: 24, offset: 0 }">
<app-form-item
name=
'modelcfg'
:itemRules=
"this.rules().modelcfg"
class=
''
:caption=
"$t('entities.metamodel.main_form.details.modelcfg')"
uiStyle=
"DEFAULT"
:labelWidth=
"0"
:isShowCaption=
"false"
:error=
"detailsModel.modelcfg.error"
:isEmptyCaption=
"false"
labelPos=
"NONE"
>
<app-form-item
name=
'modelcfg'
:itemRules=
"this.rules().modelcfg"
class=
''
:caption=
"$t('entities.metamodel.main_form.details.modelcfg')"
uiStyle=
"DEFAULT"
:labelWidth=
"0"
:isShowCaption=
"false"
:error=
"detailsModel.modelcfg.error"
:isEmptyCaption=
"false"
labelPos=
"NONE"
>
<input-box
v-model=
"data.modelcfg"
:textareaId=
"this.$util.createUUID()"
:disabled=
"detailsModel.modelcfg.disabled"
type=
'textarea'
textareaStyle=
"height:200px;"
></input-box>
<avue-custom-form
:isParseString=
"true"
:isFormData=
"false"
v-model=
"data.modelcfg"
:formData=
"data"
:formState=
"formState"
></avue-custom-form>
</app-form-item>
</app-form-item>
</i-col>
</i-col>
...
...
app_web/src/widgets/meta-relationship/main-form/main-form-base.vue
浏览文件 @
e8095860
...
@@ -117,7 +117,7 @@
...
@@ -117,7 +117,7 @@
</i-col>
</i-col>
<i-col
v-show=
"detailsModel.dstlookups.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<i-col
v-show=
"detailsModel.dstlookups.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0 }">
<app-form-item
name=
'dstlookups'
:itemRules=
"this.rules().dstlookups"
class=
''
:caption=
"$t('entities.metarelationship.main_form.details.dstlookups')"
uiStyle=
"DEFAULT"
:labelWidth=
"
130"
:isShowCaption=
"true"
:error=
"detailsModel.dstlookups.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT
"
>
<app-form-item
name=
'dstlookups'
:itemRules=
"this.rules().dstlookups"
class=
''
:caption=
"$t('entities.metarelationship.main_form.details.dstlookups')"
uiStyle=
"DEFAULT"
:labelWidth=
"
0"
:isShowCaption=
"false"
:error=
"detailsModel.dstlookups.error"
:isEmptyCaption=
"false"
labelPos=
"NONE
"
>
<avue-custom-form
:isParseString=
"true"
:isFormData=
"false"
v-model=
"data.dstlookups"
:formData=
"data"
:url=
"`/lite/ibzlite-web/components/lookup`"
:formState=
"formState"
></avue-custom-form>
<avue-custom-form
:isParseString=
"true"
:isFormData=
"false"
v-model=
"data.dstlookups"
:formData=
"data"
:url=
"`/lite/ibzlite-web/components/lookup`"
:formState=
"formState"
></avue-custom-form>
</app-form-item>
</app-form-item>
...
@@ -747,7 +747,7 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -747,7 +747,7 @@ export default class MainBase extends Vue implements ControlInterface {
,
,
nestedname
:
new
FormItemModel
({
caption
:
'嵌套代码名称'
,
detailType
:
'FORMITEM'
,
name
:
'nestedname'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
nestedname
:
new
FormItemModel
({
caption
:
'嵌套代码名称'
,
detailType
:
'FORMITEM'
,
name
:
'nestedname'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
,
dstlookups
:
new
FormItemModel
({
caption
:
'Lookup'
,
detailType
:
'FORMITEM'
,
name
:
'dstlookups'
,
visible
:
true
,
isShowCaption
:
tru
e
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
dstlookups
:
new
FormItemModel
({
caption
:
'Lookup'
,
detailType
:
'FORMITEM'
,
name
:
'dstlookups'
,
visible
:
true
,
isShowCaption
:
fals
e
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
,
refentityid
:
new
FormItemModel
({
caption
:
'引用实体标识'
,
detailType
:
'FORMITEM'
,
name
:
'refentityid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
refentityid
:
new
FormItemModel
({
caption
:
'引用实体标识'
,
detailType
:
'FORMITEM'
,
name
:
'refentityid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
,
...
...
config.xml
浏览文件 @
e8095860
...
@@ -37,11 +37,11 @@
...
@@ -37,11 +37,11 @@
git clone -b master $para2 ibzlite/
git clone -b master $para2 ibzlite/
export NODE_OPTIONS=--max-old-space-size=4096
export NODE_OPTIONS=--max-old-space-size=4096
cd ibzlite/
cd ibzlite/
mvn clean package -P
api
mvn clean package -P
web
cd ibzlite-
provider/ibzlite-provider-api
cd ibzlite-
app/ibzlite-app-web
mvn -P
api
docker:build
mvn -P
web
docker:build
mvn -P
api
docker:push
mvn -P
web
docker:push
docker -H $para1 stack deploy --compose-file=src/main/docker/ibzlite-
provider-api.yaml ibzlab-rt --with-registry-auth
docker -H $para1 stack deploy --compose-file=src/main/docker/ibzlite-
app-web.yaml ibzlab-rt --with-registry-auth
</command>
</command>
</hudson.tasks.Shell>
</hudson.tasks.Shell>
</builders>
</builders>
...
...
ibzlite-app/ibzlite-app-web/src/main/docker/Dockerfile
浏览文件 @
e8095860
...
@@ -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 /ibzlite-app-web.jar
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /ibzlite-app-web.jar
EXPOSE
808
0
EXPOSE
3001
0
ADD
ibzlite-app-web.jar /ibzlite-app-web.jar
ADD
ibzlite-app-web.jar /ibzlite-app-web.jar
ibzlite-app/ibzlite-app-web/src/main/docker/ibzlite-app-web.yaml
浏览文件 @
e8095860
...
@@ -3,9 +3,22 @@ services:
...
@@ -3,9 +3,22 @@ services:
ibzlite-app-web
:
ibzlite-app-web
:
image
:
registry.cn-shanghai.aliyuncs.com/ibizsys/ibzlite-app-web:latest
image
:
registry.cn-shanghai.aliyuncs.com/ibizsys/ibzlite-app-web:latest
ports
:
ports
:
-
"
8080:808
0"
-
"
30010:3001
0"
networks
:
networks
:
-
agent_network
-
agent_network
environment
:
-
SPRING_CLOUD_NACOS_DISCOVERY_IP=172.16.180.237
-
SERVER_PORT=30010
-
SPRING_CLOUD_NACOS_DISCOVERY_SERVER-ADDR=172.16.102.211:8848
-
SPRING_REDIS_HOST=172.16.100.243
-
SPRING_REDIS_PORT=6379
-
SPRING_REDIS_DATABASE=0
-
SPRING_DATASOURCE_USERNAME=a_A_5d9d78509
-
SPRING_DATASOURCE_PASSWORD=@6dEfb3@
-
SPRING_DATASOURCE_URL=jdbc:mysql://172.16.180.232:3306/a_A_5d9d78509?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true&allowMultiQueries=true
-
SPRING_DATASOURCE_DRIVER-CLASS-NAME=com.mysql.jdbc.Driver
-
SPRING_DATASOURCE_DEFAULTSCHEMA=a_A_5d9d78509
-
NACOS=172.16.102.211:8848
deploy
:
deploy
:
resources
:
resources
:
limits
:
limits
:
...
...
ibzlite-provider/ibzlite-provider-api/src/main/docker/Dockerfile
浏览文件 @
e8095860
...
@@ -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 /ibzlite-provider-api.jar
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /ibzlite-provider-api.jar
EXPOSE
40010
EXPOSE
8081
ADD
ibzlite-provider-api.jar /ibzlite-provider-api.jar
ADD
ibzlite-provider-api.jar /ibzlite-provider-api.jar
ibzlite-provider/ibzlite-provider-api/src/main/docker/ibzlite-provider-api.yaml
浏览文件 @
e8095860
...
@@ -3,22 +3,9 @@ services:
...
@@ -3,22 +3,9 @@ services:
ibzlite-provider-api
:
ibzlite-provider-api
:
image
:
registry.cn-shanghai.aliyuncs.com/ibizsys/ibzlite-provider-api:latest
image
:
registry.cn-shanghai.aliyuncs.com/ibizsys/ibzlite-provider-api:latest
ports
:
ports
:
-
"
40010:40010
"
-
"
8081:8081
"
networks
:
networks
:
-
agent_network
-
agent_network
environment
:
-
SPRING_CLOUD_NACOS_DISCOVERY_IP=172.16.180.237
-
SERVER_PORT=40010
-
SPRING_CLOUD_NACOS_DISCOVERY_SERVER-ADDR=172.16.102.211:8848
-
SPRING_REDIS_HOST=172.16.100.243
-
SPRING_REDIS_PORT=6379
-
SPRING_REDIS_DATABASE=0
-
SPRING_DATASOURCE_USERNAME=a_A_5d9d78509
-
SPRING_DATASOURCE_PASSWORD=@6dEfb3@
-
SPRING_DATASOURCE_URL=jdbc:mysql://172.16.180.232:3306/a_A_5d9d78509?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true&allowMultiQueries=true
-
SPRING_DATASOURCE_DRIVER-CLASS-NAME=com.mysql.jdbc.Driver
-
SPRING_DATASOURCE_DEFAULTSCHEMA=a_A_5d9d78509
-
NACOS=172.16.102.211:8848
deploy
:
deploy
:
resources
:
resources
:
limits
:
limits
:
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录