<?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>
|
<groupId>com.doumee</groupId>
|
<artifactId>yunyibao</artifactId>
|
<version>1.0.0-SNAPSHOT</version>
|
<packaging>pom</packaging>
|
<name>yunyibao</name>
|
<description></description>
|
<modules>
|
<module>platform</module>
|
<module>service</module>
|
<module>company</module>
|
<module>dianziqian</module>
|
<module>emaysms</module>
|
</modules>
|
|
<parent>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-parent</artifactId>
|
<version>2.2.5.RELEASE</version>
|
</parent>
|
|
<properties>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
<java.version>1.8</java.version>
|
<swagger.version>2.9.2</swagger.version>
|
<swagger.bootstrap-ui.version>1.9.6</swagger.bootstrap-ui.version>
|
<fastjson.version>1.2.70</fastjson.version>
|
<druid.version>1.2.0</druid.version>
|
<mybatis.plus.version>3.4.2</mybatis.plus.version>
|
<apache.shiro.version>1.7.0</apache.shiro.version>
|
<oshi.version>5.7.0</oshi.version>
|
<jna.version>5.7.0</jna.version>
|
<poi.version>5.0.0</poi.version>
|
<!-- 微信小程序 -->
|
<weixin-java-miniapp.version>4.1.0</weixin-java-miniapp.version>
|
</properties>
|
|
<dependencies>
|
<!-- Spring Boot -->
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-web</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-data-redis</artifactId>
|
</dependency>
|
<!-- Shiro -->
|
<dependency>
|
<groupId>org.apache.shiro</groupId>
|
<artifactId>shiro-spring</artifactId>
|
<version>${apache.shiro.version}</version>
|
</dependency>
|
<!-- MyBatis plus -->
|
<dependency>
|
<groupId>com.baomidou</groupId>
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
<version>${mybatis.plus.version}</version>
|
</dependency>
|
<!-- MyBatis分页 -->
|
<dependency>
|
<groupId>com.github.pagehelper</groupId>
|
<artifactId>pagehelper-spring-boot-starter</artifactId>
|
<version>1.2.13</version>
|
</dependency>
|
<!-- 连接池 -->
|
<dependency>
|
<groupId>com.alibaba</groupId>
|
<artifactId>druid</artifactId>
|
<version>${druid.version}</version>
|
</dependency>
|
<dependency>
|
<groupId>mysql</groupId>
|
<artifactId>mysql-connector-java</artifactId>
|
<scope>runtime</scope>
|
</dependency>
|
|
<!-- swagger -->
|
<dependency>
|
<groupId>com.github.xiaoymin</groupId>
|
<artifactId>knife4j-spring-boot-starter</artifactId>
|
<version>3.0.3</version>
|
</dependency>
|
|
<!-- <dependency>
|
<groupId>'io.springfox'</groupId>
|
<artifactId>springfox-boot-starter</artifactId>
|
<version>3.0.0</version>
|
</dependency>-->
|
<!-- <dependency>
|
<groupId>io.springfox</groupId>
|
<artifactId>springfox-swagger2</artifactId>
|
<version>${swagger.version}</version>
|
</dependency>
|
<!– swagger-bootstrap-ui –>
|
<dependency>
|
<groupId>com.github.xiaoymin</groupId>
|
<artifactId>swagger-bootstrap-ui</artifactId>
|
<version>${swagger.bootstrap-ui.version}</version>
|
</dependency>-->
|
<!-- lombok -->
|
<dependency>
|
<groupId>javax.validation</groupId>
|
<artifactId>validation-api</artifactId>
|
<version>2.0.1.Final</version>
|
</dependency>
|
<dependency>
|
<groupId>org.hibernate</groupId>
|
<artifactId>hibernate-validator</artifactId>
|
<version>6.0.13.Final</version>
|
</dependency>
|
<dependency>
|
<groupId>com.aliyun</groupId>
|
<artifactId>dingtalk</artifactId>
|
<version>1.3.54</version>
|
</dependency>
|
<dependency>
|
<groupId>com.aliyun</groupId>
|
<artifactId>alibaba-dingtalk-service-sdk</artifactId>
|
<version>2.0.0</version>
|
</dependency>
|
<dependency>
|
<groupId>org.projectlombok</groupId>
|
<artifactId>lombok</artifactId>
|
</dependency>
|
<!--google kaptcha-->
|
<dependency>
|
<groupId>com.github.penggle</groupId>
|
<artifactId>kaptcha</artifactId>
|
<version>2.3.2</version>
|
</dependency>
|
<!-- 工具包 -->
|
<dependency>
|
<groupId>org.apache.commons</groupId>
|
<artifactId>commons-lang3</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>com.alibaba</groupId>
|
<artifactId>fastjson</artifactId>
|
<version>${fastjson.version}</version>
|
</dependency>
|
<!-- Excel导入/导出依赖包 -->
|
<dependency>
|
<groupId>org.apache.poi</groupId>
|
<artifactId>poi</artifactId>
|
<version>${poi.version}</version>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.poi</groupId>
|
<artifactId>poi-ooxml</artifactId>
|
<version>${poi.version}</version>
|
</dependency>
|
<!-- 获取系统信息依赖包 -->
|
<dependency>
|
<groupId>com.itextpdf</groupId>
|
<artifactId>itextpdf</artifactId>
|
<version>5.5.13.3</version>
|
</dependency>
|
<dependency>
|
<groupId>e-iceblue</groupId>
|
<artifactId>spire.xls.free</artifactId>
|
<version>3.9.1</version>
|
</dependency>
|
<dependency>
|
<groupId>com.github.oshi</groupId>
|
<artifactId>oshi-core</artifactId>
|
<version>${oshi.version}</version>
|
</dependency>
|
<dependency>
|
<groupId>net.java.dev.jna</groupId>
|
<artifactId>jna</artifactId>
|
<version>${jna.version}</version>
|
</dependency>
|
<dependency>
|
<groupId>net.java.dev.jna</groupId>
|
<artifactId>jna-platform</artifactId>
|
<version>${jna.version}</version>
|
</dependency>
|
<dependency>
|
<groupId>com.aliyun.oss</groupId>
|
<artifactId>aliyun-sdk-oss</artifactId>
|
<version>2.2.1</version>
|
</dependency>
|
<!-- https://mvnrepository.com/artifact/com.github.yulichang/mybatis-plus-join -->
|
<dependency>
|
<groupId>com.github.yulichang</groupId>
|
<artifactId>mybatis-plus-join</artifactId>
|
<version>1.4.2.2</version>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-mail</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>commons-io</groupId>
|
<artifactId>commons-io</artifactId>
|
<version>2.7</version>
|
</dependency>
|
<!--添加fileupload依赖-->
|
<dependency>
|
<groupId>commons-fileupload</groupId>
|
<artifactId>commons-fileupload</artifactId>
|
<version>1.4</version>
|
</dependency>
|
<dependency>
|
<groupId>com.belerweb</groupId>
|
<artifactId>pinyin4j</artifactId>
|
<version>2.5.1</version>
|
</dependency>
|
|
|
<!-- WeChat 小程序 -->
|
<dependency>
|
<groupId>com.github.binarywang</groupId>
|
<artifactId>weixin-java-miniapp</artifactId>
|
<version>${weixin-java-miniapp.version}</version>
|
</dependency>
|
|
<dependency>
|
<groupId>net.sourceforge.jexcelapi</groupId>
|
<artifactId>jxl</artifactId>
|
<version>2.6.12</version>
|
</dependency>
|
</dependencies>
|
<repositories>
|
<repository>
|
<id>com.e-iceblue</id>
|
<name>e-iceblue</name>
|
<url>https://repo.e-iceblue.cn/repository/maven-public/</url>
|
</repository>
|
</repositories>
|
<build>
|
<plugins>
|
<plugin>
|
<groupId>org.apache.maven.plugins</groupId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
<configuration>
|
<source>${java.version}</source>
|
<target>${java.version}</target>
|
</configuration>
|
</plugin>
|
</plugins>
|
</build>
|
</project>
|