提交 1154c3a8 编写于 作者: zhouweidong's avatar zhouweidong

项目支持打war包

上级 7f8f193e
......@@ -5,25 +5,20 @@ TARGET=PSSYSTEM
<#comment>前端应用微服务平台配置</#comment>
<#if sys.getAllPSDevSlnMSDepApps()??>
<#list sys.getAllPSDevSlnMSDepApps() as depApp>
<#if depApp.getPSDCMSPlatform()??>
<#assign appPlatform=depApp.getPSDCMSPlatform()>
<#if appPlatform.getUserParam("ibiz.deploy.packagetype","")??>
<#assign packageType = appPlatform.getUserParam("ibiz.deploy.packagetype","")>
<#if depApp.getUserParam("ibiz.deploy.packagetype","")?? && depApp.getUserParam("ibiz.deploy.packagetype","")!=''>
<#assign packageType = depApp.getUserParam("ibiz.deploy.packagetype","")>
<#break>
</#if>
<#break>
</#if>
</#list>
</#if>
<#comment>服务接口微服务平台配置</#comment>
<#if sys.getAllPSDevSlnMSDepAPIs()??>
<#list sys.getAllPSDevSlnMSDepAPIs() as depSysApi>
<#if depSysApi.getPSDCMSPlatform()?? >
<#assign sysApiPlatform=depSysApi.getPSDCMSPlatform()>
<#if sysApiPlatform.getUserParam("ibiz.deploy.packagetype","")??>
<#assign packageType = sysApiPlatform.getUserParam("ibiz.deploy.packagetype","")>
<#if depSysApi.getUserParam("ibiz.deploy.packagetype","")?? && depSysApi.getUserParam("ibiz.deploy.packagetype","")!=''>
<#assign packageType = depSysApi.getUserParam("ibiz.deploy.packagetype","")>
<#break>
</#if>
<#break>
</#if>
</#list>
</#if>
<#if packageType=='war'>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册