276 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			276 lines
		
	
	
		
			12 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>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <groupId>com.tuling</groupId>
							 | 
						||
| 
								 | 
							
								    <artifactId>tuling-mall</artifactId>
							 | 
						||
| 
								 | 
							
								    <version>0.0.5</version>
							 | 
						||
| 
								 | 
							
								    <name>tuling-mall</name>
							 | 
						||
| 
								 | 
							
								    <packaging>pom</packaging>
							 | 
						||
| 
								 | 
							
								    <description>图灵电商项目</description>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <modules>
							 | 
						||
| 
								 | 
							
								        <module>tulingmall-admin</module>
							 | 
						||
| 
								 | 
							
								        <module>tulingmall-common</module>
							 | 
						||
| 
								 | 
							
								        <module>tulingmall-product</module>
							 | 
						||
| 
								 | 
							
								        <module>tulingmall-security</module>
							 | 
						||
| 
								 | 
							
								        <module>tulingmall-search</module>
							 | 
						||
| 
								 | 
							
								        <module>tulingmall-member</module>
							 | 
						||
| 
								 | 
							
								        <module>tulingmall-gateway</module>
							 | 
						||
| 
								 | 
							
								        <module>tulingmall-promotion</module>
							 | 
						||
| 
								 | 
							
								        <module>tulingmall-canal</module>
							 | 
						||
| 
								 | 
							
								        <module>tulingmall-authcenter</module>
							 | 
						||
| 
								 | 
							
								        <module>tulingmall-portal</module>
							 | 
						||
| 
								 | 
							
								        <module>tulingmall-order</module>
							 | 
						||
| 
								 | 
							
								        <module>tulingmall-cart</module>
							 | 
						||
| 
								 | 
							
								        <module>tulingmall-core</module>
							 | 
						||
| 
								 | 
							
								        <module>tulingmall-unqid</module>
							 | 
						||
| 
								 | 
							
								        <module>tulingmall-redis-comm</module>
							 | 
						||
| 
								 | 
							
								        <module>tulingmall-redis-multi</module>
							 | 
						||
| 
								 | 
							
								        <module>tulingmall-sk</module>
							 | 
						||
| 
								 | 
							
								    </modules>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <properties>
							 | 
						||
| 
								 | 
							
								        <skipTests>true</skipTests>
							 | 
						||
| 
								 | 
							
								        <docker.host>http://192.168.6.132:2375</docker.host>
							 | 
						||
| 
								 | 
							
								        <docker.maven.plugin.version>1.1.0</docker.maven.plugin.version>
							 | 
						||
| 
								 | 
							
								        <java.version>1.8</java.version>
							 | 
						||
| 
								 | 
							
								        <maven.compiler.source>1.8</maven.compiler.source>
							 | 
						||
| 
								 | 
							
								        <maven.compiler.target>1.8</maven.compiler.target>
							 | 
						||
| 
								 | 
							
								        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
							 | 
						||
| 
								 | 
							
								        
							 | 
						||
| 
								 | 
							
								        <pagehelper-starter.version>1.2.10</pagehelper-starter.version>
							 | 
						||
| 
								 | 
							
								        <pagehelper.version>5.1.8</pagehelper.version>
							 | 
						||
| 
								 | 
							
								        <druid.version>1.1.10</druid.version>
							 | 
						||
| 
								 | 
							
								        <freemarker.version>2.3.30</freemarker.version>
							 | 
						||
| 
								 | 
							
								        <hutool.version>4.5.7</hutool.version>
							 | 
						||
| 
								 | 
							
								        <swagger2.version>2.7.0</swagger2.version>
							 | 
						||
| 
								 | 
							
								        <mybatis-generator.version>1.3.7</mybatis-generator.version>
							 | 
						||
| 
								 | 
							
								        <mybatis.version>3.5.3</mybatis.version>
							 | 
						||
| 
								 | 
							
								        <mybatis-plus.version>3.3.2</mybatis-plus.version>
							 | 
						||
| 
								 | 
							
								        <dynamic-datasource.version>3.3.2</dynamic-datasource.version>
							 | 
						||
