jar包转移到系统目录
parent
72fdcaf3c0
commit
343e9017a3
62
pom.xml
62
pom.xml
|
@ -86,6 +86,8 @@
|
||||||
<thumbnailator.version>0.4.6</thumbnailator.version>
|
<thumbnailator.version>0.4.6</thumbnailator.version>
|
||||||
<pinyin4j.version>2.5.0</pinyin4j.version>
|
<pinyin4j.version>2.5.0</pinyin4j.version>
|
||||||
<org.quartz.version>1.6.2</org.quartz.version>
|
<org.quartz.version>1.6.2</org.quartz.version>
|
||||||
|
<!--<org.quartz.version>2.3.0</org.quartz.version>-->
|
||||||
|
|
||||||
<activation.version>1.1.1</activation.version>
|
<activation.version>1.1.1</activation.version>
|
||||||
<aopalliance.version>1.0</aopalliance.version>
|
<aopalliance.version>1.0</aopalliance.version>
|
||||||
<xstream.version>1.4.4</xstream.version>
|
<xstream.version>1.4.4</xstream.version>
|
||||||
|
@ -96,7 +98,8 @@
|
||||||
<!--maven插件变量 -->
|
<!--maven插件变量 -->
|
||||||
<tomcat.version>2.2</tomcat.version>
|
<tomcat.version>2.2</tomcat.version>
|
||||||
<jetty.version>7.6.14.v20131031</jetty.version>
|
<jetty.version>7.6.14.v20131031</jetty.version>
|
||||||
|
<!-- jacob -->
|
||||||
|
<jacob.version>1.18</jacob.version>
|
||||||
<webserver.port>8081</webserver.port>
|
<webserver.port>8081</webserver.port>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
@ -141,6 +144,8 @@
|
||||||
<groupId>org.jeecgframework</groupId>
|
<groupId>org.jeecgframework</groupId>
|
||||||
<artifactId>codegenerate</artifactId>
|
<artifactId>codegenerate</artifactId>
|
||||||
<version>${codegenerate.version}</version>
|
<version>${codegenerate.version}</version>
|
||||||
|
<scope>system</scope>
|
||||||
|
<systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/codegenerate-3.6.1.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jeecgframework</groupId>
|
<groupId>org.jeecgframework</groupId>
|
||||||
|
@ -179,6 +184,10 @@
|
||||||
<groupId>com.springsource</groupId>
|
<groupId>com.springsource</groupId>
|
||||||
<artifactId>org.quartz</artifactId>
|
<artifactId>org.quartz</artifactId>
|
||||||
<version>${org.quartz.version}</version>
|
<version>${org.quartz.version}</version>
|
||||||
|
<scope>system</scope>
|
||||||
|
<systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/org.quartz-1.6.2.jar</systemPath>
|
||||||
|
|
||||||
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- SPRING start -->
|
<!-- SPRING start -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -579,10 +588,19 @@
|
||||||
<artifactId>ehcache-core</artifactId>
|
<artifactId>ehcache-core</artifactId>
|
||||||
<version>${ehcache.version}</version>
|
<version>${ehcache.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!--<dependency>-->
|
||||||
|
<!--<groupId>org.jeecgframework</groupId>-->
|
||||||
|
<!--<artifactId>freemarker-null</artifactId>-->
|
||||||
|
<!--<version>${freemarker.version}</version>-->
|
||||||
|
<!--</dependency>-->
|
||||||
|
|
||||||
|
<!-- freemarker -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jeecgframework</groupId>
|
<groupId>org.freemarker</groupId>
|
||||||
<artifactId>freemarker-null</artifactId>
|
<artifactId>freemarker</artifactId>
|
||||||
<version>${freemarker.version}</version>
|
<version>${freemarker.version}</version>
|
||||||
|
<scope>system</scope>
|
||||||
|
<systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/freemarker-null-2.3.19.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- JSR303 Bean Validator -->
|
<!-- JSR303 Bean Validator -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -661,11 +679,11 @@
|
||||||
<version>${openoffice.version}</version>
|
<version>${openoffice.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- java的OpenDucument文件转换器,它利用OpenOffice来进行转换工作 -->
|
<!-- java的OpenDucument文件转换器,它利用OpenOffice来进行转换工作 -->
|
||||||
<dependency>
|
<!--<dependency>-->
|
||||||
<groupId>org.artofsolving</groupId>
|
<!--<groupId>org.artofsolving</groupId>-->
|
||||||
<artifactId>jodconverter</artifactId>
|
<!--<artifactId>jodconverter</artifactId>-->
|
||||||
<version>${jodconverter.version}</version>
|
<!--<version>${jodconverter.version}</version>-->
|
||||||
</dependency>
|
<!--</dependency>-->
|
||||||
<!-- openoffice end -->
|
<!-- openoffice end -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.opensymphony</groupId>
|
<groupId>com.opensymphony</groupId>
|
||||||
|
@ -700,10 +718,16 @@
|
||||||
<version>${spring.version}</version>
|
<version>${spring.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- jacob -->
|
<!-- jacob -->
|
||||||
|
<!--<dependency>-->
|
||||||
|
<!--<groupId>org.jeecgframework</groupId>-->
|
||||||
|
<!--<artifactId>jacob</artifactId>-->
|
||||||
|
<!--<version>1.0.0</version>-->
|
||||||
|
<!--</dependency>-->
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jeecgframework</groupId>
|
<groupId>com.hynnet</groupId>
|
||||||
<artifactId>jacob</artifactId>
|
<artifactId>jacob</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>${jacob.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- highchart 图片导出 -->
|
<!-- highchart 图片导出 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -895,6 +919,24 @@
|
||||||
<version>4.3.1</version>
|
<version>4.3.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!--用友end-->
|
<!--用友end-->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- codegenerate -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.hynnet</groupId>
|
||||||
|
<artifactId>jacob</artifactId>
|
||||||
|
<version>1.19</version>
|
||||||
|
<scope>system</scope>
|
||||||
|
<systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/jacob.jar</systemPath>
|
||||||
|
</dependency>
|
||||||
|
<!-- java的OpenDucument文件转换器,它利用OpenOffice来进行转换工作-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.artofsolving</groupId>
|
||||||
|
<artifactId>jodconverter</artifactId>
|
||||||
|
<version>${jodconverter.version}</version>
|
||||||
|
<scope>system</scope>
|
||||||
|
<systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/jodconverter-3.0-beta-4-20170917.jar</systemPath>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<organization>
|
<organization>
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -40,7 +40,7 @@ public class ControllerTestDemo extends AbstractUnitTest{
|
||||||
//测试登录
|
//测试登录
|
||||||
@Test
|
@Test
|
||||||
public void testLogin() throws Exception {
|
public void testLogin() throws Exception {
|
||||||
yyUtil.getProduct();
|
// yyUtil.getProduct();
|
||||||
// Map<String, Object> paramMap = new HashMap<String, Object>();
|
// Map<String, Object> paramMap = new HashMap<String, Object>();
|
||||||
// paramMap.put("formDate","2017-01-01");
|
// paramMap.put("formDate","2017-01-01");
|
||||||
// paramMap.put("lastUpdateTime","2017-01-01");
|
// paramMap.put("lastUpdateTime","2017-01-01");
|
||||||
|
|
Loading…
Reference in New Issue