提交 7a24c857 编写于 作者: zhouweidong's avatar zhouweidong

稳定yml

上级 3375aa67
<#ibiztemplate> <#ibiztemplate>
TARGET=PSSYSAPP TARGET=PSSYSAPP
</#ibiztemplate> </#ibiztemplate>
server: server:
port: 8080 port: 8080
\ No newline at end of file
...@@ -12,7 +12,6 @@ TARGET=PSSYSAPP ...@@ -12,7 +12,6 @@ TARGET=PSSYSAPP
</#if> </#if>
server: server:
port: ${httpPort} port: ${httpPort}
<#if item.getAllPSAppDataEntities?? && app.getAllPSAppDataEntities()??> <#if item.getAllPSAppDataEntities?? && app.getAllPSAppDataEntities()??>
#zuul网关路由设置 #zuul网关路由设置
zuul: zuul:
......
<#ibiztemplate> <#ibiztemplate>
TARGET=PSSYSTEM TARGET=PSSYSTEM
</#ibiztemplate> </#ibiztemplate>
server: server:
port: 8080 port: 8080
<#assign zuul=false> <#assign zuul=false>
<#if item.getAllPSDataEntities?? && item.getAllPSDataEntities()??> <#if item.getAllPSDataEntities?? && item.getAllPSDataEntities()??>
<#assign haswfentity=false> <#assign haswfentity=false>
......
<#ibiztemplate> <#ibiztemplate>
TARGET=PSSYSSERVICEAPI TARGET=PSSYSSERVICEAPI
</#ibiztemplate> </#ibiztemplate>
server: server:
port: 8081 port: 8081
\ No newline at end of file
...@@ -10,7 +10,6 @@ TARGET=PSSYSTEM ...@@ -10,7 +10,6 @@ TARGET=PSSYSTEM
<#assign dbPassWord="123456"> <#assign dbPassWord="123456">
<#assign dbUrl="jdbc:mysql://127.0.0.1:3306/"+sys.name+"?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true"> <#assign dbUrl="jdbc:mysql://127.0.0.1:3306/"+sys.name+"?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true">
<#assign dbDriver="com.mysql.jdbc.Driver"> <#assign dbDriver="com.mysql.jdbc.Driver">
<#comment>前端应用微服务平台配置</#comment> <#comment>前端应用微服务平台配置</#comment>
<#if sys.getAllPSDevSlnMSDepApps()??> <#if sys.getAllPSDevSlnMSDepApps()??>
<#list sys.getAllPSDevSlnMSDepApps() as depApp> <#list sys.getAllPSDevSlnMSDepApps() as depApp>
...@@ -32,7 +31,6 @@ TARGET=PSSYSTEM ...@@ -32,7 +31,6 @@ TARGET=PSSYSTEM
</#if> </#if>
</#list> </#list>
</#if> </#if>
<#comment>服务接口微服务平台配置</#comment> <#comment>服务接口微服务平台配置</#comment>
<#if sys.getAllPSDevSlnMSDepAPIs()??> <#if sys.getAllPSDevSlnMSDepAPIs()??>
<#list sys.getAllPSDevSlnMSDepAPIs() as depSysApi> <#list sys.getAllPSDevSlnMSDepAPIs() as depSysApi>
...@@ -54,7 +52,6 @@ TARGET=PSSYSTEM ...@@ -54,7 +52,6 @@ TARGET=PSSYSTEM
</#if> </#if>
</#list> </#list>
</#if> </#if>
<#comment>前端应用数据库配置</#comment> <#comment>前端应用数据库配置</#comment>
<#if sys.getAllPSDevSlnMSDepApps()??> <#if sys.getAllPSDevSlnMSDepApps()??>
<#list sys.getAllPSDevSlnMSDepApps() as depApp> <#list sys.getAllPSDevSlnMSDepApps() as depApp>
...@@ -80,7 +77,6 @@ TARGET=PSSYSTEM ...@@ -80,7 +77,6 @@ TARGET=PSSYSTEM
</#if> </#if>
</#list> </#list>
</#if> </#if>
<#comment>服务接口数据库配置</#comment> <#comment>服务接口数据库配置</#comment>
<#if sys.getAllPSDevSlnMSDepAPIs()??> <#if sys.getAllPSDevSlnMSDepAPIs()??>
<#list sys.getAllPSDevSlnMSDepAPIs() as depSysApi> <#list sys.getAllPSDevSlnMSDepAPIs() as depSysApi>
...@@ -106,7 +102,6 @@ TARGET=PSSYSTEM ...@@ -106,7 +102,6 @@ TARGET=PSSYSTEM
</#if> </#if>
</#list> </#list>
</#if> </#if>
#nacos配置中心、数据源 #nacos配置中心、数据源
spring: spring:
cloud: cloud:
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册