|
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>com.jiuyv.sptcc</groupId>
|
|
|
|
|
<artifactId>carbon-dataprocess</artifactId>
|
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<artifactId>carbon-dataprocess-service</artifactId>
|
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
|
|
<name>carbon-dataprocess-service</name>
|
|
|
|
|
<url>http://maven.apache.org</url>
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
<userGate.version>2.0.0</userGate.version>
|
|
|
|
|
<auth.version>0.2.0</auth.version>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.jiuyv.sptcc</groupId>
|
|
|
|
|
<artifactId>carbon-dataprocess-api</artifactId>
|
|
|
|
|
<version>${project.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.jiuyv.sptcc</groupId>
|
|
|
|
|
<artifactId>tanph-auth-api</artifactId>
|
|
|
|
|
<version>${auth.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.jiuyv</groupId>
|
|
|
|
|
<artifactId>smtools</artifactId>
|
|
|
|
|
<version>1.1.3</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
|
<artifactId>spring-cloud-starter-openfeign</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.github.openfeign</groupId>
|
|
|
|
|
<artifactId>feign-okhttp</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
|
<artifactId>spring-cloud-starter-loadbalancer</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
|
<artifactId>spring-cloud-starter-bootstrap</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-aop</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-cache</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.github.ben-manes.caffeine</groupId>
|
|
|
|
|
<artifactId>caffeine</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.github.ulisesbocchio</groupId>
|
|
|
|
|
<artifactId>jasypt-spring-boot-starter</artifactId>
|
|
|
|
|
<version>2.1.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-devtools</artifactId>
|
|
|
|
|
<optional>true</optional> <!-- 表示依赖不会传递 -->
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--bloomfilter-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.jiuyv.spring</groupId>
|
|
|
|
|
<artifactId>bloomfilter-starter-v2</artifactId>
|
|
|
|
|
<version>2.0.18</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.mashape.unirest</groupId>
|
|
|
|
|
<artifactId>unirest-java</artifactId>
|
|
|
|
|
<version>1.4.9</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>net.sf.json-lib</groupId>
|
|
|
|
|
<artifactId>json-lib</artifactId>
|
|
|
|
|
<version>2.4</version>
|
|
|
|
|
<classifier>jdk15</classifier>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-configuration-processor</artifactId>
|
|
|
|
|
<optional>true</optional>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
|
<version>2.5</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-freemarker</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.bouncycastle</groupId>
|
|
|
|
|
<artifactId>bcprov-jdk15on</artifactId>
|
|
|
|
|
<version>1.58</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.bouncycastle</groupId>
|
|
|
|
|
<artifactId>bcprov-ext-jdk15on</artifactId>
|
|
|
|
|
<version>1.58</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
|
|
|
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
|
|
|
|
<version>1.3.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.oracle</groupId>
|
|
|
|
|
<artifactId>ojdbc8</artifactId>
|
|
|
|
|
<version>12.2.0.1.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
|
|
|
|
|
<!-- <dependency>
|
|
|
|
|
<groupId>org.postgresql</groupId>
|
|
|
|
|
<artifactId>postgresql</artifactId>
|
|
|
|
|
<version>42.2.14</version>
|
|
|
|
|
</dependency> -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.mina</groupId>
|
|
|
|
|
<artifactId>mina-core</artifactId>
|
|
|
|
|
<version>2.0.16</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.mina</groupId>
|
|
|
|
|
<artifactId>mina-integration-beans</artifactId>
|
|
|
|
|
<version>2.0.16</version>
|
|
|
|
|
<!-- The mina-integration-beans has a bundle dependency which does not
|
|
|
|
|
work for me -->
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.apache.mina</groupId>
|
|
|
|
|
<artifactId>mina-core</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>net.logstash.logback</groupId>
|
|
|
|
|
<artifactId>logstash-logback-encoder</artifactId>
|
|
|
|
|
<version>6.3</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
|
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
|
<artifactId>spring-cloud-starter-config</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
|
<artifactId>spring-cloud-starter-sleuth</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--<dependency>
|
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
|
<artifactId>spring-cloud-sleuth-zipkin-stream</artifactId>
|
|
|
|
|
</dependency>-->
|
|
|
|
|
|
|
|
|
|
<!--<dependency>
|
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
|
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
|
|
|
|
|
</dependency>-->
|
|
|
|
|
|
|
|
|
|
<!-- tomcat -->
|
|
|
|
|
<!-- <dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-tomcat</artifactId>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency> -->
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--<dependency>
|
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
|
|
<version>2.0.111-beta</version>
|
|
|
|
|
</dependency>-->
|
|
|
|
|
|
|
|
|
|
<!--dozer -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>net.sf.dozer</groupId>
|
|
|
|
|
<artifactId>dozer</artifactId>
|
|
|
|
|
<version>5.4.0</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.fasterxml.uuid</groupId>
|
|
|
|
|
<artifactId>java-uuid-generator</artifactId>
|
|
|
|
|
<version>3.1.3</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>dom4j</groupId>
|
|
|
|
|
<artifactId>dom4j</artifactId>
|
|
|
|
|
<version>1.4</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-security</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- xxl-job-core -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.xuxueli</groupId>
|
|
|
|
|
<artifactId>xxl-job-core</artifactId>
|
|
|
|
|
<version>2.3.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- sftp -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.jcraft</groupId>
|
|
|
|
|
<artifactId>jsch</artifactId>
|
|
|
|
|
<version>0.1.54</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>net.lingala.zip4j</groupId>
|
|
|
|
|
<artifactId>zip4j</artifactId>
|
|
|
|
|
<version>1.3.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 测试类 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!--<dependency>
|
|
|
|
|
<groupId>com.github.springtestdbunit</groupId>
|
|
|
|
|
<artifactId>spring-test-dbunit</artifactId>
|
|
|
|
|
<version>1.3.0</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.dbunit</groupId>
|
|
|
|
|
<artifactId>dbunit</artifactId>
|
|
|
|
|
<version>2.5.4</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.h2database</groupId>
|
|
|
|
|
<artifactId>h2</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!--<dependency>
|
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>-->
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<skip>true</skip>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>default-prepare-agent</id>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>prepare-agent</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>default-report</id>
|
|
|
|
|
<phase>prepare-package</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>report</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- ProGuard混淆插件 -->
|
|
|
|
|
<!-- <plugin>
|
|
|
|
|
<groupId>com.github.wvengen</groupId>
|
|
|
|
|
<artifactId>proguard-maven-plugin</artifactId>
|
|
|
|
|
<version>2.0.13</version>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
混淆时刻,这里是打包的时候混淆
|
|
|
|
|
<phase>package</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
使用插件的什么功能,当然是混淆
|
|
|
|
|
<goal>proguard</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<configuration>
|
|
|
|
|
是否混淆
|
|
|
|
|
<obfuscate>false</obfuscate>
|
|
|
|
|
<options>
|
|
|
|
|
不做收缩(删除注释、未被引用代码)
|
|
|
|
|
<option>-dontshrink</option>
|
|
|
|
|
不做优化(变更代码实现逻辑)
|
|
|
|
|
<option>-dontoptimize</option>
|
|
|
|
|
不路过非公用类文件及成员
|
|
|
|
|
<option>-dontskipnonpubliclibraryclasses</option>
|
|
|
|
|
<option>-dontskipnonpubliclibraryclassmembers</option>
|
|
|
|
|
优化时允许访问并修改有修饰符的类和类的成员
|
|
|
|
|
<option>-allowaccessmodification</option>
|
|
|
|
|
不混淆所有包名,本人测试混淆后WEB项目问题实在太多,毕竟Spring配置中有大量固定写法的包名
|
|
|
|
|
<option>-keeppackagenames</option>
|
|
|
|
|
spring 自动生成代理类的话一定要保留目录,否则报找不到生成的bean
|
|
|
|
|
<option>-keepdirectories</option>
|
|
|
|
|
<option>-optimizations !class/marking/final</option>
|
|
|
|
|
不混淆所有特殊的类
|
|
|
|
|
<option>-keepattributes
|
|
|
|
|
Exceptions,InnerClasses,Signature,Deprecated,SourceFile,LineNumberTable,*Annotation*,Synthetic,EnclosingMethod</option>
|
|
|
|
|
<option>-keepparameternames </option>
|
|
|
|
|
<option>-keepnames class * { <fields> ; public
|
|
|
|
|
<methods>; } </option>
|
|
|
|
|
|
|
|
|
|
</options>
|
|
|
|
|
|
|
|
|
|
<libs>
|
|
|
|
|
|
|
|
|
|
<lib>${java.home}/lib/resources.jar</lib>
|
|
|
|
|
<lib>${java.home}/lib/rt.jar</lib>
|
|
|
|
|
<lib>${java.home}/lib/jsse.jar</lib>
|
|
|
|
|
<lib>${java.home}/lib/jce.jar</lib>
|
|
|
|
|
<lib>${java.home}/lib/charsets.jar</lib>
|
|
|
|
|
|
|
|
|
|
</libs>
|
|
|
|
|
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin> -->
|
|
|
|
|
<!--支持私有jar包 -->
|
|
|
|
|
<!-- <plugin>-->
|
|
|
|
|
<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
|
|
<!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
|
|
|
|
|
<!-- <executions>-->
|
|
|
|
|
<!-- <execution>-->
|
|
|
|
|
<!-- <goals>-->
|
|
|
|
|
<!-- <goal>repackage</goal>-->
|
|
|
|
|
<!-- </goals>-->
|
|
|
|
|
<!-- <configuration>-->
|
|
|
|
|
<!-- <!–<start-class>org.springframework.boot.loader.JarLauncher</start-class>–>-->
|
|
|
|
|
<!-- </configuration>-->
|
|
|
|
|
<!-- </execution>-->
|
|
|
|
|
<!-- </executions>-->
|
|
|
|
|
<!-- <configuration>-->
|
|
|
|
|
<!-- <!–<fork>true</fork> <!– 如果没有该配置,devtools不会生效 –>–>-->
|
|
|
|
|
<!-- <mainClass>com.jiuyv.sptcc.carbon.dataprocess.Application</mainClass>-->
|
|
|
|
|
<!-- <compilerArguments>-->
|
|
|
|
|
<!-- <extdirs>${project.basedir}/lib</extdirs>-->
|
|
|
|
|
<!-- </compilerArguments>-->
|
|
|
|
|
<!-- </configuration>-->
|
|
|
|
|
<!-- </plugin>-->
|
|
|
|
|
|
|
|
|
|
<!-- <plugin>
|
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
|
<artifactId>cxf-codegen-plugin</artifactId>
|
|
|
|
|
<version>${cxf.version}</version>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>generate-sources</id>
|
|
|
|
|
<phase>generate-sources</phase>
|
|
|
|
|
<configuration>
|
|
|
|
|
<sourceRoot>${basedir}/target/generated/uniAuthenticateService</sourceRoot>
|
|
|
|
|
<wsdlOptions>
|
|
|
|
|
<wsdlOption>
|
|
|
|
|
<wsdl>${basedir}/etc/SvcService_20170118_ws.wsdl</wsdl>
|
|
|
|
|
<wsdl>http://120.26.114.23:18080/webservice/services/SvcService?wsdl</wsdl>
|
|
|
|
|
<wsdl>http://172.28.35.232:8001/mufly/ws/uniRetrievingAccountService?wsdl</wsdl>
|
|
|
|
|
<wsdl>http://172.28.35.232:8001/mufly/ws/uniAuthenticateService?wsdl</wsdl>
|
|
|
|
|
<wsdl>http://172.28.35.232:8001/mufly/ws/uniMemberService?wsdl</wsdl>
|
|
|
|
|
<bindingFiles>
|
|
|
|
|
<bindingFile>${basedir}/etc/jaxb_default.xml</bindingFile>
|
|
|
|
|
</bindingFiles>
|
|
|
|
|
<extraargs>
|
|
|
|
|
<extraarg>-server</extraarg>
|
|
|
|
|
<extraarg>-client</extraarg>
|
|
|
|
|
<extraarg>-impl</extraarg>
|
|
|
|
|
<extraarg>-verbose</extraarg>
|
|
|
|
|
</extraargs>
|
|
|
|
|
</wsdlOption>
|
|
|
|
|
</wsdlOptions>
|
|
|
|
|
</configuration>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>wsdl2java</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin> -->
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<source>1.8</source>
|
|
|
|
|
<target>1.8</target>
|
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
|
<compilerArguments>
|
|
|
|
|
<extdirs>lib</extdirs>
|
|
|
|
|
</compilerArguments>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
<resources>
|
|
|
|
|
<resource>
|
|
|
|
|
<directory>src/lib</directory>
|
|
|
|
|
<targetPath>BOOT-INF/lib/</targetPath>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/*.jar</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</resource>
|
|
|
|
|
|
|
|
|
|
<resource>
|
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
|
</resource>
|
|
|
|
|
</resources>
|
|
|
|
|
</build>
|
|
|
|
|
|
|
|
|
|
</project>
|