You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							324 lines
						
					
					
						
							10 KiB
						
					
					
				
			
		
		
	
	
							324 lines
						
					
					
						
							10 KiB
						
					
					
				<?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">
 | 
						|
    <parent>
 | 
						|
        <artifactId>crmeb</artifactId>
 | 
						|
        <groupId>com.zbkj</groupId>
 | 
						|
        <version>0.0.1-SNAPSHOT</version>
 | 
						|
    </parent>
 | 
						|
    <modelVersion>4.0.0</modelVersion>
 | 
						|
 | 
						|
    <artifactId>crmeb-common</artifactId>
 | 
						|
    <name>crmeb-common</name>
 | 
						|
 | 
						|
    <dependencies>
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.springframework.boot</groupId>
 | 
						|
            <artifactId>spring-boot-starter-test</artifactId>
 | 
						|
            <scope>test</scope>
 | 
						|
            <exclusions>
 | 
						|
                <exclusion>
 | 
						|
                    <groupId>org.junit.vintage</groupId>
 | 
						|
                    <artifactId>junit-vintage-engine</artifactId>
 | 
						|
                </exclusion>
 | 
						|
            </exclusions>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!--        <dependency>-->
 | 
						|
        <!--            <groupId>org.springframework.cloud</groupId>-->
 | 
						|
        <!--            <artifactId>spring-cloud-context</artifactId>-->
 | 
						|
        <!--        </dependency>-->
 | 
						|
 | 
						|
        <!-- JSTL for JSP  spring boot搭建web项目,跳转到jsp一定要添加下面的jar包,否则出现跳转的时候,变成下载的功能,保存该页面-->
 | 
						|
 | 
						|
        <dependency>
 | 
						|
            <groupId>javax.servlet</groupId>
 | 
						|
            <artifactId>javax.servlet-api</artifactId>
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>javax.servlet</groupId>
 | 
						|
            <artifactId>jstl</artifactId>
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.apache.tomcat.embed</groupId>
 | 
						|
            <artifactId>tomcat-embed-jasper</artifactId>
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.apache.tomcat</groupId>
 | 
						|
            <artifactId>tomcat-jsp-api</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!-- https://mvnrepository.com/artifact/com.alibaba/fastjson -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.alibaba</groupId>
 | 
						|
            <artifactId>fastjson</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!--添加 Alibaba 数据源-->
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.alibaba</groupId>
 | 
						|
            <artifactId>druid</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!--访问mysql-->
 | 
						|
        <!--JDBC-->
 | 
						|
        <!-- MySql 5.5 Connector -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>mysql</groupId>
 | 
						|
            <artifactId>mysql-connector-java</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!--代码自动生成工具-->
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.projectlombok</groupId>
 | 
						|
            <artifactId>lombok</artifactId>
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.baomidou</groupId>
 | 
						|
            <artifactId>mybatis-plus-boot-starter</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!-- 模板引擎 mybatis code generator时需要使用-->
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.springframework.boot</groupId>
 | 
						|
            <artifactId>spring-boot-test</artifactId>
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>junit</groupId>
 | 
						|
            <artifactId>junit</artifactId>
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.springframework</groupId>
 | 
						|
            <artifactId>spring-test</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.baomidou</groupId>
 | 
						|
            <artifactId>mybatis-plus</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!--generator-->
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.baomidou</groupId>
 | 
						|
            <artifactId>mybatis-plus-generator</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <dependency>
 | 
						|
            <groupId>io.swagger</groupId>
 | 
						|
            <artifactId>swagger-annotations</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!-- doc -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>io.springfox</groupId>
 | 
						|
            <artifactId>springfox-swagger2</artifactId>
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>io.swagger</groupId>
 | 
						|
            <artifactId>swagger-models</artifactId>
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.github.xiaoymin</groupId>
 | 
						|
            <artifactId>swagger-bootstrap-ui</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.springframework.boot</groupId>
 | 
						|
            <artifactId>spring-boot-autoconfigure</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
 | 
						|
        <dependency>
 | 
						|
            <groupId>ch.qos.logback</groupId>
 | 
						|
            <artifactId>logback-classic</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <dependency>
 | 
						|
            <groupId>net.logstash.logback</groupId>
 | 
						|
            <artifactId>logstash-logback-encoder</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.springframework.boot</groupId>
 | 
						|
            <artifactId>spring-boot-starter-web</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!-- Spring Boot Redis 依赖 -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.springframework.boot</groupId>
 | 
						|
            <artifactId>spring-boot-starter-data-redis</artifactId>
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>redis.clients</groupId>
 | 
						|
            <artifactId>jedis</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!-- 分页插件 -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.github.pagehelper</groupId>
 | 
						|
            <artifactId>pagehelper-spring-boot-starter</artifactId>
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>javax.validation</groupId>
 | 
						|
            <artifactId>validation-api</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.springframework.data</groupId>
 | 
						|
            <artifactId>spring-data-commons</artifactId>
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>cn.hutool</groupId>
 | 
						|
            <artifactId>hutool-all</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.springframework.boot</groupId>
 | 
						|
            <artifactId>spring-boot-starter-actuator</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!--httpclient-->
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.apache.httpcomponents</groupId>
 | 
						|
            <artifactId>httpclient</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!--SpringBoot 拦截 response 记录日志-->
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.springframework.boot</groupId>
 | 
						|
            <artifactId>spring-boot-starter-aop</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!--字符串操作-->
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.apache.commons</groupId>
 | 
						|
            <artifactId>commons-lang3</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!--导出excel-->
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.apache.poi</groupId>
 | 
						|
            <artifactId>poi</artifactId>
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.apache.poi</groupId>
 | 
						|
            <artifactId>poi-ooxml</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!-- Apache Commons FileUpload -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>commons-fileupload</groupId>
 | 
						|
            <artifactId>commons-fileupload</artifactId>
 | 
						|
        </dependency>
 | 
						|
        <!-- Apache Commons IO  -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>commons-io</groupId>
 | 
						|
            <artifactId>commons-io</artifactId>
 | 
						|
        </dependency>
 | 
						|
        <!-- thumbnailator 图片压缩工具 -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>net.coobird</groupId>
 | 
						|
            <artifactId>thumbnailator</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!--阿里云oss上传-->
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.aliyun.oss</groupId>
 | 
						|
            <artifactId>aliyun-sdk-oss</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!--腾讯云COS-->
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.qcloud</groupId>
 | 
						|
            <artifactId>cos_api</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!-- 七牛云 -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.qiniu</groupId>
 | 
						|
            <artifactId>qiniu-java-sdk</artifactId>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!-- 京东云存储 -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.amazonaws</groupId>
 | 
						|
            <artifactId>aws-java-sdk-s3</artifactId>
 | 
						|
            <version>1.12.99</version>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!--xml-->
 | 
						|
        <dependency>
 | 
						|
            <groupId>dom4j</groupId>
 | 
						|
            <artifactId>dom4j</artifactId>
 | 
						|
            <version>1.6.1</version>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.thoughtworks.xstream</groupId>
 | 
						|
            <artifactId>xstream</artifactId>
 | 
						|
            <version>1.4.20</version>
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.vaadin.external.google</groupId>
 | 
						|
            <artifactId>android-json</artifactId>
 | 
						|
            <version>0.0.20131108.vaadin1</version>
 | 
						|
        </dependency>
 | 
						|
        <!--图片上传-->
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.apache.httpcomponents</groupId>
 | 
						|
            <artifactId>httpmime</artifactId>
 | 
						|
            <version>4.5.10</version>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!--谷歌二维码-->
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.google.zxing</groupId>
 | 
						|
            <artifactId>core</artifactId>
 | 
						|
            <version>3.5.0</version>
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.google.zxing</groupId>
 | 
						|
            <artifactId>javase</artifactId>
 | 
						|
            <version>3.5.0</version>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
 | 
						|
        <!--解析JWT-->
 | 
						|
        <dependency>
 | 
						|
            <groupId>io.jsonwebtoken</groupId>
 | 
						|
            <artifactId>jjwt</artifactId>
 | 
						|
            <version>0.9.1</version>
 | 
						|
        </dependency>
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.auth0</groupId>
 | 
						|
            <artifactId>jwks-rsa</artifactId>
 | 
						|
            <version>0.9.0</version>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!-- https://mvnrepository.com/artifact/com.alipay.sdk/alipay-sdk-java -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.alipay.sdk</groupId>
 | 
						|
            <artifactId>alipay-sdk-java</artifactId>
 | 
						|
            <version>4.15.20.ALL</version>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!-- springboot security -->
 | 
						|
        <dependency>
 | 
						|
            <groupId>org.springframework.boot</groupId>
 | 
						|
            <artifactId>spring-boot-starter-security</artifactId>
 | 
						|
            <version>2.7.7</version>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
        <!--        行为验证码-->
 | 
						|
        <dependency>
 | 
						|
            <groupId>com.anji-plus</groupId>
 | 
						|
            <artifactId>spring-boot-starter-captcha</artifactId>
 | 
						|
            <version>1.3.0</version>
 | 
						|
        </dependency>
 | 
						|
 | 
						|
    </dependencies>
 | 
						|
 | 
						|
 | 
						|
</project>
 | 
						|
 |