Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
ibzuaa
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
ibzuaa
提交
63e8d2c3
提交
63e8d2c3
编写于
7月 20, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lab_qyk 部署微服务应用
上级
ab66aee9
变更
24
显示空白字符变更
内嵌
并排
正在显示
24 个修改的文件
包含
268 行增加
和
93 行删除
+268
-93
app-form-druipart.vue
...eb/src/components/app-form-druipart/app-form-druipart.vue
+1
-1
sys-role_en_US.ts
...web/src/locale/lanres/entities/sys-role/sys-role_en_US.ts
+32
-26
sys-role_zh_CN.ts
...web/src/locale/lanres/entities/sys-role/sys-role_zh_CN.ts
+32
-26
page-register.ts
app_web/src/pages/uaa/index/page-register.ts
+1
-1
router.ts
app_web/src/pages/uaa/index/router.ts
+10
-10
state.ts
app_web/src/store/modules/view-action/state.ts
+2
-0
main-form-base.vue
app_web/src/widgets/sys-app/main-form/main-form-base.vue
+1
-1
main-form-base.vue
...b/src/widgets/sys-permission/main-form/main-form-base.vue
+1
-1
main-form-base.vue
.../widgets/sys-role-permission/main-form/main-form-base.vue
+1
-1
default-drbar-model.ts
...src/widgets/sys-role/default-drbar/default-drbar-model.ts
+6
-0
main-form-base.vue
app_web/src/widgets/sys-role/main-form/main-form-base.vue
+73
-2
main-form-model.ts
app_web/src/widgets/sys-role/main-form/main-form-model.ts
+10
-0
main-form-service.ts
app_web/src/widgets/sys-role/main-form/main-form-service.ts
+3
-0
main-grid-base.vue
app_web/src/widgets/sys-role/main-grid/main-grid-base.vue
+47
-0
main-grid-model.ts
app_web/src/widgets/sys-role/main-grid/main-grid-model.ts
+10
-0
mpickup-viewpickupviewpanel-pickupviewpanel-model.ts
...anel/mpickup-viewpickupviewpanel-pickupviewpanel-model.ts
+6
-0
pickup-viewpickupviewpanel-pickupviewpanel-model.ts
...panel/pickup-viewpickupviewpanel-pickupviewpanel-model.ts
+6
-0
main-form-base.vue
...eb/src/widgets/sys-user-role/main-form/main-form-base.vue
+1
-1
main-form-base.vue
app_web/src/widgets/sys-user/main-form/main-form-base.vue
+1
-1
config.xml
config.xml
+5
-5
Dockerfile
ibzuaa-app/ibzuaa-app-web/src/main/docker/Dockerfile
+1
-1
ibzuaa-app-web.yaml
...aa-app/ibzuaa-app-web/src/main/docker/ibzuaa-app-web.yaml
+16
-1
Dockerfile
...a-provider/ibzuaa-provider-api/src/main/docker/Dockerfile
+1
-1
ibzuaa-provider-api.yaml
...uaa-provider-api/src/main/docker/ibzuaa-provider-api.yaml
+1
-14
未找到文件。
app_web/src/components/app-form-druipart/app-form-druipart.vue
浏览文件 @
63e8d2c3
...
@@ -319,7 +319,7 @@ export default class AppFormDRUIPart extends Vue {
...
@@ -319,7 +319,7 @@ export default class AppFormDRUIPart extends Vue {
}
}
// 表单保存之前
// 表单保存之前
if
(
Object
.
is
(
$event
.
type
,
'beforesave'
))
{
if
(
Object
.
is
(
$event
.
type
,
'beforesave'
))
{
if
(
Object
.
is
(
this
.
refviewtype
,
'DEMEDITVIEW9'
)
||
Object
.
is
(
this
.
refviewtype
,
'DEGRIDVIEW9'
)){
if
(
Object
.
is
(
this
.
refviewtype
,
'DEMEDITVIEW9'
)
||
Object
.
is
(
this
.
refviewtype
,
'DEGRIDVIEW9'
)
||
Object
.
is
(
this
.
refviewtype
,
'DEGRIDVIEW'
)
){
this
.
formDruipart
.
next
({
action
:
'save'
,
data
:
$event
.
data
});
this
.
formDruipart
.
next
({
action
:
'save'
,
data
:
$event
.
data
});
}
else
{
}
else
{
// 不需要保存的界面也要抛出事件,供计数器计算
// 不需要保存的界面也要抛出事件,供计数器计算
...
...
app_web/src/locale/lanres/entities/sys-role/sys-role_en_US.ts
浏览文件 @
63e8d2c3
...
@@ -6,6 +6,8 @@ export default {
...
@@ -6,6 +6,8 @@ export default {
memo
:
"备注"
,
memo
:
"备注"
,
createdate
:
"建立时间"
,
createdate
:
"建立时间"
,
updatedate
:
"更新时间"
,
updatedate
:
"更新时间"
,
proleid
:
"父角色标识"
,
prolename
:
"父角色名称"
,
},
},
views
:
{
views
:
{
pickupgridview
:
{
pickupgridview
:
{
...
@@ -55,8 +57,10 @@ export default {
...
@@ -55,8 +57,10 @@ export default {
srfdeid
:
""
,
srfdeid
:
""
,
srfsourcekey
:
""
,
srfsourcekey
:
""
,
sys_rolename
:
"角色名称"
,
sys_rolename
:
"角色名称"
,
prolename
:
"父角色名称"
,
memo
:
"备注"
,
memo
:
"备注"
,
sys_roleid
:
"角色标识"
,
sys_roleid
:
"角色标识"
,
proleid
:
"父角色标识"
,
},
},
uiactions
:
{
uiactions
:
{
},
},
...
@@ -67,6 +71,8 @@ export default {
...
@@ -67,6 +71,8 @@ export default {
sys_rolename
:
"角色名称"
,
sys_rolename
:
"角色名称"
,
memo
:
"备注"
,
memo
:
"备注"
,
updatedate
:
"更新时间"
,
updatedate
:
"更新时间"
,
proleid
:
"父角色标识"
,
prolename
:
"父角色名称"
,
},
},
uiactions
:
{
uiactions
:
{
},
},
...
@@ -79,6 +85,32 @@ export default {
...
@@ -79,6 +85,32 @@ export default {
uiactions
:
{
uiactions
:
{
},
},
},
},
editviewtoolbar_toolbar
:
{
tbitem3
:
{
caption
:
"Save"
,
tip
:
"Save"
,
},
tbitem5
:
{
caption
:
"Save And Close"
,
tip
:
"Save And Close Window"
,
},
tbitem6
:
{
caption
:
"-"
,
tip
:
""
,
},
tbitem12
:
{
caption
:
"New"
,
tip
:
"New"
,
},
tbitem13
:
{
caption
:
"-"
,
tip
:
""
,
},
tbitem14
:
{
caption
:
"Copy"
,
tip
:
"Copy {0}"
,
},
},
gridviewtoolbar_toolbar
:
{
gridviewtoolbar_toolbar
:
{
tbitem3
:
{
tbitem3
:
{
caption
:
"New"
,
caption
:
"New"
,
...
@@ -117,32 +149,6 @@ export default {
...
@@ -117,32 +149,6 @@ export default {
tip
:
"Filter"
,
tip
:
"Filter"
,
},
},
},
},
editviewtoolbar_toolbar
:
{
tbitem3
:
{
caption
:
"Save"
,
tip
:
"Save"
,
},
tbitem5
:
{
caption
:
"Save And Close"
,
tip
:
"Save And Close Window"
,
},
tbitem6
:
{
caption
:
"-"
,
tip
:
""
,
},
tbitem12
:
{
caption
:
"New"
,
tip
:
"New"
,
},
tbitem13
:
{
caption
:
"-"
,
tip
:
""
,
},
tbitem14
:
{
caption
:
"Copy"
,
tip
:
"Copy {0}"
,
},
},
editview2toolbar_toolbar
:
{
editview2toolbar_toolbar
:
{
tbitem3
:
{
tbitem3
:
{
caption
:
"Save"
,
caption
:
"Save"
,
...
...
app_web/src/locale/lanres/entities/sys-role/sys-role_zh_CN.ts
浏览文件 @
63e8d2c3
...
@@ -5,6 +5,8 @@ export default {
...
@@ -5,6 +5,8 @@ export default {
memo
:
"备注"
,
memo
:
"备注"
,
createdate
:
"建立时间"
,
createdate
:
"建立时间"
,
updatedate
:
"更新时间"
,
updatedate
:
"更新时间"
,
proleid
:
"父角色标识"
,
prolename
:
"父角色名称"
,
},
},
views
:
{
views
:
{
pickupgridview
:
{
pickupgridview
:
{
...
@@ -54,8 +56,10 @@ export default {
...
@@ -54,8 +56,10 @@ export default {
srfdeid
:
""
,
srfdeid
:
""
,
srfsourcekey
:
""
,
srfsourcekey
:
""
,
sys_rolename
:
"角色名称"
,
sys_rolename
:
"角色名称"
,
prolename
:
"父角色名称"
,
memo
:
"备注"
,
memo
:
"备注"
,
sys_roleid
:
"角色标识"
,
sys_roleid
:
"角色标识"
,
proleid
:
"父角色标识"
,
},
},
uiactions
:
{
uiactions
:
{
},
},
...
@@ -66,6 +70,8 @@ export default {
...
@@ -66,6 +70,8 @@ export default {
sys_rolename
:
"角色名称"
,
sys_rolename
:
"角色名称"
,
memo
:
"备注"
,
memo
:
"备注"
,
updatedate
:
"更新时间"
,
updatedate
:
"更新时间"
,
proleid
:
"父角色标识"
,
prolename
:
"父角色名称"
,
},
},
uiactions
:
{
uiactions
:
{
},
},
...
@@ -78,6 +84,32 @@ export default {
...
@@ -78,6 +84,32 @@ export default {
uiactions
:
{
uiactions
:
{
},
},
},
},
editviewtoolbar_toolbar
:
{
tbitem3
:
{
caption
:
"保存"
,
tip
:
"保存"
,
},
tbitem5
:
{
caption
:
"保存并关闭"
,
tip
:
"保存并关闭"
,
},
tbitem6
:
{
caption
:
"-"
,
tip
:
""
,
},
tbitem12
:
{
caption
:
"新建"
,
tip
:
"新建"
,
},
tbitem13
:
{
caption
:
"-"
,
tip
:
""
,
},
tbitem14
:
{
caption
:
"拷贝"
,
tip
:
"拷贝"
,
},
},
gridviewtoolbar_toolbar
:
{
gridviewtoolbar_toolbar
:
{
tbitem3
:
{
tbitem3
:
{
caption
:
"新建"
,
caption
:
"新建"
,
...
@@ -116,32 +148,6 @@ export default {
...
@@ -116,32 +148,6 @@ export default {
tip
:
"过滤"
,
tip
:
"过滤"
,
},
},
},
},
editviewtoolbar_toolbar
:
{
tbitem3
:
{
caption
:
"保存"
,
tip
:
"保存"
,
},
tbitem5
:
{
caption
:
"保存并关闭"
,
tip
:
"保存并关闭"
,
},
tbitem6
:
{
caption
:
"-"
,
tip
:
""
,
},
tbitem12
:
{
caption
:
"新建"
,
tip
:
"新建"
,
},
tbitem13
:
{
caption
:
"-"
,
tip
:
""
,
},
tbitem14
:
{
caption
:
"拷贝"
,
tip
:
"拷贝"
,
},
},
editview2toolbar_toolbar
:
{
editview2toolbar_toolbar
:
{
tbitem3
:
{
tbitem3
:
{
caption
:
"保存"
,
caption
:
"保存"
,
...
...
app_web/src/pages/uaa/index/page-register.ts
浏览文件 @
63e8d2c3
export
const
PageComponents
=
{
export
const
PageComponents
=
{
install
(
Vue
:
any
,
opt
:
any
)
{
install
(
Vue
:
any
,
opt
:
any
)
{
Vue
.
component
(
'sys-app-grid-view'
,
()
=>
import
(
'@pages/uaa/sys-app-grid-view/sys-app-grid-view.vue'
));
Vue
.
component
(
'sys-app-grid-view'
,
()
=>
import
(
'@pages/uaa/sys-app-grid-view/sys-app-grid-view.vue'
));
Vue
.
component
(
'sys-rolepickup-view'
,
()
=>
import
(
'@pages/uaa/sys-rolepickup-view/sys-rolepickup-view.vue'
));
Vue
.
component
(
'sys-app-edit-view'
,
()
=>
import
(
'@pages/uaa/sys-app-edit-view/sys-app-edit-view.vue'
));
Vue
.
component
(
'sys-app-edit-view'
,
()
=>
import
(
'@pages/uaa/sys-app-edit-view/sys-app-edit-view.vue'
));
Vue
.
component
(
'sys-rolepickup-view'
,
()
=>
import
(
'@pages/uaa/sys-rolepickup-view/sys-rolepickup-view.vue'
));
Vue
.
component
(
'sys-usermpickup-view'
,
()
=>
import
(
'@pages/uaa/sys-usermpickup-view/sys-usermpickup-view.vue'
));
Vue
.
component
(
'sys-usermpickup-view'
,
()
=>
import
(
'@pages/uaa/sys-usermpickup-view/sys-usermpickup-view.vue'
));
Vue
.
component
(
'sys-role-permission-custom-view'
,
()
=>
import
(
'@pages/uaa/sys-role-permission-custom-view/sys-role-permission-custom-view.vue'
));
Vue
.
component
(
'sys-role-permission-custom-view'
,
()
=>
import
(
'@pages/uaa/sys-role-permission-custom-view/sys-role-permission-custom-view.vue'
));
Vue
.
component
(
'sys-userpickup-grid-view'
,
()
=>
import
(
'@pages/uaa/sys-userpickup-grid-view/sys-userpickup-grid-view.vue'
));
Vue
.
component
(
'sys-userpickup-grid-view'
,
()
=>
import
(
'@pages/uaa/sys-userpickup-grid-view/sys-userpickup-grid-view.vue'
));
...
...
app_web/src/pages/uaa/index/router.ts
浏览文件 @
63e8d2c3
...
@@ -50,32 +50,32 @@ const router = new Router({
...
@@ -50,32 +50,32 @@ const router = new Router({
component
:
()
=>
import
(
'@pages/uaa/sys-app-grid-view/sys-app-grid-view.vue'
),
component
:
()
=>
import
(
'@pages/uaa/sys-app-grid-view/sys-app-grid-view.vue'
),
},
},
{
{
path
:
'sys
roles/:sysrole?/pickupview/:pickup
view?'
,
path
:
'sys
apps/:sysapp?/editview/:edit
view?'
,
meta
:
{
meta
:
{
caption
:
'entities.sys
role.views.pickup
view.title'
,
caption
:
'entities.sys
app.views.edit
view.title'
,
info
:
''
,
info
:
''
,
parameters
:
[
parameters
:
[
{
pathName
:
'index'
,
parameterName
:
'index'
},
{
pathName
:
'index'
,
parameterName
:
'index'
},
{
pathName
:
'sys
roles'
,
parameterName
:
'sysrole
'
},
{
pathName
:
'sys
apps'
,
parameterName
:
'sysapp
'
},
{
pathName
:
'
pickupview'
,
parameterName
:
'pickup
view'
},
{
pathName
:
'
editview'
,
parameterName
:
'edit
view'
},
],
],
requireAuth
:
true
,
requireAuth
:
true
,
},
},
component
:
()
=>
import
(
'@pages/uaa/sys-
rolepickup-view/sys-rolepickup
-view.vue'
),
component
:
()
=>
import
(
'@pages/uaa/sys-
app-edit-view/sys-app-edit
-view.vue'
),
},
},
{
{
path
:
'sys
apps/:sysapp?/editview/:edit
view?'
,
path
:
'sys
roles/:sysrole?/pickupview/:pickup
view?'
,
meta
:
{
meta
:
{
caption
:
'entities.sys
app.views.edit
view.title'
,
caption
:
'entities.sys
role.views.pickup
view.title'
,
info
:
''
,
info
:
''
,
parameters
:
[
parameters
:
[
{
pathName
:
'index'
,
parameterName
:
'index'
},
{
pathName
:
'index'
,
parameterName
:
'index'
},
{
pathName
:
'sys
apps'
,
parameterName
:
'sysapp
'
},
{
pathName
:
'sys
roles'
,
parameterName
:
'sysrole
'
},
{
pathName
:
'
editview'
,
parameterName
:
'edit
view'
},
{
pathName
:
'
pickupview'
,
parameterName
:
'pickup
view'
},
],
],
requireAuth
:
true
,
requireAuth
:
true
,
},
},
component
:
()
=>
import
(
'@pages/uaa/sys-
app-edit-view/sys-app-edit
-view.vue'
),
component
:
()
=>
import
(
'@pages/uaa/sys-
rolepickup-view/sys-rolepickup
-view.vue'
),
},
},
{
{
path
:
'sysusers/:sysuser?/mpickupview/:mpickupview?'
,
path
:
'sysusers/:sysuser?/mpickupview/:mpickupview?'
,
...
...
app_web/src/store/modules/view-action/state.ts
浏览文件 @
63e8d2c3
...
@@ -120,6 +120,7 @@ export const viewstate: any = {
...
@@ -120,6 +120,7 @@ export const viewstate: any = {
viewaction
:
''
,
viewaction
:
''
,
viewdatachange
:
false
,
viewdatachange
:
false
,
refviews
:
[
refviews
:
[
'8a32be8cf2c1e224867a93bb5fc90b67'
,
'e791be173ed0f4bbe9cce942b6edde63'
,
'e791be173ed0f4bbe9cce942b6edde63'
,
'fb89f9af95f2caf92ccc1249025c9a1b'
,
'fb89f9af95f2caf92ccc1249025c9a1b'
,
],
],
...
@@ -172,6 +173,7 @@ export const viewstate: any = {
...
@@ -172,6 +173,7 @@ export const viewstate: any = {
viewaction
:
''
,
viewaction
:
''
,
viewdatachange
:
false
,
viewdatachange
:
false
,
refviews
:
[
refviews
:
[
'8a32be8cf2c1e224867a93bb5fc90b67'
,
'e791be173ed0f4bbe9cce942b6edde63'
,
'e791be173ed0f4bbe9cce942b6edde63'
,
'fb89f9af95f2caf92ccc1249025c9a1b'
,
'fb89f9af95f2caf92ccc1249025c9a1b'
,
],
],
...
...
app_web/src/widgets/sys-app/main-form/main-form-base.vue
浏览文件 @
63e8d2c3
...
@@ -1469,8 +1469,8 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -1469,8 +1469,8 @@ export default class MainBase extends Vue implements ControlInterface {
}
}
const
arg
:
any
=
{
...
opt
};
const
arg
:
any
=
{
...
opt
};
const
data
=
this
.
getValues
();
const
data
=
this
.
getValues
();
Object
.
assign
(
arg
,
data
);
Object
.
assign
(
arg
,
this
.
context
);
Object
.
assign
(
arg
,
this
.
context
);
Object
.
assign
(
arg
,
data
);
if
(
ifStateNext
)
{
if
(
ifStateNext
)
{
this
.
drcounter
=
0
;
this
.
drcounter
=
0
;
if
(
this
.
drcounter
!==
0
){
if
(
this
.
drcounter
!==
0
){
...
...
app_web/src/widgets/sys-permission/main-form/main-form-base.vue
浏览文件 @
63e8d2c3
...
@@ -1264,8 +1264,8 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -1264,8 +1264,8 @@ export default class MainBase extends Vue implements ControlInterface {
}
}
const
arg
:
any
=
{
...
opt
};
const
arg
:
any
=
{
...
opt
};
const
data
=
this
.
getValues
();
const
data
=
this
.
getValues
();
Object
.
assign
(
arg
,
data
);
Object
.
assign
(
arg
,
this
.
context
);
Object
.
assign
(
arg
,
this
.
context
);
Object
.
assign
(
arg
,
data
);
if
(
ifStateNext
)
{
if
(
ifStateNext
)
{
this
.
drcounter
=
0
;
this
.
drcounter
=
0
;
if
(
this
.
drcounter
!==
0
){
if
(
this
.
drcounter
!==
0
){
...
...
app_web/src/widgets/sys-role-permission/main-form/main-form-base.vue
浏览文件 @
63e8d2c3
...
@@ -1388,8 +1388,8 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -1388,8 +1388,8 @@ export default class MainBase extends Vue implements ControlInterface {
}
}
const
arg
:
any
=
{
...
opt
};
const
arg
:
any
=
{
...
opt
};
const
data
=
this
.
getValues
();
const
data
=
this
.
getValues
();
Object
.
assign
(
arg
,
data
);
Object
.
assign
(
arg
,
this
.
context
);
Object
.
assign
(
arg
,
this
.
context
);
Object
.
assign
(
arg
,
data
);
if
(
ifStateNext
)
{
if
(
ifStateNext
)
{
this
.
drcounter
=
0
;
this
.
drcounter
=
0
;
if
(
this
.
drcounter
!==
0
){
if
(
this
.
drcounter
!==
0
){
...
...
app_web/src/widgets/sys-role/default-drbar/default-drbar-model.ts
浏览文件 @
63e8d2c3
...
@@ -30,6 +30,12 @@ export default class DefaultModel {
...
@@ -30,6 +30,12 @@ export default class DefaultModel {
{
{
name
:
'updatedate'
,
name
:
'updatedate'
,
},
},
{
name
:
'proleid'
,
},
{
name
:
'prolename'
,
},
]
]
}
}
...
...
app_web/src/widgets/sys-role/main-form/main-form-base.vue
浏览文件 @
63e8d2c3
...
@@ -13,7 +13,34 @@
...
@@ -13,7 +13,34 @@
</app-form-item>
</app-form-item>
</i-col>
</i-col>
<i-col
v-show=
"detailsModel.memo.visible"
:style=
"
{}" :md="{ span: 12, offset: 0 }" :lg="{ span: 24, offset: 0 }" :xl="{ span: 12, offset: 0 }">
<i-col
v-show=
"detailsModel.prolename.visible"
:style=
"
{}" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }">
<app-form-item
name=
'prolename'
:itemRules=
"this.rules().prolename"
class=
''
:caption=
"$t('entities.sysrole.main_form.details.prolename')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.prolename.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<app-picker
:formState=
"formState"
:data=
"data"
:context=
"context"
:viewparams=
"viewparams"
:localContext =
'
{ }'
:localParam ='{ }'
:disabled="detailsModel.prolename.disabled"
name='prolename'
deMajorField='rolename'
deKeyField='sysrole'
:service="service"
:acParams="{ serviceName: 'SysRoleService', interfaceName: 'FetchDefault'}"
valueitem='proleid'
:value="data.prolename"
editortype=""
:pickupView="{ viewname: 'sys-rolepickup-view', title: $t('entities.sysrole.views.pickupview.title'), deResParameters: [], parameters: [{ pathName: 'sysroles', parameterName: 'sysrole' }, { pathName: 'pickupview', parameterName: 'pickupview' } ], placement:'' }"
style=""
@formitemvaluechange="onFormItemValueChange">
</app-picker>
</app-form-item>
</i-col>
<i-col
v-show=
"detailsModel.memo.visible"
:style=
"
{}" :md="{ span: 24, offset: 0 }" :lg="{ span: 24, offset: 0 }" :xl="{ span: 24, offset: 0 }">
<app-form-item
name=
'memo'
:itemRules=
"this.rules().memo"
class=
''
:caption=
"$t('entities.sysrole.main_form.details.memo')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.memo.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<app-form-item
name=
'memo'
:itemRules=
"this.rules().memo"
class=
''
:caption=
"$t('entities.sysrole.main_form.details.memo')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.memo.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<input-box
v-model=
"data.memo"
@
enter=
"onEnter($event)"
unit=
""
:disabled=
"detailsModel.memo.disabled"
type=
'text'
style=
""
></input-box>
<input-box
v-model=
"data.memo"
@
enter=
"onEnter($event)"
unit=
""
:disabled=
"detailsModel.memo.disabled"
type=
'text'
style=
""
></input-box>
...
@@ -446,8 +473,10 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -446,8 +473,10 @@ export default class MainBase extends Vue implements ControlInterface {
srfdeid
:
null
,
srfdeid
:
null
,
srfsourcekey
:
null
,
srfsourcekey
:
null
,
sys_rolename
:
null
,
sys_rolename
:
null
,
prolename
:
null
,
memo
:
null
,
memo
:
null
,
sys_roleid
:
null
,
sys_roleid
:
null
,
proleid
:
null
,
sysrole
:
null
,
sysrole
:
null
,
};
};
...
@@ -545,6 +574,12 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -545,6 +574,12 @@ export default class MainBase extends Vue implements ControlInterface {
{
required
:
false
,
type
:
'string'
,
message
:
'角色名称 值不能为空'
,
trigger
:
'change'
},
{
required
:
false
,
type
:
'string'
,
message
:
'角色名称 值不能为空'
,
trigger
:
'change'
},
{
required
:
false
,
type
:
'string'
,
message
:
'角色名称 值不能为空'
,
trigger
:
'blur'
},
{
required
:
false
,
type
:
'string'
,
message
:
'角色名称 值不能为空'
,
trigger
:
'blur'
},
],
],
prolename
:
[
{
type
:
'string'
,
message
:
'父角色名称 值必须为字符串类型'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'父角色名称 值必须为字符串类型'
,
trigger
:
'blur'
},
{
required
:
false
,
type
:
'string'
,
message
:
'父角色名称 值不能为空'
,
trigger
:
'change'
},
{
required
:
false
,
type
:
'string'
,
message
:
'父角色名称 值不能为空'
,
trigger
:
'blur'
},
],
memo
:
[
memo
:
[
{
type
:
'string'
,
message
:
'备注 值必须为字符串类型'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'备注 值必须为字符串类型'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'备注 值必须为字符串类型'
,
trigger
:
'blur'
},
{
type
:
'string'
,
message
:
'备注 值必须为字符串类型'
,
trigger
:
'blur'
},
...
@@ -557,6 +592,12 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -557,6 +592,12 @@ export default class MainBase extends Vue implements ControlInterface {
{
required
:
false
,
type
:
'string'
,
message
:
'角色标识 值不能为空'
,
trigger
:
'change'
},
{
required
:
false
,
type
:
'string'
,
message
:
'角色标识 值不能为空'
,
trigger
:
'change'
},
{
required
:
false
,
type
:
'string'
,
message
:
'角色标识 值不能为空'
,
trigger
:
'blur'
},
{
required
:
false
,
type
:
'string'
,
message
:
'角色标识 值不能为空'
,
trigger
:
'blur'
},
],
],
proleid
:
[
{
type
:
'string'
,
message
:
'父角色标识 值必须为字符串类型'
,
trigger
:
'change'
},
{
type
:
'string'
,
message
:
'父角色标识 值必须为字符串类型'
,
trigger
:
'blur'
},
{
required
:
false
,
type
:
'string'
,
message
:
'父角色标识 值不能为空'
,
trigger
:
'change'
},
{
required
:
false
,
type
:
'string'
,
message
:
'父角色标识 值不能为空'
,
trigger
:
'blur'
},
],
}
}
}
}
...
@@ -642,10 +683,14 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -642,10 +683,14 @@ export default class MainBase extends Vue implements ControlInterface {
srfsourcekey
:
new
FormItemModel
({
caption
:
''
,
detailType
:
'FORMITEM'
,
name
:
'srfsourcekey'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
disabled
:
false
,
enableCond
:
3
})
srfsourcekey
:
new
FormItemModel
({
caption
:
''
,
detailType
:
'FORMITEM'
,
name
:
'srfsourcekey'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
,
sys_rolename
:
new
FormItemModel
({
caption
:
'角色名称'
,
detailType
:
'FORMITEM'
,
name
:
'sys_rolename'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
disabled
:
false
,
enableCond
:
3
})
sys_rolename
:
new
FormItemModel
({
caption
:
'角色名称'
,
detailType
:
'FORMITEM'
,
name
:
'sys_rolename'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
prolename
:
new
FormItemModel
({
caption
:
'父角色名称'
,
detailType
:
'FORMITEM'
,
name
:
'prolename'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
,
memo
:
new
FormItemModel
({
caption
:
'备注'
,
detailType
:
'FORMITEM'
,
name
:
'memo'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
disabled
:
false
,
enableCond
:
3
})
memo
:
new
FormItemModel
({
caption
:
'备注'
,
detailType
:
'FORMITEM'
,
name
:
'memo'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
,
sys_roleid
:
new
FormItemModel
({
caption
:
'角色标识'
,
detailType
:
'FORMITEM'
,
name
:
'sys_roleid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
disabled
:
false
,
enableCond
:
3
})
sys_roleid
:
new
FormItemModel
({
caption
:
'角色标识'
,
detailType
:
'FORMITEM'
,
name
:
'sys_roleid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
proleid
:
new
FormItemModel
({
caption
:
'父角色标识'
,
detailType
:
'FORMITEM'
,
name
:
'proleid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
,
};
};
...
@@ -757,6 +802,18 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -757,6 +802,18 @@ export default class MainBase extends Vue implements ControlInterface {
this
.
formDataChange
({
name
:
'sys_rolename'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
this
.
formDataChange
({
name
:
'sys_rolename'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
}
/**
* 监控表单属性 prolename 值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof MainBase
*/
@
Watch
(
'data.prolename'
)
onProlenameChange
(
newVal
:
any
,
oldVal
:
any
)
{
this
.
formDataChange
({
name
:
'prolename'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
/**
/**
* 监控表单属性 memo 值
* 监控表单属性 memo 值
*
*
...
@@ -781,6 +838,18 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -781,6 +838,18 @@ export default class MainBase extends Vue implements ControlInterface {
this
.
formDataChange
({
name
:
'sys_roleid'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
this
.
formDataChange
({
name
:
'sys_roleid'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
}
/**
* 监控表单属性 proleid 值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof MainBase
*/
@
Watch
(
'data.proleid'
)
onProleidChange
(
newVal
:
any
,
oldVal
:
any
)
{
this
.
formDataChange
({
name
:
'proleid'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
/**
/**
* 显示更多模式切换操作
* 显示更多模式切换操作
...
@@ -852,6 +921,8 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -852,6 +921,8 @@ export default class MainBase extends Vue implements ControlInterface {
}
}
...
@@ -1400,8 +1471,8 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -1400,8 +1471,8 @@ export default class MainBase extends Vue implements ControlInterface {
}
}
const
arg
:
any
=
{
...
opt
};
const
arg
:
any
=
{
...
opt
};
const
data
=
this
.
getValues
();
const
data
=
this
.
getValues
();
Object
.
assign
(
arg
,
data
);
Object
.
assign
(
arg
,
this
.
context
);
Object
.
assign
(
arg
,
this
.
context
);
Object
.
assign
(
arg
,
data
);
if
(
ifStateNext
)
{
if
(
ifStateNext
)
{
this
.
drcounter
=
2
;
this
.
drcounter
=
2
;
if
(
this
.
drcounter
!==
0
){
if
(
this
.
drcounter
!==
0
){
...
...
app_web/src/widgets/sys-role/main-form/main-form-model.ts
浏览文件 @
63e8d2c3
...
@@ -60,6 +60,11 @@ export default class MainModel {
...
@@ -60,6 +60,11 @@ export default class MainModel {
prop
:
'rolename'
,
prop
:
'rolename'
,
dataType
:
'TEXT'
,
dataType
:
'TEXT'
,
},
},
{
name
:
'prolename'
,
prop
:
'prolename'
,
dataType
:
'PICKUPTEXT'
,
},
{
{
name
:
'memo'
,
name
:
'memo'
,
prop
:
'memo'
,
prop
:
'memo'
,
...
@@ -70,6 +75,11 @@ export default class MainModel {
...
@@ -70,6 +75,11 @@ export default class MainModel {
prop
:
'roleid'
,
prop
:
'roleid'
,
dataType
:
'GUID'
,
dataType
:
'GUID'
,
},
},
{
name
:
'proleid'
,
prop
:
'proleid'
,
dataType
:
'PICKUP'
,
},
{
{
name
:
'sysrole'
,
name
:
'sysrole'
,
prop
:
'roleid'
,
prop
:
'roleid'
,
...
...
app_web/src/widgets/sys-role/main-form/main-form-service.ts
浏览文件 @
63e8d2c3
...
@@ -82,6 +82,9 @@ export default class MainService extends ControlService {
...
@@ -82,6 +82,9 @@ export default class MainService extends ControlService {
public
getItems
(
serviceName
:
string
,
interfaceName
:
string
,
context
:
any
=
{},
data
:
any
,
isloading
?:
boolean
):
Promise
<
any
[]
>
{
public
getItems
(
serviceName
:
string
,
interfaceName
:
string
,
context
:
any
=
{},
data
:
any
,
isloading
?:
boolean
):
Promise
<
any
[]
>
{
data
.
page
=
data
.
page
?
data
.
page
:
0
;
data
.
page
=
data
.
page
?
data
.
page
:
0
;
data
.
size
=
data
.
size
?
data
.
size
:
1000
;
data
.
size
=
data
.
size
?
data
.
size
:
1000
;
if
(
Object
.
is
(
serviceName
,
'SysRoleService'
)
&&
Object
.
is
(
interfaceName
,
'FetchDefault'
))
{
return
this
.
doItems
(
this
.
appEntityService
.
FetchDefault
(
JSON
.
parse
(
JSON
.
stringify
(
context
)),
data
,
isloading
),
'roleid'
,
'sysrole'
);
}
return
Promise
.
reject
([])
return
Promise
.
reject
([])
}
}
...
...
app_web/src/widgets/sys-role/main-grid/main-grid-base.vue
浏览文件 @
63e8d2c3
...
@@ -69,6 +69,37 @@
...
@@ -69,6 +69,37 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</template>
</template>
<
template
v-if=
"getColumnState('proleid')"
>
<el-table-column
show-overflow-tooltip
:prop=
"'proleid'"
:label=
"$t('entities.sysrole.main_grid.columns.proleid')"
:width=
"100"
:align=
"'left'"
:sortable=
"'custom'"
>
<template
v-slot:header=
"
{column}">
<span
class=
"column-header "
>
{{
$t
(
'entities.sysrole.main_grid.columns.proleid'
)
}}
</span>
</
template
>
<
template
v-slot=
"{row,column,$index}"
>
<span>
{{
row
.
proleid
}}
</span>
</
template
>
</el-table-column>
</template>
<
template
v-if=
"getColumnState('prolename')"
>
<el-table-column
show-overflow-tooltip
:prop=
"'prolename'"
:label=
"$t('entities.sysrole.main_grid.columns.prolename')"
:width=
"250"
:align=
"'left'"
:sortable=
"'custom'"
>
<template
v-slot:header=
"
{column}">
<span
class=
"column-header "
>
{{
$t
(
'entities.sysrole.main_grid.columns.prolename'
)
}}
</span>
</
template
>
<
template
v-slot=
"{row,column,$index}"
>
<app-column-link
deKeyField=
'sysrole'
:context=
"JSON.parse(JSON.stringify(context))"
:viewparams=
"JSON.parse(JSON.stringify(viewparams))"
:data=
"row"
:linkview=
"
{viewname: 'sys-roleredirect-view', height: 0,width: 0,title: $t('entities.sysrole.views.redirectview.title'),placement: '', isRedirectView: true,deResParameters: [
]
,parameters: [
{ pathName: 'sysroles', parameterName: 'sysrole' },
{ pathName: 'redirectview', parameterName: 'redirectview' }
]}" valueitem="proleid">
<span>
{{
row
.
prolename
}}
</span>
</app-column-link
>
</
template
>
</el-table-column>
</template>
<
template
v-if=
"adaptiveState"
>
<
template
v-if=
"adaptiveState"
>
<el-table-column></el-table-column>
<el-table-column></el-table-column>
</
template
>
</
template
>
...
@@ -625,6 +656,22 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -625,6 +656,22 @@ export default class MainBase extends Vue implements ControlInterface {
util
:
'px'
,
util
:
'px'
,
isEnableRowEdit
:
false
,
isEnableRowEdit
:
false
,
},
},
{
name
:
'proleid'
,
label
:
'父角色标识'
,
langtag
:
'entities.sysrole.main_grid.columns.proleid'
,
show
:
true
,
util
:
'PX'
,
isEnableRowEdit
:
false
,
},
{
name
:
'prolename'
,
label
:
'父角色名称'
,
langtag
:
'entities.sysrole.main_grid.columns.prolename'
,
show
:
true
,
util
:
'PX'
,
isEnableRowEdit
:
false
,
},
]
]
/**
/**
...
...
app_web/src/widgets/sys-role/main-grid/main-grid-model.ts
浏览文件 @
63e8d2c3
...
@@ -41,11 +41,21 @@ export default class MainModel {
...
@@ -41,11 +41,21 @@ export default class MainModel {
prop
:
'roleid'
,
prop
:
'roleid'
,
dataType
:
'GUID'
,
dataType
:
'GUID'
,
},
},
{
name
:
'proleid'
,
prop
:
'proleid'
,
dataType
:
'PICKUP'
,
},
{
{
name
:
'updatedate'
,
name
:
'updatedate'
,
prop
:
'updatedate'
,
prop
:
'updatedate'
,
dataType
:
'DATETIME'
,
dataType
:
'DATETIME'
,
},
},
{
name
:
'prolename'
,
prop
:
'prolename'
,
dataType
:
'PICKUPTEXT'
,
},
{
{
name
:
'srfmajortext'
,
name
:
'srfmajortext'
,
prop
:
'rolename'
,
prop
:
'rolename'
,
...
...
app_web/src/widgets/sys-role/mpickup-viewpickupviewpanel-pickupviewpanel/mpickup-viewpickupviewpanel-pickupviewpanel-model.ts
浏览文件 @
63e8d2c3
...
@@ -30,6 +30,12 @@ export default class MPickupViewpickupviewpanelModel {
...
@@ -30,6 +30,12 @@ export default class MPickupViewpickupviewpanelModel {
{
{
name
:
'updatedate'
,
name
:
'updatedate'
,
},
},
{
name
:
'proleid'
,
},
{
name
:
'prolename'
,
},
]
]
}
}
...
...
app_web/src/widgets/sys-role/pickup-viewpickupviewpanel-pickupviewpanel/pickup-viewpickupviewpanel-pickupviewpanel-model.ts
浏览文件 @
63e8d2c3
...
@@ -30,6 +30,12 @@ export default class PickupViewpickupviewpanelModel {
...
@@ -30,6 +30,12 @@ export default class PickupViewpickupviewpanelModel {
{
{
name
:
'updatedate'
,
name
:
'updatedate'
,
},
},
{
name
:
'proleid'
,
},
{
name
:
'prolename'
,
},
]
]
}
}
...
...
app_web/src/widgets/sys-user-role/main-form/main-form-base.vue
浏览文件 @
63e8d2c3
...
@@ -1406,8 +1406,8 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -1406,8 +1406,8 @@ export default class MainBase extends Vue implements ControlInterface {
}
}
const
arg
:
any
=
{
...
opt
};
const
arg
:
any
=
{
...
opt
};
const
data
=
this
.
getValues
();
const
data
=
this
.
getValues
();
Object
.
assign
(
arg
,
data
);
Object
.
assign
(
arg
,
this
.
context
);
Object
.
assign
(
arg
,
this
.
context
);
Object
.
assign
(
arg
,
data
);
if
(
ifStateNext
)
{
if
(
ifStateNext
)
{
this
.
drcounter
=
0
;
this
.
drcounter
=
0
;
if
(
this
.
drcounter
!==
0
){
if
(
this
.
drcounter
!==
0
){
...
...
app_web/src/widgets/sys-user/main-form/main-form-base.vue
浏览文件 @
63e8d2c3
...
@@ -1395,8 +1395,8 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -1395,8 +1395,8 @@ export default class MainBase extends Vue implements ControlInterface {
}
}
const
arg
:
any
=
{
...
opt
};
const
arg
:
any
=
{
...
opt
};
const
data
=
this
.
getValues
();
const
data
=
this
.
getValues
();
Object
.
assign
(
arg
,
data
);
Object
.
assign
(
arg
,
this
.
context
);
Object
.
assign
(
arg
,
this
.
context
);
Object
.
assign
(
arg
,
data
);
if
(
ifStateNext
)
{
if
(
ifStateNext
)
{
this
.
drcounter
=
1
;
this
.
drcounter
=
1
;
if
(
this
.
drcounter
!==
0
){
if
(
this
.
drcounter
!==
0
){
...
...
config.xml
浏览文件 @
63e8d2c3
...
@@ -37,11 +37,11 @@
...
@@ -37,11 +37,11 @@
git clone -b master $para2 ibzuaa/
git clone -b master $para2 ibzuaa/
export NODE_OPTIONS=--max-old-space-size=4096
export NODE_OPTIONS=--max-old-space-size=4096
cd ibzuaa/
cd ibzuaa/
mvn clean package -P
api
mvn clean package -P
web
cd ibzuaa-
provider/ibzuaa-provider-api
cd ibzuaa-
app/ibzuaa-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/ibzuaa-
provider-api.yaml ibzlab-rt --with-registry-auth
docker -H $para1 stack deploy --compose-file=src/main/docker/ibzuaa-
app-web.yaml ibzlab-rt --with-registry-auth
</command>
</command>
</hudson.tasks.Shell>
</hudson.tasks.Shell>
</builders>
</builders>
...
...
ibzuaa-app/ibzuaa-app-web/src/main/docker/Dockerfile
浏览文件 @
63e8d2c3
...
@@ -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 /ibzuaa-app-web.jar
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /ibzuaa-app-web.jar
EXPOSE
8080
EXPOSE
30002
ADD
ibzuaa-app-web.jar /ibzuaa-app-web.jar
ADD
ibzuaa-app-web.jar /ibzuaa-app-web.jar
ibzuaa-app/ibzuaa-app-web/src/main/docker/ibzuaa-app-web.yaml
浏览文件 @
63e8d2c3
...
@@ -3,9 +3,24 @@ services:
...
@@ -3,9 +3,24 @@ services:
ibzuaa-app-web
:
ibzuaa-app-web
:
image
:
registry.cn-shanghai.aliyuncs.com/ibizsys/ibzuaa-app-web:latest
image
:
registry.cn-shanghai.aliyuncs.com/ibizsys/ibzuaa-app-web:latest
ports
:
ports
:
-
"
8080:8080
"
-
"
30002:30002
"
networks
:
networks
:
-
agent_network
-
agent_network
environment
:
-
SPRING_CLOUD_NACOS_DISCOVERY_IP=172.16.180.237
-
SERVER_PORT=30002
-
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
-
SPRING_DATASOURCE_DRIVER-CLASS-NAME=com.mysql.jdbc.Driver
-
SPRING_DATASOURCE_DEFAULTSCHEMA=a_A_5d9d78509
-
ABC=1
-
DEC=3
-
NACOS=172.16.102.211:8848
deploy
:
deploy
:
resources
:
resources
:
limits
:
limits
:
...
...
ibzuaa-provider/ibzuaa-provider-api/src/main/docker/Dockerfile
浏览文件 @
63e8d2c3
...
@@ -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 /ibzuaa-provider-api.jar
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /ibzuaa-provider-api.jar
EXPOSE
40002
EXPOSE
8081
ADD
ibzuaa-provider-api.jar /ibzuaa-provider-api.jar
ADD
ibzuaa-provider-api.jar /ibzuaa-provider-api.jar
ibzuaa-provider/ibzuaa-provider-api/src/main/docker/ibzuaa-provider-api.yaml
浏览文件 @
63e8d2c3
...
@@ -3,22 +3,9 @@ services:
...
@@ -3,22 +3,9 @@ services:
ibzuaa-provider-api
:
ibzuaa-provider-api
:
image
:
registry.cn-shanghai.aliyuncs.com/ibizsys/ibzuaa-provider-api:latest
image
:
registry.cn-shanghai.aliyuncs.com/ibizsys/ibzuaa-provider-api:latest
ports
:
ports
:
-
"
40002:40002
"
-
"
8081:8081
"
networks
:
networks
:
-
agent_network
-
agent_network
environment
:
-
SPRING_CLOUD_NACOS_DISCOVERY_IP=172.16.180.237
-
SERVER_PORT=40002
-
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
-
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
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录