提交 6080b33c 编写于 作者: sq3536's avatar sq3536

repair

上级 c8a93e69
...@@ -12,7 +12,37 @@ TARGET=PSSYSTEM ...@@ -12,7 +12,37 @@ TARGET=PSSYSTEM
server: server:
port: ${httpPort} port: ${httpPort}
<#assign zuul=false>
<#if item.getAllPSDataEntities?? && item.getAllPSDataEntities()??> <#if item.getAllPSDataEntities?? && item.getAllPSDataEntities()??>
<#assign haswfentity=false>
<#list item.getAllPSDataEntities() as appDataEntity>
<#assign serviceId="">
<#assign serviceUrl=srfpluralize(appDataEntity.codeName?lower_case)>
<#assign appEntity=appDataEntity.name?lower_case>
<#assign psDataEntity=appDataEntity>
<#assign systemName=sys.getCodeName()?lower_case>
<#if psDataEntity.hasPSDEWF()?? && psDataEntity.hasPSDEWF()==true>
<#assign haswfentity=true>
</#if>
<#if psDataEntity.getStorageMode()==4>
<#comment>serviceApi模式</#comment>
<#assign serviceId=(psDataEntity.getPSSubSysServiceAPI().getServiceCodeName())!''>
<#assign serviceUrl=srfpluralize(appDataEntity.name?lower_case)>
<#if serviceId!="">
<#assign zuul=true>
</#if>
</#if>
</#list>
<#if haswfentity==true>
<#assign zuul=true>
</#if>
<#if sys.getPSSystemSetting()?? && sys.getPSSystemSetting().getDataAccCtrlArch()?? && sys.getPSSystemSetting().getDataAccCtrlArch()==1>
<#assign zuul=true>
</#if>
</#if>
<#if zuul==true && item.getAllPSDataEntities?? && item.getAllPSDataEntities()??>
#zuul网关路由设置 #zuul网关路由设置
zuul: zuul:
routes: routes:
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册