|
@ -1,332 +0,0 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
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.yihu.jw</groupId>
|
|
|
<artifactId>wlyy-parent-pom</artifactId>
|
|
|
<version>2.4.0</version>
|
|
|
<relativePath>../../wlyy-parent-pom/pom.xml</relativePath>
|
|
|
</parent>
|
|
|
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>svr-visitBehind</artifactId>
|
|
|
<packaging>jar</packaging>
|
|
|
<version>${project.parent.version}</version>
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
<!--这边用2.2.6适配这个系统原本的有的poi3.17版本-->
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
<artifactId>easyexcel</artifactId>
|
|
|
<version>2.2.6</version>
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
</dependency>
|
|
|
<!-- xlsx 依赖这个包 -->
|
|
|
<dependency>
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
<artifactId>poi-ooxml-schemas</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- poi xml导入导出工具 start-->
|
|
|
<dependency>
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
<artifactId>poi</artifactId>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<groupId>com.yihu.ehr</groupId>
|
|
|
<artifactId>commons-util</artifactId>
|
|
|
</exclusion>
|
|
|
<exclusion>
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
<artifactId>commons-collections4</artifactId>
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<!-- poi xml导入导出工具 end -->
|
|
|
|
|
|
|
|
|
<!-- 支持Tomcat启动 -->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-tomcat</artifactId>
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-tomcat</artifactId>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.tomcat.embed</groupId>
|
|
|
<artifactId>tomcat-embed-jasper</artifactId>
|
|
|
</dependency>
|
|
|
<!-- 支持Tomcat启动 -->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-data-redis</artifactId>
|
|
|
</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-sleuth</artifactId>-->
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
<!--注释掉就不会读取git的配置,只会读取yml中的配置-->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
<artifactId>spring-cloud-starter-config</artifactId>
|
|
|
</dependency>
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>org.springframework.cloud</groupId>-->
|
|
|
<!--<artifactId>spring-cloud-starter-zipkin</artifactId>-->
|
|
|
<!--</dependency>-->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-activemq</artifactId>
|
|
|
</dependency>
|
|
|
<!-- <dependency>-->
|
|
|
<!-- <groupId>com.yihu.jw</groupId>-->
|
|
|
<!-- <artifactId>minio-starter</artifactId>-->
|
|
|
<!-- <version>2.4.0</version>-->
|
|
|
<!-- </dependency>-->
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>im-service</artifactId>
|
|
|
<version>${version.wlyy-common}</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.json</groupId>
|
|
|
<artifactId>json</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>common-entity</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>common-rest-model</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>common-request-mapping</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>common-exception</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>common-util</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>common-web</artifactId>
|
|
|
</dependency>
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.yihu.jw</groupId>-->
|
|
|
<!--<artifactId>common-tracer</artifactId>-->
|
|
|
<!--</dependency>-->
|
|
|
<!-- 文件服务器 -->
|
|
|
<dependency>
|
|
|
<groupId>com.yihu</groupId>
|
|
|
<artifactId>fastdfs-starter</artifactId>
|
|
|
<version>2.0.0</version>
|
|
|
</dependency>
|
|
|
<!-- Jzkl Starter -->
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>swagger-starter</artifactId>
|
|
|
<version>${version.wlyy-common}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>mysql-starter</artifactId>
|
|
|
<version>${version.wlyy-common}</version>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<groupId>org.apache.tomcat</groupId>
|
|
|
<artifactId>tomcat-jdbc</artifactId>
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.zaxxer</groupId>
|
|
|
<artifactId>HikariCP</artifactId>
|
|
|
<!-- <scope>runtime</scope> -->
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>io.github.swagger2markup</groupId>
|
|
|
<artifactId>swagger2markup</artifactId>
|
|
|
<version>1.3.2</version>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<artifactId>mailapi</artifactId>
|
|
|
<groupId>javax.mail</groupId>
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 发送邮件 -->
|
|
|
<dependency>
|
|
|
<groupId>com.sun.mail</groupId>
|
|
|
<artifactId>javax.mail</artifactId>
|
|
|
<version>1.4.7</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-mail</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-core</artifactId>
|
|
|
<version>4.2.3.RELEASE</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>base-service</artifactId>
|
|
|
<version>${version.wlyy-common}</version>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<groupId>xalan</groupId>
|
|
|
<artifactId>xalan</artifactId>
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>sms-service</artifactId>
|
|
|
<version>${version.wlyy-common}</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
|
|
|
<!--oracle驱动-->
|
|
|
<dependency>
|
|
|
<groupId>com.oracle</groupId>
|
|
|
<artifactId>ojdbc6</artifactId>
|
|
|
<version>${version.oracle}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
<artifactId>commons-pool2</artifactId>
|
|
|
<version>2.4.2</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
|
<finalName>svr-visitBehind</finalName>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
<version>3.2.0</version>
|
|
|
<configuration>
|
|
|
<archive>
|
|
|
<!-- 生成的jar中,不要包含pom.xml和pom.properties这两个文件 -->
|
|
|
<addMavenDescriptor>false</addMavenDescriptor>
|
|
|
<manifest>
|
|
|
<!-- 是否要把第三方jar加入到类构建路径 -->
|
|
|
<addClasspath>true</addClasspath>
|
|
|
<!-- 外部依赖jar包的最终位置 -->
|
|
|
<classpathPrefix>lib/</classpathPrefix>
|
|
|
<mainClass>com.yihu.jw.SvrVisitBehind</mainClass>
|
|
|
</manifest>
|
|
|
</archive>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
<!--拷贝依赖到jar外面的lib目录-->
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
|
<version>3.2.0</version>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<id>copy-lib</id>
|
|
|
<phase>package</phase>
|
|
|
<goals>
|
|
|
<goal>copy-dependencies</goal>
|
|
|
</goals>
|
|
|
<configuration>
|
|
|
<!-- 依赖包输出目录,将来不打进jar包里 -->
|
|
|
<outputDirectory>${project.build.directory}/lib</outputDirectory>
|
|
|
<excludeTransitive>false</excludeTransitive>
|
|
|
<stripVersion>false</stripVersion>
|
|
|
<includeScope>runtime</includeScope>
|
|
|
</configuration>
|
|
|
</execution>
|
|
|
</executions>
|
|
|
</plugin>
|
|
|
<!--指定配置文件,将resources打成外部resource-->
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
<version>3.2.0</version>
|
|
|
<configuration>
|
|
|
<archive>
|
|
|
<!-- 指定配置文件目录,这样jar运行时会去找到同目录下的resources文件夹下查找 -->
|
|
|
<manifestEntries>
|
|
|
<Class-Path>resources/</Class-Path>
|
|
|
</manifestEntries>
|
|
|
</archive>
|
|
|
<!-- 打包时忽略的文件(也就是不打进jar包里的文件) -->
|
|
|
<excludes>
|
|
|
<exclude>**/*.yml</exclude>
|
|
|
<exclude>**/*.xml</exclude>
|
|
|
</excludes>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
<!-- 拷贝资源文件 外面的resource目录-->
|
|
|
<plugin>
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<id>copy-dependencies</id>
|
|
|
<phase>package</phase>
|
|
|
<goals>
|
|
|
<goal>copy-resources</goal>
|
|
|
</goals>
|
|
|
<configuration>
|
|
|
<!-- 资源文件输出目录 -->
|
|
|
<outputDirectory>${project.build.directory}/resources</outputDirectory>
|
|
|
<resources>
|
|
|
<resource>
|
|
|
<directory>src/main/resources</directory>
|
|
|
</resource>
|
|
|
</resources>
|
|
|
</configuration>
|
|
|
</execution>
|
|
|
</executions>
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
|
|
|
</project>
|