| 
								 | 
							
								        <mysql-connector.version>8.0.15</mysql-connector.version>
							 | 
						||
| 
								 | 
							
								        <commons-pool2.version>2.4.3</commons-pool2.version>
							 | 
						||
| 
								 | 
							
								        <dungproxy-client.version>0.0.4</dungproxy-client.version>
							 | 
						||
| 
								 | 
							
								        <rocketmq-spring-boot-starter.version>2.2.1</rocketmq-spring-boot-starter.version>
							 | 
						||
| 
								 | 
							
								        <mongodb-spring-boot-starter.version>2.3.2.RELEASE</mongodb-spring-boot-starter.version>
							 | 
						||
| 
								 | 
							
								        <jjwt.version>0.9.0</jjwt.version>
							 | 
						||
| 
								 | 
							
								        <aliyun-oss.version>2.5.0</aliyun-oss.version>
							 | 
						||
| 
								 | 
							
								        <logstash-logback.version>5.3</logstash-logback.version>
							 | 
						||
| 
								 | 
							
								        <tulingmall-common.version>${project.version}</tulingmall-common.version>
							 | 
						||
| 
								 | 
							
								        <tulingmall-admin.version>${project.version}</tulingmall-admin.version>
							 | 
						||
| 
								 | 
							
								        <tulingmall-core.version>${project.version}</tulingmall-core.version>
							 | 
						||
| 
								 | 
							
								        <tulingmall-security.version>${project.version}</tulingmall-security.version>
							 | 
						||
| 
								 | 
							
								        <tulingmall-redis-comm.version>${project.version}</tulingmall-redis-comm.version>
							 | 
						||
| 
								 | 
							
								        <tulingmall-redis-multi.version>${project.version}</tulingmall-redis-multi.version>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <spring-cloud.version>Hoxton.SR9</spring-cloud.version>
							 | 
						||
| 
								 | 
							
								        <spring-cloud-alibaba.version>2.2.6.RELEASE</spring-cloud-alibaba.version>
							 | 
						||
| 
								 | 
							
								    </properties>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <dependencyManagement>
							 | 
						||
| 
								 | 
							
								        <dependencies>
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>org.springframework.boot</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>spring-boot-starter-parent</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>2.3.2.RELEASE</version>
							 | 
						||
| 
								 | 
							
								                <type>pom</type>
							 | 
						||
| 
								 | 
							
								                <scope>import</scope>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								            <!--Spring Cloud 相关依赖-->
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>org.springframework.cloud</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>spring-cloud-dependencies</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${spring-cloud.version}</version>
							 | 
						||
| 
								 | 
							
								                <type>pom</type>
							 | 
						||
| 
								 | 
							
								                <scope>import</scope>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								            <!--Spring Cloud Alibaba 相关依赖-->
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>com.alibaba.cloud</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>spring-cloud-alibaba-dependencies</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${spring-cloud-alibaba.version}</version>
							 | 
						||
| 
								 | 
							
								                <type>pom</type>
							 | 
						||
