| 
					
				 | 
			
			
				@@ -0,0 +1,514 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<?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.3.3.RELEASE</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <relativePath/> <!-- lookup parent from repository --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    </parent> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <groupId>com.gree.manager</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <artifactId>zfire_jsm_mall_sync_manager</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <version>0.0.1-SNAPSHOT</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <name>zfire_jsm_mall_sync_manager</name> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <description>Demo project for Spring Boot</description> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <properties> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <java.version>1.8</java.version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    </properties> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <dependencies> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--<dependency>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--<groupId>org.springframework.boot</groupId>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--<artifactId>spring-boot-starter-security</artifactId>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--</dependency>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>org.springframework.boot</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>spring-boot-starter-web</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <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-data-redis</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>org.springframework.integration</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>spring-integration-redis</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>org.apache.commons</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>commons-compress</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>1.21</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>org.springframework.boot</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>spring-boot-devtools</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <scope>runtime</scope> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <optional>true</optional> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>org.springframework.boot</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>spring-boot-starter-test</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <scope>test</scope> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--<dependency>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--<groupId>org.mongodb</groupId>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--<artifactId>mongo-java-driver</artifactId>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--<version>3.2.2</version>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--</dependency>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--mybatis--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>org.mybatis.spring.boot</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>mybatis-spring-boot-starter</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>2.1.0</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <exclusions> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <exclusion> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <artifactId>mybatis</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <groupId>org.mybatis</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                </exclusion> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </exclusions> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>com.baomidou</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>mybatis-plus-boot-starter</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>3.4.2</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <!--<exclusions>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <!--<exclusion>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <!--<artifactId>mybatis</artifactId>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <!--<groupId>org.mybatis</groupId>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <!--</exclusion>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <!--</exclusions>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--<dependency>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <!--<groupId>com.baomidou</groupId>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <!--<artifactId>mybatis-plus-generator</artifactId>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <!--<version>3.2.0</version>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--</dependency>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>org.apache.velocity</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>velocity-engine-core</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>2.1</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>org.projectlombok</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>lombok</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>1.18.8</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <scope>provided</scope> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--<dependency>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <!--<groupId>org.mybatis.spring.boot</groupId>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <!--<artifactId>mybatis-spring-boot-autoconfigure</artifactId>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <!--<version>2.1.0</version>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--</dependency>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>com.google.zxing</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>core</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>3.3.2</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>com.google.zxing</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>javase</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>3.3.2</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--mysql驱动--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>mysql</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>mysql-connector-java</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>8.0.17</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>com.alibaba</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>druid-spring-boot-starter</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>1.1.21</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>org.apache.commons</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>commons-pool2</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>2.8.0</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--fastjson--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>com.alibaba</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>fastjson</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>1.2.59</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--okhttp3--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>com.squareup.okhttp3</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>okhttp</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>4.0.1</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--swagger接口文档框架--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>io.springfox</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>springfox-swagger2</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>2.9.2</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>io.springfox</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>springfox-swagger-ui</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>2.9.2</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>com.github.xiaoymin</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>swagger-bootstrap-ui</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>1.9.4</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!-- 支持 @ConfigurationProperties 注解 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>org.springframework.boot</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>spring-boot-configuration-processor</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <optional>true</optional> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!-- fix swagger input报错--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>io.swagger</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>swagger-annotations</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>1.5.22</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>io.swagger</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>swagger-models</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>1.5.22</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--更换undertow容器--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>org.springframework.boot</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>spring-boot-starter-undertow</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>org.bouncycastle</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>bcprov-jdk15on</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>1.60</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <scope>compile</scope> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>net.coobird</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>thumbnailator</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>0.4.8</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <scope>compile</scope> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--es --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>org.springframework.boot</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>spring-boot-starter-data-elasticsearch</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <exclusions> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <exclusion> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <artifactId>HdrHistogram</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <groupId>org.hdrhistogram</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                </exclusion> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <exclusion> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <artifactId>httpclient</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <groupId>org.apache.httpcomponents</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                </exclusion> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </exclusions> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>org.springframework.boot</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>spring-boot-starter-actuator</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>com.alibaba</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>easyexcel</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>3.3.1</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <exclusions> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <exclusion> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <artifactId>asm</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <groupId>org.ow2.asm</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                </exclusion> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </exclusions> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>eu.bitwalker</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>UserAgentUtils</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>1.21</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!-- 图片验证码 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>com.github.penggle</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>kaptcha</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>2.3.2</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>org.apache.poi</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>poi</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>4.1.2</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>org.apache.poi</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>poi-ooxml-schemas</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>4.1.2</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>org.apache.poi</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>poi-ooxml</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>4.1.2</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!---excel导入--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>cn.afterturn</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>easypoi-base</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>3.0.3</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>cn.afterturn</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>easypoi-web</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>3.0.3</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>cn.afterturn</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>easypoi-annotation</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>3.0.3</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>io.jsonwebtoken</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>jjwt</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>0.6.0</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>com.aliyun.oss</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>aliyun-sdk-oss</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>3.8.1</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>org.springframework</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>spring-mock</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>2.0.8</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>org.apache.httpcomponents</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>httpclient</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>4.5</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>org.apache.httpcomponents</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>httpmime</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>4.5</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--模板组件--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>org.springframework.boot</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>spring-boot-starter-thymeleaf</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>2.2.6.RELEASE</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--模板组件END--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!-- https://mvnrepository.com/artifact/commons-codec/commons-codec --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>commons-codec</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>commons-codec</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>1.9</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>com.aliyun</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>aliyun-java-sdk-core</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>4.0.3</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>com.alibaba.cloud</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>2.1.0.RELEASE</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>com.alibaba.cloud</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>2.1.0.RELEASE</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>org.springframework.cloud</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>spring-cloud-starter-openfeign</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>2.1.3.RELEASE</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>net.logstash.logback</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>logstash-logback-encoder</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>6.3</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>com.github.wxpay</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>wxpay-sdk</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>0.0.3</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--企业微信api--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>com.github.binarywang</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>weixin-java-cp</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>4.5.0</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!-- 微信支付 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>com.github.binarywang</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>weixin-java-pay</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>4.5.0</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!-- 微信小程序 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>com.github.binarywang</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>weixin-java-miniapp</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>4.5.0</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--公众号--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>com.github.binarywang</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>weixin-java-mp</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>4.5.0</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!-- hutool工具 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>cn.hutool</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>hutool-all</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>5.8.0.M4</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--forset--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>com.dtflys.forest</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>forest-spring-boot-starter</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>1.5.19</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--企业微信会话存档--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--<dependency>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <!--<groupId>org.bouncycastle</groupId>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <!--<artifactId>bcpg-jdk16</artifactId>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <!--<version>1.46</version>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--</dependency>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--<dependency>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <!--<groupId>org.bouncycastle</groupId>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <!--<artifactId>bcpkix-jdk15on</artifactId>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <!--<version>1.64</version>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!--</dependency>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!-- 校验 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>org.springframework.boot</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>spring-boot-starter-validation</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <!-- 法大大 需要开启nexus--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<!--        <dependency>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<!--            <groupId>com.fadada.api</groupId>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<!--            <artifactId>fasc-openapi-java-sdk</artifactId>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<!--            <version>5.5.4.1011</version>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<!--        </dependency>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>com.fadada.api</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>open-api</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>1.8.11.RELEASE</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <scope>system</scope> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <systemPath>${pom.basedir}/src/main/resources/libs/open-api-1.8.11.RELEASE.jar</systemPath> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <groupId>com.sun.mail</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <artifactId>javax.mail</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <version>1.6.2</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <scope>compile</scope> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    </dependencies> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <profiles> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <profile> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <!-- 本地开发环境 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <id>dev</id> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <properties> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <profiles.active>dev</profiles.active> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </properties> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <activation> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <!-- 设置默认激活这个配置 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <activeByDefault>true</activeByDefault> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </activation> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </profile> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <profile> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <!-- 测试环境 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <id>test</id> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <properties> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <profiles.active>test</profiles.active> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </properties> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </profile> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <profile> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <!-- 正式环境 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <id>prd</id> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <properties> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <profiles.active>prd</profiles.active> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </properties> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </profile> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    </profiles> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <build> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <plugins> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <plugin> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <groupId>org.springframework.boot</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <artifactId>spring-boot-maven-plugin</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <configuration> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <includeSystemScope>true</includeSystemScope> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                </configuration> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </plugin> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <plugin> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <groupId>com.plus.plugin</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <artifactId>plus-maven-plugin</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <version>5.0.0-SNAPSHOT</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <configuration> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <configPath>src/main/resources/generator-${profiles.active}.properties</configPath> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                </configuration> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </plugin> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </plugins> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    </build> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <repositories> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <repository> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <id>nexus</id> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <name>Releases</name> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <url>http://121.43.111.127:8081/repository/maven-public</url> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <releases> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <enabled>true</enabled> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </releases> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <!--snapshots默认是关闭的,需要开启  --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <snapshots> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <enabled>true</enabled> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </snapshots> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </repository> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    </repositories> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <pluginRepositories> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <pluginRepository> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <id>nexus</id> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <name>Releases</name> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <url>http://121.43.111.127:8081/repository/maven-public</url> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </pluginRepository> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    </pluginRepositories> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+</project> 
			 |