<?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>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-parent</artifactId>
|
<version>2.1.3.RELEASE</version>
|
<relativePath/>
|
</parent>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server</artifactId>
|
<version>2.0.0-SNAPSHOT</version>
|
<packaging>pom</packaging>
|
<name>product-server</name>
|
<description>product-server</description>
|
<modules>
|
<module>product-server-web</module>
|
<module>picc-server-admin</module>
|
</modules>
|
<properties>
|
|
<skipTests>true</skipTests>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<finalName>web</finalName><!-- war包的名称 -->
|
<start-class>com.product.Application</start-class>
|
<java.version>1.8</java.version>
|
<commons-io.version>2.11.0</commons-io.version>
|
<fst.version>2.57</fst.version>
|
<commons-text.version>1.3</commons-text.version>
|
<commons-beanutils.version>1.9.3</commons-beanutils.version>
|
<metadata-extractor.version>2.11.0</metadata-extractor.version>
|
<blade-patchca.version>1.1.0</blade-patchca.version>
|
<zxing.version>3.3.2</zxing.version>
|
<ant.version>1.9.7</ant.version>
|
<jmimemagic.version>0.1.5</jmimemagic.version>
|
<jsoup.version>1.11.3</jsoup.version>
|
<commons-email.version>1.5</commons-email.version>
|
<activation.version>1.1.1</activation.version>
|
<UserAgentUtils.version>1.21</UserAgentUtils.version>
|
<thumbnailator.version>0.4.8</thumbnailator.version>
|
<twelvemonkeys.version>3.4.1</twelvemonkeys.version>
|
<poi.version>3.17</poi.version>
|
<pinyin4j.version>2.5.1</pinyin4j.version>
|
<mybatis.version>3.4.6</mybatis.version>
|
<mybatis-spring.version>1.3.2</mybatis-spring.version>
|
<commons-fileupload.version>1.3.3</commons-fileupload.version>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<!--引用产品其他模块的版本-->
|
<product-version>2.0.0-SNAPSHOT</product-version>
|
<!--产品core版本-->
|
<product-core-version>1.0.0-releases</product-core-version>
|
</properties>
|
<dependencyManagement>
|
<dependencies>
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-core</artifactId>
|
<version>${product-core-version}</version>
|
</dependency>
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-admin</artifactId>
|
<version>${product-version}</version>
|
</dependency>
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-administration</artifactId>
|
<version>${product-version}</version>
|
</dependency>
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-auth</artifactId>
|
<version>${product-version}</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-badge</artifactId>
|
<version>${product-version}</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-common</artifactId>
|
<version>${product-version}</version>
|
</dependency>
|
|
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-data-center</artifactId>
|
<version>${product-version}</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-data-export-import</artifactId>
|
<version>${product-version}</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-data-sync</artifactId>
|
<version>${product-version}</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-email</artifactId>
|
<version>${product-version}</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-file</artifactId>
|
<version>${product-version}</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-lucene</artifactId>
|
<version>${product-version}</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-mq</artifactId>
|
<version>${product-version}</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-org-admin</artifactId>
|
<version>${product-version}</version>
|
</dependency>
|
|
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-patch</artifactId>
|
<version>${product-version}</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-print</artifactId>
|
<version>${product-version}</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-quartz</artifactId>
|
<version>${product-version}</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-report</artifactId>
|
<version>${product-version}</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-task</artifactId>
|
<version>${product-version}</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-text-message</artifactId>
|
<version>${product-version}</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-tool-dev</artifactId>
|
<version>${product-version}</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-tool-flow</artifactId>
|
<version>${product-version}</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-tool-mvc</artifactId>
|
<version>${product-version}</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-tool-table</artifactId>
|
<version>${product-version}</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.lx</groupId>
|
<artifactId>product-server-util</artifactId>
|
<version>${product-version}</version>
|
</dependency>
|
</dependencies>
|
</dependencyManagement>
|
<dependencies>
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter</artifactId>
|
<exclusions>
|
<exclusion>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-core</artifactId>
|
</exclusion>
|
<exclusion>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-api</artifactId>
|
</exclusion>
|
<exclusion>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-to-slf4j</artifactId>
|
</exclusion>
|
|
</exclusions>
|
</dependency>
|
<!-- 因apache公布的漏洞升级到2.15.0-rc1 log4j 2.0 > <2.15.0 的都有安全隐患 -->
|
<dependency>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-core</artifactId>
|
<version>2.15.0</version>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-api</artifactId>
|
<version>2.15.0</version>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-to-slf4j</artifactId>
|
<version>2.15.0</version>
|
</dependency>
|
|
<!--支持使用 JDBC 访问数据库 -->
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-jdbc</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework</groupId>
|
<artifactId>spring-webmvc</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-web</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>redis.clients</groupId>
|
<artifactId>jedis</artifactId>
|
<version>2.9.0</version>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-data-redis</artifactId>
|
</dependency>
|
|
<dependency>
|
<groupId>org.apache.tomcat</groupId>
|
<artifactId>tomcat-jdbc</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-test</artifactId>
|
<scope>test</scope>
|
</dependency>
|
<dependency>
|
<groupId>javax.servlet</groupId>
|
<artifactId>javax.servlet-api</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>javax.servlet</groupId>
|
<artifactId>jstl</artifactId>
|
</dependency>
|
|
<!-- Need this to compile JSP <dependency> <groupId>org.apache.tomcat.embed</groupId>
|
<artifactId>tomcat-embed-jasper</artifactId> <scope>provided</scope> </dependency> -->
|
<dependency>
|
<groupId>org.apache.commons</groupId>
|
<artifactId>commons-lang3</artifactId>
|
</dependency>
|
<!-- Java serialization -->
|
<dependency>
|
<groupId>de.ruedigermoeller</groupId>
|
<artifactId>fst</artifactId>
|
<version>${fst.version}</version>
|
</dependency>
|
<!-- Spring begin -->
|
<dependency>
|
<groupId>org.springframework</groupId>
|
<artifactId>spring-beans</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework</groupId>
|
<artifactId>spring-web</artifactId>
|
<optional>true</optional>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot</artifactId>
|
<optional>true</optional>
|
</dependency>
|
<!-- Spring end -->
|
<dependency>
|
<groupId>commons-codec</groupId>
|
<artifactId>commons-codec</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.commons</groupId>
|
<artifactId>commons-text</artifactId>
|
<version>${commons-text.version}</version>
|
</dependency>
|
<dependency>
|
<groupId>commons-io</groupId>
|
<artifactId>commons-io</artifactId>
|
<version>${commons-io.version}</version>
|
</dependency>
|
<!-- https://mvnrepository.com/artifact/commons-collections/commons-collections -->
|
<dependency>
|
<groupId>commons-collections</groupId>
|
<artifactId>commons-collections</artifactId>
|
<version>3.2.2</version>
|
</dependency>
|
<dependency>
|
<groupId>commons-beanutils</groupId>
|
<artifactId>commons-beanutils</artifactId>
|
<version>${commons-beanutils.version}</version>
|
</dependency>
|
|
<!-- 图片验证码生成 -->
|
<dependency>
|
<groupId>com.bladejava</groupId>
|
<artifactId>blade-patchca</artifactId>
|
<version>${blade-patchca.version}</version>
|
</dependency>
|
<!-- 图片验证码生成 -->
|
<dependency>
|
<groupId>com.github.penggle</groupId>
|
<artifactId>kaptcha</artifactId>
|
<version>2.3.2</version>
|
</dependency>
|
<!-- 图片Meta获取 -->
|
<dependency>
|
<groupId>com.drewnoakes</groupId>
|
<artifactId>metadata-extractor</artifactId>
|
<version>${metadata-extractor.version}</version>
|
</dependency>
|
<!-- 条形码、二维码生成 -->
|
<dependency>
|
<groupId>com.google.zxing</groupId>
|
<artifactId>core</artifactId>
|
<version>${zxing.version}</version>
|
</dependency>
|
<dependency>
|
<groupId>com.google.zxing</groupId>
|
<artifactId>javase</artifactId>
|
<version>${zxing.version}</version>
|
</dependency>
|
<!-- Apache Tools Ant Tar Zip -->
|
<dependency>
|
<groupId>org.apache.ant</groupId>
|
<artifactId>ant</artifactId>
|
<version>${ant.version}</version>
|
</dependency>
|
<!-- File MimeType ContentType -->
|
<dependency>
|
<groupId>net.sf.jmimemagic</groupId>
|
<artifactId>jmimemagic</artifactId>
|
<version>${jmimemagic.version}</version>
|
<!--<exclusions> <exclusion> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId>
|
</exclusion> <exclusion> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-xc</artifactId>
|
</exclusion> <exclusion> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-jaxrs</artifactId>
|
</exclusion> <exclusion> <artifactId>log4j</artifactId> <groupId>log4j</groupId>
|
</exclusion> </exclusions> -->
|
</dependency>
|
<!-- Jackson json -->
|
<dependency>
|
<groupId>com.fasterxml.jackson.core</groupId>
|
<artifactId>jackson-core</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>com.fasterxml.jackson.core</groupId>
|
<artifactId>jackson-databind</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
<artifactId>jackson-dataformat-xml</artifactId>
|
</dependency>
|
<!-- Java xml -->
|
<dependency>
|
<groupId>dom4j</groupId>
|
<artifactId>dom4j</artifactId>
|
</dependency>
|
|
<!-- XPath xml -->
|
<dependency>
|
<groupId>jaxen</groupId>
|
<artifactId>jaxen</artifactId>
|
</dependency>
|
|
<!-- Snake YAML -->
|
<dependency>
|
<groupId>org.yaml</groupId>
|
<artifactId>snakeyaml</artifactId>
|
</dependency>
|
|
<!-- Apache HTTP -->
|
<dependency>
|
<groupId>org.apache.httpcomponents</groupId>
|
<artifactId>httpclient</artifactId>
|
</dependency>
|
|
<!-- Jsoup HTTP -->
|
<dependency>
|
<groupId>org.jsoup</groupId>
|
<artifactId>jsoup</artifactId>
|
<version>${jsoup.version}</version>
|
</dependency>
|
|
<!-- Email -->
|
<dependency>
|
<groupId>org.apache.commons</groupId>
|
<artifactId>commons-email</artifactId>
|
<version>${commons-email.version}</version>
|
</dependency>
|
<dependency>
|
<groupId>commons-fileupload</groupId>
|
<artifactId>commons-fileupload</artifactId>
|
<version>${commons-fileupload.version}</version>
|
</dependency>
|
<dependency>
|
<groupId>javax.activation</groupId>
|
<artifactId>activation</artifactId>
|
<version>${activation.version}</version>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-websocket</artifactId>
|
</dependency>
|
<!-- User Agent -->
|
<dependency>
|
<groupId>eu.bitwalker</groupId>
|
<artifactId>UserAgentUtils</artifactId>
|
<version>${UserAgentUtils.version}</version>
|
</dependency>
|
<!-- 缩略图工具 -->
|
<dependency>
|
<groupId>net.coobird</groupId>
|
<artifactId>thumbnailator</artifactId>
|
<version>${thumbnailator.version}</version>
|
</dependency>
|
<!-- 支持CMYK图片 -->
|
<dependency>
|
<groupId>com.twelvemonkeys.imageio</groupId>
|
<artifactId>imageio-jpeg</artifactId>
|
<version>${twelvemonkeys.version}</version>
|
</dependency>
|
<!-- POI Office Tools -->
|
<dependency>
|
<groupId>org.apache.poi</groupId>
|
<artifactId>poi</artifactId>
|
<version>${poi.version}</version>
|
<exclusions>
|
<exclusion>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-core</artifactId>
|
</exclusion>
|
<exclusion>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-api</artifactId>
|
</exclusion>
|
<exclusion>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-to-slf4j</artifactId>
|
</exclusion>
|
|
</exclusions>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.poi</groupId>
|
<artifactId>poi-ooxml</artifactId>
|
<version>${poi.version}</version>
|
<exclusions>
|
<exclusion>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-core</artifactId>
|
</exclusion>
|
<exclusion>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-api</artifactId>
|
</exclusion>
|
<exclusion>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-to-slf4j</artifactId>
|
</exclusion>
|
|
</exclusions>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.poi</groupId>
|
<artifactId>poi-ooxml-schemas</artifactId>
|
<version>${poi.version}</version>
|
<exclusions>
|
<exclusion>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-core</artifactId>
|
</exclusion>
|
<exclusion>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-api</artifactId>
|
</exclusion>
|
<exclusion>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-to-slf4j</artifactId>
|
</exclusion>
|
|
</exclusions>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.poi</groupId>
|
<artifactId>poi-scratchpad</artifactId>
|
<version>${poi.version}</version>
|
<exclusions>
|
<exclusion>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-core</artifactId>
|
</exclusion>
|
<exclusion>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-api</artifactId>
|
</exclusion>
|
<exclusion>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-to-slf4j</artifactId>
|
</exclusion>
|
|
</exclusions>
|
</dependency>
|
<!-- pinyin4j -->
|
<dependency>
|
<groupId>com.belerweb</groupId>
|
<artifactId>pinyin4j</artifactId>
|
<version>${pinyin4j.version}</version>
|
</dependency>
|
|
<!-- Logging begin -->
|
<dependency>
|
<groupId>org.slf4j</groupId>
|
<artifactId>slf4j-api</artifactId>
|
</dependency>
|
<!-- common-logging 实际调用 slf4j -->
|
<dependency>
|
<groupId>org.slf4j</groupId>
|
<artifactId>jcl-over-slf4j</artifactId>
|
</dependency>
|
<!-- jdk logging 实际调用 slf4j -->
|
<dependency>
|
<groupId>org.slf4j</groupId>
|
<artifactId>jul-to-slf4j</artifactId>
|
</dependency>
|
<!-- log4j 实际调用 slf4j -->
|
<dependency>
|
<groupId>org.slf4j</groupId>
|
<artifactId>log4j-over-slf4j</artifactId>
|
</dependency>
|
<!-- slf4j logback 实现 -->
|
<dependency>
|
<groupId>ch.qos.logback</groupId>
|
<artifactId>logback-classic</artifactId>
|
</dependency>
|
<!-- Logging end -->
|
|
<!-- JUnit Test -->
|
<dependency>
|
<groupId>junit</groupId>
|
<artifactId>junit</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework</groupId>
|
<artifactId>spring-test</artifactId>
|
</dependency>
|
<!-- https://mvnrepository.com/artifact/com.google.collections/google-collections
|
<dependency> <groupId>com.google.collections</groupId> <artifactId>google-collections</artifactId>
|
<version>1.0</version> </dependency> -->
|
<dependency>
|
<groupId>com.adobe.xmp</groupId>
|
<artifactId>xmpcore</artifactId>
|
<version>5.1.2</version>
|
</dependency>
|
<dependency>
|
<groupId>com.auth0</groupId>
|
<artifactId>java-jwt</artifactId>
|
<version>3.3.0</version>
|
</dependency>
|
<!-- https://mvnrepository.com/artifact/com.alibaba/fastjson -->
|
<dependency>
|
<groupId>com.alibaba</groupId>
|
<artifactId>fastjson</artifactId>
|
<version>1.2.56</version>
|
</dependency>
|
<dependency>
|
<groupId>net.sourceforge.nekohtml</groupId>
|
<artifactId>nekohtml</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-thymeleaf</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.thymeleaf</groupId>
|
<artifactId>thymeleaf</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>com.github.theborakompanioni</groupId>
|
<artifactId>thymeleaf-extras-shiro</artifactId>
|
<version>1.2.1</version>
|
</dependency>
|
<!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt -->
|
<dependency>
|
<groupId>io.jsonwebtoken</groupId>
|
<artifactId>jjwt</artifactId>
|
<version>0.9.1</version>
|
</dependency>
|
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15 -->
|
<dependency>
|
<groupId>org.bouncycastle</groupId>
|
<artifactId>bcprov-jdk15</artifactId>
|
<version>1.46</version>
|
</dependency>
|
<!-- https://mvnrepository.com/artifact/io.springfox/springfox-swagger2 -->
|
<dependency>
|
<groupId>io.springfox</groupId>
|
<artifactId>springfox-swagger-ui</artifactId>
|
<version>2.9.2</version>
|
</dependency>
|
<dependency>
|
<groupId>io.springfox</groupId>
|
<artifactId>springfox-swagger2</artifactId>
|
<version>2.9.2</version>
|
</dependency>
|
<!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
|
<dependency>
|
<groupId>mysql</groupId>
|
<artifactId>mysql-connector-java</artifactId>
|
<!-- <version>6.0.6</version>-->
|
<version>8.0.20</version>
|
</dependency>
|
<!-- 阿里系的Druid依赖包 -->
|
<!-- https://mvnrepository.com/artifact/com.alibaba/druid -->
|
<dependency>
|
<groupId>com.alibaba</groupId>
|
<artifactId>druid</artifactId>
|
<version>1.2.2</version>
|
</dependency>
|
|
<!-- https://mvnrepository.com/artifact/org.fusesource/sigar -->
|
<dependency>
|
<groupId>org.fusesource</groupId>
|
<artifactId>sigar</artifactId>
|
<version>1.6.4</version>
|
</dependency>
|
<!--rabbitmq-->
|
<dependency>
|
<groupId>com.rabbitmq</groupId>
|
<artifactId>amqp-client</artifactId>
|
<version>5.6.0</version>
|
</dependency>
|
<!--mybatis-->
|
<dependency>
|
<groupId>org.mybatis.spring.boot</groupId>
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
<version>1.3.0</version>
|
</dependency>
|
|
|
<!-- 通用mapper -->
|
<dependency>
|
<groupId>tk.mybatis</groupId>
|
<artifactId>mapper-spring-boot-starter</artifactId>
|
<version>2.0.2</version>
|
</dependency>
|
<dependency>
|
<groupId>io.logz.logback</groupId>
|
<artifactId>logzio-logback-appender</artifactId>
|
<version>1.0.24</version>
|
</dependency>
|
|
<!-- 官方提供 -->
|
<!-- https://mvnrepository.com/artifact/com.mashape.unirest/unirest-java -->
|
<dependency>
|
<groupId>com.mashape.unirest</groupId>
|
<artifactId>unirest-java</artifactId>
|
<version>1.4.9</version>
|
</dependency>
|
<!-- mailgun smtp -->
|
<dependency>
|
<groupId>com.sun.jersey</groupId>
|
<artifactId>jersey-client</artifactId>
|
<version>1.19.4</version>
|
</dependency>
|
<!-- hutool工具 -->
|
<dependency>
|
<groupId>cn.hutool</groupId>
|
<artifactId>hutool-all</artifactId>
|
<version>5.7.9</version>
|
</dependency>
|
<!--集合类库-->
|
<dependency>
|
<groupId>org.apache.commons</groupId>
|
<artifactId>commons-collections4</artifactId>
|
<version>4.1</version>
|
</dependency>
|
</dependencies>
|
</project>
|