550 lines
21 KiB
XML
550 lines
21 KiB
XML
|
|
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||
|
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
<parent>
|
||
|
|
<groupId>org.springframework.boot</groupId>
|
||
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
||
|
|
<version>2.1.6.RELEASE</version>
|
||
|
|
<relativePath/> <!-- lookup parent from repository -->
|
||
|
|
</parent>
|
||
|
|
<groupId>com.guahao</groupId>
|
||
|
|
<artifactId>guahao</artifactId>
|
||
|
|
<version>0.0.1</version>
|
||
|
|
<name>guahao</name>
|
||
|
|
<packaging>war</packaging>
|
||
|
|
<properties>
|
||
|
|
<httpclient.version>4.5.3</httpclient.version>
|
||
|
|
<httpclient.version>4.5.3</httpclient.version>
|
||
|
|
<httpmine.version>4.5.9</httpmine.version>
|
||
|
|
<fastjson.version>1.2.83</fastjson.version>
|
||
|
|
<jackson.version>2.9.6</jackson.version>
|
||
|
|
<beanutils.version>1.6.1-20070314</beanutils.version>
|
||
|
|
<codec.version>1.6</codec.version>
|
||
|
|
<lang.version>2.6</lang.version>
|
||
|
|
<commonsbeanutils.version>1.9.2</commonsbeanutils.version>
|
||
|
|
<jjwt.version>0.9.0</jjwt.version>
|
||
|
|
<poi.version>3.9</poi.version>
|
||
|
|
<jxls.version>1.0.6</jxls.version>
|
||
|
|
</properties>
|
||
|
|
|
||
|
|
<dependencies>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.google.zxing</groupId>
|
||
|
|
<artifactId>core</artifactId>
|
||
|
|
<version>3.3.3</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- aop 依赖 -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework.boot</groupId>
|
||
|
|
<artifactId>spring-boot-starter-aop</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<!-- <dependency>-->
|
||
|
|
<!-- <groupId>org.apache.velocity</groupId>-->
|
||
|
|
<!-- <artifactId>velocity-engine-core</artifactId>-->
|
||
|
|
<!-- <version>2.3</version>-->
|
||
|
|
<!-- </dependency>-->
|
||
|
|
<!-- <dependency>-->
|
||
|
|
<!-- <groupId>com.baomidou</groupId>-->
|
||
|
|
<!-- <artifactId>mybatis-plus-boot-starter</artifactId>-->
|
||
|
|
<!-- <version>3.4.3.3</version>-->
|
||
|
|
<!-- </dependency>-->
|
||
|
|
<!-- <dependency>-->
|
||
|
|
<!-- <groupId>com.baomidou</groupId>-->
|
||
|
|
<!-- <artifactId>mybatis-plus-generator</artifactId>-->
|
||
|
|
<!-- <version>3.4.1</version>-->
|
||
|
|
<!-- <scope>compile</scope>-->
|
||
|
|
<!-- </dependency>-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework.boot</groupId>
|
||
|
|
<artifactId>spring-boot-starter-tomcat</artifactId>
|
||
|
|
<scope>provided</scope>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!-- springboot -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework.boot</groupId>
|
||
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
||
|
|
<!-- 移除嵌入式tomcat插件 -->
|
||
|
|
<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-logging</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<!-- <dependency>-->
|
||
|
|
<!-- <groupId>org.springframework.boot</groupId>-->
|
||
|
|
<!-- <artifactId>spring-boot-starter-aop</artifactId>-->
|
||
|
|
<!-- </dependency>-->
|
||
|
|
<!-- validation begin -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>javax.validation</groupId>
|
||
|
|
<artifactId>validation-api</artifactId>
|
||
|
|
<version>2.0.1.Final</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- Maven -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.commons</groupId>
|
||
|
|
<artifactId>commons-text</artifactId>
|
||
|
|
<version>1.10.0</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.sun.commons</groupId>
|
||
|
|
<artifactId>beanutils</artifactId>
|
||
|
|
<version>${beanutils.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>commons-codec</groupId>
|
||
|
|
<artifactId>commons-codec</artifactId>
|
||
|
|
<version>${codec.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>commons-lang</groupId>
|
||
|
|
<artifactId>commons-lang</artifactId>
|
||
|
|
<version>${lang.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>commons-beanutils</groupId>
|
||
|
|
<artifactId>commons-beanutils</artifactId>
|
||
|
|
<version>${commonsbeanutils.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- alibaba fastjson -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.alibaba</groupId>
|
||
|
|
<artifactId>fastjson</artifactId>
|
||
|
|
<version>${fastjson.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.jsoup</groupId>
|
||
|
|
<artifactId>jsoup</artifactId>
|
||
|
|
<version>1.14.3</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!-- jackson -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||
|
|
<artifactId>jackson-core</artifactId>
|
||
|
|
<version>${jackson.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||
|
|
<artifactId>jackson-databind</artifactId>
|
||
|
|
<version>${jackson.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||
|
|
<artifactId>jackson-annotations</artifactId>
|
||
|
|
<version>${jackson.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- mysql -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>mysql</groupId>
|
||
|
|
<artifactId>mysql-connector-java</artifactId>
|
||
|
|
<version>5.1.46</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- mysql -->
|
||
|
|
<!--<dependency>-->
|
||
|
|
<!-- <groupId>com.oracle</groupId>-->
|
||
|
|
<!-- <artifactId>ojdbc14</artifactId>-->
|
||
|
|
<!-- <version>10.2.0.4</version>-->
|
||
|
|
<!--</dependency>-->
|
||
|
|
<!-- 将原有的ojdbc14依赖替换为以下内容 -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.oracle.database.jdbc</groupId>
|
||
|
|
<artifactId>ojdbc8</artifactId>
|
||
|
|
<version>19.3.0.0</version>
|
||
|
|
</dependency>
|
||
|
|
<!--集成druid连接池-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.alibaba</groupId>
|
||
|
|
<artifactId>druid-spring-boot-starter</artifactId>
|
||
|
|
<version>1.1.20</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- 通用mapper -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>tk.mybatis</groupId>
|
||
|
|
<artifactId>mapper-spring-boot-starter</artifactId>
|
||
|
|
<version>2.1.5</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
||
|
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
||
|
|
<version>1.3.1</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.github.pagehelper</groupId>
|
||
|
|
<artifactId>pagehelper-spring-boot-starter</artifactId>
|
||
|
|
<version>1.2.5</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework</groupId>
|
||
|
|
<artifactId>spring-jdbc</artifactId>
|
||
|
|
<version>4.3.6.RELEASE</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.codehaus.jackson</groupId>
|
||
|
|
<artifactId>jackson-mapper-asl</artifactId>
|
||
|
|
<version>1.9.13</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.jdom</groupId>
|
||
|
|
<artifactId>jdom</artifactId>
|
||
|
|
<version>1.1</version>
|
||
|
|
<scope>test</scope>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.dom4j</groupId>
|
||
|
|
<artifactId>dom4j</artifactId>
|
||
|
|
<version>2.1.4</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- redis依赖配置 -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework.boot</groupId>
|
||
|
|
<artifactId>spring-boot-starter-data-redis</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.commons</groupId>
|
||
|
|
<artifactId>commons-pool2</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<!-- jedis -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>redis.clients</groupId>
|
||
|
|
<artifactId>jedis</artifactId>
|
||
|
|
<version>2.9.0</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.bouncycastle</groupId>
|
||
|
|
<artifactId>bcprov-jdk15on</artifactId>
|
||
|
|
<version>1.66</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.github.xiaoymin</groupId>
|
||
|
|
<artifactId>knife4j-spring-boot-starter</artifactId>
|
||
|
|
<version>3.0.3</version>
|
||
|
|
<exclusions>
|
||
|
|
<exclusion>
|
||
|
|
<groupId>org.springframework.plugin</groupId>
|
||
|
|
<artifactId>spring-plugin-core</artifactId>
|
||
|
|
</exclusion>
|
||
|
|
</exclusions>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework.plugin</groupId>
|
||
|
|
<artifactId>spring-plugin-core</artifactId>
|
||
|
|
<version>2.0.0.RELEASE</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>cn.hutool</groupId>
|
||
|
|
<artifactId>hutool-all</artifactId>
|
||
|
|
<version>5.8.40</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.github.wxpay</groupId>
|
||
|
|
<artifactId>wxpay-sdk</artifactId>
|
||
|
|
<version>0.0.3</version>
|
||
|
|
</dependency>
|
||
|
|
<!--jwt -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.auth0</groupId>
|
||
|
|
<artifactId>java-jwt</artifactId>
|
||
|
|
<version>2.2.0</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.jcraft</groupId>
|
||
|
|
<artifactId>jsch</artifactId>
|
||
|
|
<version>0.1.51</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.jcraft</groupId>
|
||
|
|
<artifactId>jzlib</artifactId>
|
||
|
|
<version>1.0.7</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- knife4j swagger增强-->
|
||
|
|
<!-- <dependency>-->
|
||
|
|
<!-- <groupId>com.github.xiaoymin</groupId>-->
|
||
|
|
<!-- <artifactId>knife4j-spring-boot-starter</artifactId>-->
|
||
|
|
<!-- <version>2.0.3</version>-->
|
||
|
|
<!-- </dependency>-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.belerweb</groupId>
|
||
|
|
<artifactId>pinyin4j</artifactId>
|
||
|
|
<version>2.5.1</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>io.jsonwebtoken</groupId>
|
||
|
|
<artifactId>jjwt</artifactId>
|
||
|
|
<version>${jjwt.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- poi -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.poi</groupId>
|
||
|
|
<artifactId>poi</artifactId>
|
||
|
|
<version>${poi.version}</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>javax.servlet</groupId>
|
||
|
|
<artifactId>javax.servlet-api</artifactId>
|
||
|
|
<version>4.0.1</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.poi</groupId>
|
||
|
|
<artifactId>poi-ooxml</artifactId>
|
||
|
|
<version>${poi.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>net.sf.jxls</groupId>
|
||
|
|
<artifactId>jxls-core</artifactId>
|
||
|
|
<version>${jxls.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>net.sf.jxls</groupId>
|
||
|
|
<artifactId>jxls-reader</artifactId>
|
||
|
|
<version>${jxls.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- <dependency>-->
|
||
|
|
<!-- <groupId>net.sf.jxls</groupId>-->
|
||
|
|
<!-- <artifactId>jxls-core</artifactId>-->
|
||
|
|
<!-- <version>${jxls.version}</version>-->
|
||
|
|
<!-- </dependency>-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>commons-net</groupId>
|
||
|
|
<artifactId>commons-net</artifactId>
|
||
|
|
<version>3.6</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.poi</groupId>
|
||
|
|
<artifactId>poi-ooxml-schemas</artifactId>
|
||
|
|
<version>3.9</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.itextpdf</groupId>
|
||
|
|
<artifactId>itextpdf</artifactId>
|
||
|
|
<version>5.5.13</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.itextpdf</groupId>
|
||
|
|
<artifactId>itext-asian</artifactId>
|
||
|
|
<version>5.2.0</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.github.jsqlparser</groupId>
|
||
|
|
<artifactId>jsqlparser</artifactId>
|
||
|
|
<version>1.4</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.servicemix.bundles</groupId>
|
||
|
|
<artifactId>org.apache.servicemix.bundles.xpp3</artifactId>
|
||
|
|
<version>1.1.4c_4</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.thoughtworks.xstream</groupId>
|
||
|
|
<artifactId>xstream</artifactId>
|
||
|
|
<version>1.3.1</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- File Upload -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>commons-io</groupId>
|
||
|
|
<artifactId>commons-io</artifactId>
|
||
|
|
<version>2.0.1</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>commons-fileupload</groupId>
|
||
|
|
<artifactId>commons-fileupload</artifactId>
|
||
|
|
<version>1.3.1</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- tomcat的支持-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.tomcat.embed</groupId>
|
||
|
|
<artifactId>tomcat-embed-jasper</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<!--web services-->
|
||
|
|
<!--<dependency>-->
|
||
|
|
<!-- <groupId>commons-httpclient</groupId>-->
|
||
|
|
<!-- <artifactId>commons-httpclient</artifactId>-->
|
||
|
|
<!-- <version>2.0.2</version>-->
|
||
|
|
<!--</dependency>-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.commons</groupId>
|
||
|
|
<artifactId>commons-lang3</artifactId>
|
||
|
|
<version>3.1</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!--多数据源-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.baomidou</groupId>
|
||
|
|
<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
|
||
|
|
<version>3.1.1</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!-- httpClient -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
||
|
|
<artifactId>jackson-dataformat-xml</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.httpcomponents</groupId>
|
||
|
|
<artifactId>httpclient</artifactId>
|
||
|
|
<version>${httpclient.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.httpcomponents</groupId>
|
||
|
|
<artifactId>httpmime</artifactId>
|
||
|
|
<version>${httpmine.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.med</groupId>
|
||
|
|
<artifactId>med-request-data-sdk</artifactId>
|
||
|
|
<version>2.1.1</version>
|
||
|
|
<scope>system</scope>
|
||
|
|
<systemPath>${project.basedir}/libs/med-request-data-sdk-2.1.1.jar</systemPath>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>commons-logging</groupId>
|
||
|
|
<artifactId>commons-logging</artifactId>
|
||
|
|
<version>1.2</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!-- <dependency>-->
|
||
|
|
<!-- <groupId>com.github.binarywang</groupId>-->
|
||
|
|
<!-- <groupId>com.github.binarywang</groupId>-->
|
||
|
|
<!-- <artifactId>weixin-java-mp</artifactId>-->
|
||
|
|
<!-- <version>3.7.0</version>-->
|
||
|
|
<!-- </dependency>-->
|
||
|
|
|
||
|
|
<!-- 聚合支付-->
|
||
|
|
<!--<dependency>-->
|
||
|
|
<!-- <groupId>netpay.merchant.crypto</groupId>-->
|
||
|
|
<!-- <artifactId>netpay</artifactId>-->
|
||
|
|
<!-- <version>0.0.1</version>-->
|
||
|
|
<!-- <scope>system</scope>-->
|
||
|
|
<!-- <systemPath>${project.basedir}/libs/netpay.jar</systemPath>-->
|
||
|
|
<!--</dependency>-->
|
||
|
|
|
||
|
|
<!--<dependency>-->
|
||
|
|
<!-- <groupId>icbc</groupId>-->
|
||
|
|
<!-- <artifactId>icbc-api-sdk-cop</artifactId>-->
|
||
|
|
<!-- <version>2.0.0</version>-->
|
||
|
|
<!-- <scope>system</scope>-->
|
||
|
|
<!-- <systemPath>${pom.basedir}/libs/icbc-api-sdk-cop.jar</systemPath>-->
|
||
|
|
<!--</dependency>-->
|
||
|
|
|
||
|
|
<!--<dependency>-->
|
||
|
|
<!-- <groupId>icbc</groupId>-->
|
||
|
|
<!-- <artifactId>icbc-api-sdk-cop-io</artifactId>-->
|
||
|
|
<!-- <version>2.0.0</version>-->
|
||
|
|
<!-- <scope>system</scope>-->
|
||
|
|
<!-- <systemPath>${pom.basedir}/libs/icbc-api-sdk-cop-io.jar</systemPath>-->
|
||
|
|
<!--</dependency>-->
|
||
|
|
|
||
|
|
<!--<dependency>-->
|
||
|
|
<!-- <groupId>icbc</groupId>-->
|
||
|
|
<!-- <artifactId>icbc-ca</artifactId>-->
|
||
|
|
<!-- <version>2.0.0</version>-->
|
||
|
|
<!-- <scope>system</scope>-->
|
||
|
|
<!-- <systemPath>${pom.basedir}/libs/icbc-ca.jar</systemPath>-->
|
||
|
|
<!--</dependency>-->
|
||
|
|
|
||
|
|
<!--<dependency>-->
|
||
|
|
<!-- <groupId>icbc</groupId>-->
|
||
|
|
<!-- <artifactId>InfosecCrypto_Java1_02_JDK14</artifactId>-->
|
||
|
|
<!-- <version>2.0.0</version>-->
|
||
|
|
<!-- <scope>system</scope>-->
|
||
|
|
<!-- <systemPath>${pom.basedir}/libs/InfosecCrypto_Java1_02_JDK14+.jar</systemPath>-->
|
||
|
|
<!--</dependency>-->
|
||
|
|
|
||
|
|
<!--<dependency>-->
|
||
|
|
<!-- <groupId>icbc</groupId>-->
|
||
|
|
<!-- <artifactId>proguard</artifactId>-->
|
||
|
|
<!-- <version>2.0.0</version>-->
|
||
|
|
<!-- <scope>system</scope>-->
|
||
|
|
<!-- <systemPath>${pom.basedir}/libs/proguard.jar</systemPath>-->
|
||
|
|
<!--</dependency>-->
|
||
|
|
<!--<dependency>-->
|
||
|
|
<!-- <groupId>icbc</groupId>-->
|
||
|
|
<!-- <artifactId>hsm-software-share</artifactId>-->
|
||
|
|
<!-- <version>1.0.3</version>-->
|
||
|
|
<!-- <scope>system</scope>-->
|
||
|
|
<!-- <systemPath>${pom.basedir}/libs/hsm-software-share-1.0.3.jar</systemPath>-->
|
||
|
|
<!--</dependency>-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.projectlombok</groupId>
|
||
|
|
<artifactId>lombok</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.jetbrains</groupId>
|
||
|
|
<artifactId>annotations</artifactId>
|
||
|
|
<version>RELEASE</version>
|
||
|
|
<scope>compile</scope>
|
||
|
|
</dependency>
|
||
|
|
</dependencies>
|
||
|
|
<build>
|
||
|
|
<finalName>nxgzh</finalName>
|
||
|
|
<plugins>
|
||
|
|
<plugin>
|
||
|
|
<groupId>org.apache.maven.plugins</groupId>
|
||
|
|
<artifactId>maven-war-plugin</artifactId>
|
||
|
|
<version>3.3.2</version>
|
||
|
|
<configuration>
|
||
|
|
<webResources>
|
||
|
|
<resource>
|
||
|
|
<directory>${project.basedir}/libs</directory>
|
||
|
|
<targetPath>WEB-INF/lib</targetPath>
|
||
|
|
<includes>
|
||
|
|
<include>**/*.jar</include>
|
||
|
|
</includes>
|
||
|
|
</resource>
|
||
|
|
</webResources>
|
||
|
|
<failOnMissingWebXml>false</failOnMissingWebXml>
|
||
|
|
</configuration>
|
||
|
|
</plugin>
|
||
|
|
<plugin>
|
||
|
|
<groupId>org.springframework.boot</groupId>
|
||
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||
|
|
<configuration>
|
||
|
|
<includeSystemScope>true</includeSystemScope>
|
||
|
|
</configuration>
|
||
|
|
</plugin>
|
||
|
|
<!-- mybatis逆向工程插件 -->
|
||
|
|
<plugin>
|
||
|
|
<groupId>org.mybatis.generator</groupId>
|
||
|
|
<artifactId>mybatis-generator-maven-plugin</artifactId>
|
||
|
|
<version>1.3.5</version>
|
||
|
|
<configuration>
|
||
|
|
<configurationFile>src/main/resources/generator.xml</configurationFile>
|
||
|
|
<!--允许移动生成的文件 -->
|
||
|
|
<verbose>true</verbose>
|
||
|
|
<overwrite>true</overwrite>
|
||
|
|
</configuration>
|
||
|
|
<dependencies>
|
||
|
|
<!--下面这两个依赖不引入是不会逆向生成的-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>mysql</groupId>
|
||
|
|
<artifactId>mysql-connector-java</artifactId>
|
||
|
|
<version>5.1.46</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>tk.mybatis</groupId>
|
||
|
|
<artifactId>mapper-spring-boot-starter</artifactId>
|
||
|
|
<version>2.1.0</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>tk.mybatis</groupId>
|
||
|
|
<artifactId>mapper</artifactId>
|
||
|
|
<version>3.4.5</version>
|
||
|
|
</dependency>
|
||
|
|
</dependencies>
|
||
|
|
</plugin>
|
||
|
|
</plugins>
|
||
|
|
</build>
|
||
|
|
</project>
|