提交 6c4aab0a 编写于 作者: mydemo4's avatar mydemo4

去掉前端技术判断,加入前端依赖

上级 8ff09ba4
...@@ -15,10 +15,6 @@ PUBOBJ=WebAppConfig ...@@ -15,10 +15,6 @@ PUBOBJ=WebAppConfig
</parent> </parent>
<dependencies> <dependencies>
<<<<<<< HEAD
=======
<#if pub.getPSApplication().getPFType()?index_of("JQUERY_V2")!=-1 || (pub.getPSApplication().getPFType()?index_of("Vue V2")!=-1)>
>>>>>>> 0319da920701d3f8e809fa2e2f29c678ce77c12f
<dependency> <dependency>
<groupId>${pub.getPKGCodeName()}</groupId> <groupId>${pub.getPKGCodeName()}</groupId>
<artifactId>app_${pub.getPSApplication().getPKGCodeName()}</artifactId> <artifactId>app_${pub.getPSApplication().getPKGCodeName()}</artifactId>
...@@ -45,12 +41,8 @@ PUBOBJ=WebAppConfig ...@@ -45,12 +41,8 @@ PUBOBJ=WebAppConfig
<artifactId>maven-war-plugin</artifactId> <artifactId>maven-war-plugin</artifactId>
<version>2.4</version> <version>2.4</version>
<configuration> <configuration>
<<<<<<< HEAD
<overlays>
=======
<overlays> <overlays>
<#if pub.getPSApplication().getPFType()?index_of("JQUERY_V2")!=-1 || (pub.getPSApplication().getPFType()?index_of("Vue V2")!=-1)>
>>>>>>> 0319da920701d3f8e809fa2e2f29c678ce77c12f
<!-- 其他的war项目 --> <!-- 其他的war项目 -->
<overlay> <overlay>
<groupId>${pub.getPKGCodeName()}</groupId> <groupId>${pub.getPKGCodeName()}</groupId>
...@@ -59,6 +51,7 @@ PUBOBJ=WebAppConfig ...@@ -59,6 +51,7 @@ PUBOBJ=WebAppConfig
<exclude>**/web.xml</exclude> <exclude>**/web.xml</exclude>
</excludes> </excludes>
</overlay> </overlay>
</overlays> </overlays>
</configuration> </configuration>
</plugin> </plugin>
......
SERVICEBASE=%1$s.srv.%2$s.service.%3$sServiceBase
SERVICE=%1$s.srv.%2$s.service.%3$sService
DAOBASE=%1$s.srv.%2$s.dao.%3$sDAOBase
DAO=%1$s.srv.%2$s.dao.%3$sDAO
ENTITYBASE=%1$s.srv.%2$s.entity.%3$sBase
ENTITY=%1$s.srv.%2$s.entity.%3$s
DEMODELBASE=%1$s.srv.%2$s.demodel.%3$sDEModelBase
DEMODEL=%1$s.srv.%2$s.demodel.%3$sDEModel
CODELISTBASE=%1$s.srv.codelist.%3$sCodeListModelBase
CODELIST=%1$s.srv.codelist.%3$sCodeListModel
COUNTERBASE=%1$s.srv.counter.%3$sCounterHandlerBase
COUNTER=%1$s.srv.counter.%3$sCounterHandler
BADAO=%1$s.srv.%2$s.badao.%3$s%4$sDAO
SUBSYS_SERVICE=%1$s.srv.%2$s.service.%3$sService
SUBSYS_DEMODEL=%1$s.srv.%2$s.demodel.%3$sDEModel
SUBSYS_CODELIST=%1$s.srv.%2$s.codelist.%3$sCodeListModel
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册