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

JunZai 发布系统代码

上级 b59ad2ff
<div class="view-container dewfdynaeditview hrtransfer-apply-wfdyna-edit-view"> <studio-view-style2 viewName="hrtransferapplywfdynaeditview" viewTitle="调动申请" class='dewfdynaeditview hrtransfer-apply-wfdyna-edit-view'>
<app-studioaction :viewTitle="$t(model.srfTitle)" viewName="hrtransferapplywfdynaeditview"></app-studioaction> <template slot='title'>
<card class='view-card ' :disHover="true" :padding="0" :bordered="false"> <span class='caption-info'>{{viewCaption}}</span>
<template slot='title'> </template>
<span class='caption-info'>{{viewCaption}}</span> <template slot="toolbar">
</template> <view-toolbar mode="STYLE2" :model="toolBarModels" @item-click="toolbar_click.apply(_self, arguments)"/> </template>
<div slot="extra"> <div class='toolbar-container'>
<div class='toolbar-container'> <tooltip :transfer="true" :max-width="600" v-for="(linkItem, index) in linkModel" :key="index">
<tooltip :transfer="true" :max-width="600" v-for="(linkItem, index) in linkModel" :key="index"> <i-button @click="dynamic_toolbar_click(linkItem, $event)">
<i-button @click="dynamic_toolbar_click(linkItem, $event)"> <span class='caption'>{{linkItem.sequenceFlowName}}</span>
<span class='caption'>{{linkItem.sequenceFlowName}}</span> </i-button>
</i-button> <div slot='content'>{{linkItem.sequenceFlowName}}</div>
<div slot='content'>{{linkItem.sequenceFlowName}}</div> </tooltip>
</tooltip> </div>
</div> <view_form
</div> :viewState="viewState"
<div class="content-container"> :viewparams="viewparams"
<view_form :context="context"
:viewState="viewState" :autosave="false"
:viewparams="viewparams" :viewtag="viewtag"
:context="context" :showBusyIndicator="true"
:autosave="false" updateAction="Update"
:viewtag="viewtag" removeAction="Remove"
:showBusyIndicator="true" loaddraftAction="GetDraft"
updateAction="Update" loadAction="Get"
removeAction="Remove" createAction="Create"
loaddraftAction="GetDraft" WFSubmitAction=""
loadAction="Get" WFStartAction=""
createAction="Create" style=''
WFSubmitAction="" name="form"
WFStartAction="" ref='form'
style='' @save="form_save($event)"
name="form" @remove="form_remove($event)"
ref='form' @load="form_load($event)"
@save="form_save($event)" @closeview="closeView($event)">
@remove="form_remove($event)" </view_form>
@load="form_load($event)" </studio-view-style2>
@closeview="closeView($event)"> \ No newline at end of file
</view_form>
</div>
</card>
</div>
\ No newline at end of file
...@@ -37,11 +37,6 @@ ...@@ -37,11 +37,6 @@
git clone -b master $para2 ibizhumanresources/ git clone -b master $para2 ibizhumanresources/
export NODE_OPTIONS=--max-old-space-size=4096 export NODE_OPTIONS=--max-old-space-size=4096
cd ibizhumanresources/ cd ibizhumanresources/
mvn clean package -Ppim
cd humanresource-app/humanresource-app-pim
mvn -Ppim docker:build
mvn -Ppim docker:push
docker -H $para1 stack deploy --compose-file=src/main/docker/humanresource-app-pim.yaml iBizEE --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 /humanresource-app-pim.jar java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -jar /humanresource-app-pim.jar
EXPOSE 10327 EXPOSE 8080
ADD humanresource-app-pim.jar /humanresource-app-pim.jar ADD humanresource-app-pim.jar /humanresource-app-pim.jar
...@@ -3,25 +3,9 @@ services: ...@@ -3,25 +3,9 @@ services:
humanresource-app-pim: humanresource-app-pim:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/humanresource-app-pim:latest image: registry.cn-shanghai.aliyuncs.com/ibizsys/humanresource-app-pim:latest
ports: ports:
- "10327:10327" - "8080:8080"
networks: networks:
- agent_network - agent_network
environment:
- SPRING_CLOUD_NACOS_DISCOVERY_IP=172.16.240.110
- SERVER_PORT=10327
- 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_e85d8801c
- SPRING_DATASOURCE_PASSWORD=b1@@@772
- SPRING_DATASOURCE_URL=jdbc:mysql://172.16.186.185:3306/a_LAB01_e85d8801c?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_e85d8801c
- CAS=https://passport.ibizlab.cn
- 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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册