| 
								 | 
							
								                <scope>import</scope>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>com.alibaba.cloud</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>spring-cloud-alibaba-nacos-discovery</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>2.1.1.RELEASE</version>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								            <!--mall通用模块-->
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>com.tuling</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>tulingmall-common</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${tulingmall-common.version}</version>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>com.tuling</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>tulingmall-security</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${tulingmall-security.version}</version>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>com.tuling</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>tulingmall-core</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${tulingmall-core.version}</version>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>com.tuling</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>tulingmall-admin</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${tulingmall-admin.version}</version>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>com.tuling</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>tulingmall-redis-comm</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${tulingmall-redis-comm.version}</version>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>com.tuling</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>tulingmall-redis-multi</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${tulingmall-redis-multi.version}</version>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								            <!--MyBatis分页插件starter-->
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>com.github.pagehelper</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>pagehelper-spring-boot-starter</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${pagehelper-starter.version}</version>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								            <!--MyBatis分页插件-->
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>com.github.pagehelper</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>pagehelper</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${pagehelper.version}</version>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								            <!--集成druid连接池-->
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>com.alibaba</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>druid-spring-boot-starter</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${druid.version}</version>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								            <!--Hutool Java工具包-->
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>cn.hutool</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>hutool-all</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${hutool.version}</version>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								            <!--Swagger-UI API文档生产工具-->
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>io.springfox</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>springfox-swagger2</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${swagger2.version}</version>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>io.springfox</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>springfox-swagger-ui</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${swagger2.version}</version>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								            <!-- MyBatis 生成器 -->
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>org.mybatis.generator</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>mybatis-generator-core</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${mybatis-generator.version}</version>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								            <!-- MyBatis-->
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>org.mybatis</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>mybatis</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${mybatis.version}</version>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>com.baomidou</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>mybatis-plus-boot-starter</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${mybatis-plus.version}</version>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>com.baomidou</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${dynamic-datasource.version}</version>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								            <!--Mysql数据库驱动-->
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>mysql</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>mysql-connector-java</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${mysql-connector.version}</version>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								            <!--JWT(Json Web Token)登录支持-->
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>io.jsonwebtoken</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>jjwt</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${jjwt.version}</version>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								            <!-- 阿里云OSS -->
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>com.aliyun.oss</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>aliyun-sdk-oss</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${aliyun-oss.version}</version>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								            <!--集成logstash-->
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>net.logstash.logback</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>logstash-logback-encoder</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${logstash-logback.version}</version>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>org.freemarker</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>freemarker</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${freemarker.version}</version>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>org.apache.commons</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>commons-pool2</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${commons-pool2.version}</version>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>org.apache.rocketmq</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>rocketmq-spring-boot-starter</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${rocketmq-spring-boot-starter.version}</version>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>com.virjar</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>dungproxy-client</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${dungproxy-client.version}</version>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								            <dependency>
							 | 
						||
| 
								 | 
							
								                <groupId>org.springframework.boot</groupId>
							 | 
						||
| 
								 | 
							
								                <artifactId>spring-boot-starter-data-mongodb</artifactId>
							 | 
						||
| 
								 | 
							
								                <version>${mongodb-spring-boot-starter.version}</version>
							 | 
						||
| 
								 | 
							
								            </dependency>
							 | 
						||
| 
								 | 
							
								        </dependencies>
							 | 
						||
| 
								 | 
							
								    </dependencyManagement>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <repositories>
							 | 
						||
| 
								 | 
							
								        <repository>
							 | 
						||
| 
								 | 
							
								            <id>maven-public</id>
							 | 
						||
| 
								 | 
							
								            <url>http://192.168.65.203:8081/repository/maven-public/</url>
							 | 
						||
| 
								 | 
							
								            <releases>
							 | 
						||
| 
								 | 
							
								                <enabled>true</enabled>
							 | 
						||
| 
								 | 
							
								            </releases>
							 | 
						||
| 
								 | 
							
								            <snapshots>
							 | 
						||
| 
								 | 
							
								                <enabled>true</enabled>
							 | 
						||
| 
								 | 
							
								            </snapshots>
							 | 
						||
| 
								 | 
							
								        </repository>
							 | 
						||
| 
								 | 
							
								    </repositories>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <distributionManagement>
							 | 
						||
| 
								 | 
							
								        <repository>
							 | 
						||
| 
								 | 
							
								            <id>maven-public</id>
							 | 
						||
| 
								 | 
							
								            <name>release</name>
							 | 
						||
| 
								 | 
							
								            <url>http://192.168.65.203:8081/repository/maven-releases/</url>
							 | 
						||
| 
								 | 
							
								        </repository>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <snapshotRepository>
							 | 
						||
| 
								 | 
							
								            <id>maven-public-snapshot</id>
							 | 
						||
| 
								 | 
							
								            <name>snapshot</name>
							 | 
						||
| 
								 | 
							
								            <url>http://192.168.65.203:8081/repository/maven-snapshots/</url>
							 | 
						||
| 
								 | 
							
								        </snapshotRepository>
							 | 
						||
| 
								 | 
							
								    </distributionManagement>
							 | 
						||
| 
								 | 
							
								</project>
							 |