提交 0958419b 编写于 作者: mydemo4's avatar mydemo4

支持Vue_V2前端框架部署

上级 a884b53d
......@@ -15,7 +15,7 @@ PUBOBJ=WebAppConfig
</parent>
<dependencies>
<#if pub.getPSApplication().getPFType()?index_of("JQUERY")!=-1 || (pub.getPSApplication().getPFType()?index_of("VUE_R2")!=-1)>
<#if pub.getPSApplication().getPFType()?index_of("JQUERY")!=-1 || (pub.getPSApplication().getPFType()?index_of("Vue V2")!=-1)>
<dependency>
<groupId>${pub.getPKGCodeName()}</groupId>
<artifactId>app_${pub.getPSApplication().getPKGCodeName()}</artifactId>
......@@ -44,7 +44,7 @@ PUBOBJ=WebAppConfig
<version>2.4</version>
<configuration>
<overlays>
<#if pub.getPSApplication().getPFType()?index_of("JQUERY")!=-1 || (pub.getPSApplication().getPFType()?index_of("VUE_R2")!=-1)>
<#if pub.getPSApplication().getPFType()?index_of("JQUERY")!=-1 || (pub.getPSApplication().getPFType()?index_of("Vue V2")!=-1)>
<!-- 其他的war项目 -->
<overlay>
<groupId>${pub.getPKGCodeName()}</groupId>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册