| <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>org.jeecgframework.boot</groupId> | |
|   <artifactId>han-hai-parent</artifactId> | |
|   <version>3.2.0</version> | |
|   <packaging>pom</packaging> | |
|   <name>HAN HAI ${project.version}</name> | |
| 
 | |
|   	<parent> | |
| 	    <groupId>org.springframework.boot</groupId> | |
| 	    <artifactId>spring-boot-starter-parent</artifactId> | |
| 	    <version>2.6.6</version> | |
| 	    <relativePath/> | |
| 	</parent> | |
| 
 | |
| 	<properties> | |
| 		<jeecgboot.version>3.2.0</jeecgboot.version> | |
| 		<java.version>1.8</java.version> | |
| 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
| 
 | |
| 		<!-- 微服务属性 --> | |
| 		<skip.springboot.maven>false</skip.springboot.maven> | |
|         <spring-cloud.version>2021.0.0</spring-cloud.version> | |
|         <spring-cloud-alibaba.version>2021.1</spring-cloud-alibaba.version> | |
| 		<alibaba.nacos.version>2.0.4</alibaba.nacos.version> | |
| 
 | |
| 		<xxl-job-core.version>2.2.0</xxl-job-core.version> | |
|         <fastjson.version>1.2.78</fastjson.version> | |
| 		<knife4j-spring-boot-starter.version>3.0.3</knife4j-spring-boot-starter.version> | |
| 		<knife4j-spring-ui.version>2.0.9</knife4j-spring-ui.version> | |
| 		<!-- 数据库驱动 --> | |
| 		<postgresql.version>42.2.6</postgresql.version> | |
| 		<ojdbc6.version>11.2.0.3</ojdbc6.version> | |
| 		<sqljdbc4.version>4.0</sqljdbc4.version> | |
| 		<mysql-connector-java.version>8.0.27</mysql-connector-java.version> | |
| 		<hutool.version>5.3.8</hutool.version> | |
| 		<redisson.version>3.16.1</redisson.version> | |
| 		<commons-beanutils.version>1.9.4</commons-beanutils.version> | |
| 		<guava.version>29.0-jre</guava.version> | |
| 
 | |
| 		<!-- 持久层 --> | |
| 		<mybatis-plus.version>3.5.1</mybatis-plus.version> | |
| 		<dynamic-datasource-spring-boot-starter.version>3.2.0</dynamic-datasource-spring-boot-starter.version> | |
| 		<minidao.version>1.9.0</minidao.version> | |
| 		<druid.version>1.1.22</druid.version> | |
| 		<commons.version>2.6</commons.version> | |
| 		<aliyun-java-sdk-dysmsapi.version>2.1.0</aliyun-java-sdk-dysmsapi.version> | |
| 		<aliyun.oss.version>3.11.2</aliyun.oss.version> | |
| 		<!-- shiro --> | |
| 		<shiro.version>1.8.0</shiro.version> | |
| 		<java-jwt.version>3.11.0</java-jwt.version> | |
| 		<shiro-redis.version>3.1.0</shiro-redis.version> | |
| 		<codegenerate.version>1.3.8</codegenerate.version> | |
| 		<autopoi-web.version>1.4.0</autopoi-web.version> | |
| 		<minio.version>8.0.3</minio.version> | |
| 		<justauth-spring-boot-starter.version>1.3.4</justauth-spring-boot-starter.version> | |
| 		<dom4j.version>1.6.1</dom4j.version> | |
| 		<qiniu-java-sdk.version>7.4.0</qiniu-java-sdk.version> | |
| 		<!-- Log4j2爆雷漏洞 --> | |
| 		<log4j2.version>2.17.0</log4j2.version> | |
| 		<logback.version>1.2.9</logback.version> | |
| 
 | |
| 		<wechatpay-java.version>0.2.15</wechatpay-java.version> | |
| 		<wechatpay-apache-httpclientd.version>0.5.0</wechatpay-apache-httpclientd.version> | |
| 	</properties> | |
| 
 | |
| 	<modules> | |
| 		<module>han-hai-module-pay</module> | |
|         <module>jeecg-boot-base</module> | |
|         <module>jeecg-boot-module-system</module> | |
| 
 | |
| 	</modules> | |
| 
 | |
| 	<distributionManagement> | |
| 	  	<repository> | |
|             <id>jeecg</id> | |
|             <name>jeecg Repository</name> | |
|             <url>http://maven.jeecg.com:8090/nexus/content/repositories/jeecg</url> | |
|         </repository> | |
|         <snapshotRepository> | |
| 	        <id>jeecg-snapshots</id> | |
|             <name>jeecg Snapshot Repository</name> | |
|             <url>http://maven.jeecg.com:8090/nexus/content/repositories/snapshots/</url> | |
| 	    </snapshotRepository> | |
| 	</distributionManagement> | |
| 	<repositories> | |
| 		<repository> | |
|             <id>aliyun</id> | |
|             <name>aliyun Repository</name> | |
|             <url>https://maven.aliyun.com/repository/public</url> | |
|         </repository> | |
| 		<repository> | |
|             <id>jeecg</id> | |
|             <name>jeecg Repository</name> | |
|             <url>https://maven.jeecg.org/nexus/content/repositories/jeecg</url> | |
|             <snapshots> | |
| 				<enabled>false</enabled> | |
| 			</snapshots> | |
|         </repository> | |
| 	</repositories> | |
| 
 | |
| 	<dependencies> | |
| 		<dependency> | |
| 			<groupId>org.springframework.boot</groupId> | |
| 			<artifactId>spring-boot-starter-test</artifactId> | |
| 			<scope>test</scope> | |
| 		</dependency> | |
| 		<dependency> | |
| 			<groupId>junit</groupId> | |
| 			<artifactId>junit</artifactId> | |
| 			<scope>test</scope> | |
| 		</dependency> | |
| 		<!-- Lombok --> | |
| 		<dependency> | |
| 			<groupId>org.projectlombok</groupId> | |
| 			<artifactId>lombok</artifactId> | |
| 		</dependency> | |
| 		<!-- json --> | |
| 		<dependency> | |
| 			<groupId>com.alibaba</groupId> | |
| 			<artifactId>fastjson</artifactId> | |
| 			<version>${fastjson.version}</version> | |
| 		</dependency> | |
| 	</dependencies> | |
| 
 | |
| 	<dependencyManagement> | |
| 		<dependencies> | |
| 			<!-- 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> | |
| 
 | |
| 			<!-- system 模块--> | |
| 			<dependency> | |
| 				<groupId>org.jeecgframework.boot</groupId> | |
| 				<artifactId>jeecg-boot-module-system</artifactId> | |
| 				<version>${jeecgboot.version}</version> | |
| 			</dependency> | |
| 
 | |
| 			<!-- jeecg tools --> | |
| 			<dependency> | |
| 				<groupId>org.jeecgframework.boot</groupId> | |
| 				<artifactId>jeecg-boot-base-tools</artifactId> | |
| 				<version>${jeecgboot.version}</version> | |
| 			</dependency> | |
| 			<!-- jeecg core --> | |
| 			<dependency> | |
| 				<groupId>org.jeecgframework.boot</groupId> | |
| 				<artifactId>jeecg-boot-base-core</artifactId> | |
| 				<version>${jeecgboot.version}</version> | |
| 			</dependency> | |
| 			<!-- system 单体 api --> | |
| 			<dependency> | |
| 				<groupId>org.jeecgframework.boot</groupId> | |
| 				<artifactId>jeecg-system-local-api</artifactId> | |
| 				<version>${jeecgboot.version}</version> | |
| 			</dependency> | |
| 			<!-- system 微服务 api --> | |
| 			<dependency> | |
| 				<groupId>org.jeecgframework.boot</groupId> | |
| 				<artifactId>jeecg-system-cloud-api</artifactId> | |
| 				<version>${jeecgboot.version}</version> | |
| 			</dependency> | |
| 
 | |
|             <!--微服务启动依赖--> | |
|             <dependency> | |
|                 <groupId>org.jeecgframework.boot</groupId> | |
|                 <artifactId>jeecg-boot-starter-cloud</artifactId> | |
|                 <version>${jeecgboot.version}</version> | |
|             </dependency> | |
| 			<!--xxl-job定时任务--> | |
| 			<dependency> | |
| 				<groupId>org.jeecgframework.boot</groupId> | |
| 				<artifactId>jeecg-boot-starter-job</artifactId> | |
| 				<version>${jeecgboot.version}</version> | |
| 			</dependency> | |
| 			<!--redis分布式锁--> | |
| 			<dependency> | |
| 				<groupId>org.jeecgframework.boot</groupId> | |
| 				<artifactId>jeecg-boot-starter-lock</artifactId> | |
| 				<version>${jeecgboot.version}</version> | |
| 			</dependency> | |
| 			<!--rabbitmq消息队列--> | |
| 			<dependency> | |
| 				<groupId>org.jeecgframework.boot</groupId> | |
| 				<artifactId>jeecg-boot-starter-rabbitmq</artifactId> | |
| 				<version>${jeecgboot.version}</version> | |
| 			</dependency> | |
| 			<!--分库分表shardingsphere--> | |
| 			<dependency> | |
| 				<groupId>org.jeecgframework.boot</groupId> | |
| 				<artifactId>jeecg-boot-starter-shardingsphere</artifactId> | |
| 				<version>${jeecgboot.version}</version> | |
| 			</dependency> | |
| 
 | |
| 			<dependency> | |
| 				<groupId>com.github.liyiorg</groupId> | |
| 				<artifactId>weixin-popular</artifactId> | |
| 				<version>2.8.17</version> | |
| 			</dependency> | |
| 			<!-- 七牛云SDK --> | |
| 			<dependency> | |
| 				<groupId>com.qiniu</groupId> | |
| 				<artifactId>qiniu-java-sdk</artifactId> | |
| 				<version>${qiniu-java-sdk.version}</version> | |
| 				<exclusions> | |
| 					<exclusion> | |
| 						<artifactId>okhttp</artifactId> | |
| 						<groupId>com.squareup.okhttp3</groupId> | |
| 					</exclusion> | |
| 				</exclusions> | |
| 			</dependency> | |
| 			<!-- dom4j --> | |
| 			<dependency> | |
| 				<groupId>dom4j</groupId> | |
| 				<artifactId>dom4j</artifactId> | |
| 				<version>${dom4j.version}</version> | |
| 			</dependency> | |
| 			<!-- redisson --> | |
| 			<dependency> | |
| 				<groupId>org.redisson</groupId> | |
| 				<artifactId>redisson</artifactId> | |
| 				<version>${redisson.version}</version> | |
| 			</dependency> | |
| 
 | |
| 			<!-- guava工具类 --> | |
| 			<dependency> | |
| 				<groupId>com.google.guava</groupId> | |
| 				<artifactId>guava</artifactId> | |
| 				<version>${guava.version}</version> | |
| 			</dependency> | |
| 
 | |
| 			<!-- hutool工具类--> | |
| 			<dependency> | |
| 				<groupId>cn.hutool</groupId> | |
| 				<artifactId>hutool-core</artifactId> | |
| 				<version>${hutool.version}</version> | |
| 			</dependency> | |
| 			<dependency> | |
| 				<groupId>cn.hutool</groupId> | |
| 				<artifactId>hutool-crypto</artifactId> | |
| 				<version>${hutool.version}</version> | |
| 			</dependency> | |
| 
 | |
| 
 | |
| 
 | |
| 			<!-- commons-beanutils --> | |
| 			<dependency> | |
| 				<groupId>commons-beanutils</groupId> | |
| 				<artifactId>commons-beanutils</artifactId> | |
| 				<version>${commons-beanutils.version}</version> | |
| 			</dependency> | |
| 
 | |
| 			<dependency> | |
| 				<groupId>commons-fileupload</groupId> | |
| 				<artifactId>commons-fileupload</artifactId> | |
| 				<version>1.4</version> | |
| 				<exclusions> | |
| 					<exclusion> | |
| 						<artifactId>commons-io</artifactId> | |
| 						<groupId>commons-io</groupId> | |
| 					</exclusion> | |
| 				</exclusions> | |
| 			</dependency> | |
| 
 | |
| 			<!-- justauth第三方登录  --> | |
| 			<dependency> | |
| 				<groupId>com.xkcoding.justauth</groupId> | |
| 				<artifactId>justauth-spring-boot-starter</artifactId> | |
| 				<version>${justauth-spring-boot-starter.version}</version> | |
| 				<exclusions> | |
| 					<exclusion> | |
| 						<artifactId>hutool-core</artifactId> | |
| 						<groupId>cn.hutool</groupId> | |
| 					</exclusion> | |
| 					<exclusion> | |
| 						<artifactId>fastjson</artifactId> | |
| 						<groupId>com.alibaba</groupId> | |
| 					</exclusion> | |
| 				</exclusions> | |
| 			</dependency> | |
| 			<dependency> | |
| 				<groupId>com.squareup.okhttp3</groupId> | |
| 				<artifactId>okhttp</artifactId> | |
| 				<version>4.4.1</version> | |
| 			</dependency> | |
| 
 | |
| 
 | |
| 			<dependency> | |
| 				<groupId>io.minio</groupId> | |
| 				<artifactId>minio</artifactId> | |
| 				<version>${minio.version}</version> | |
| 				<exclusions> | |
| 					<exclusion> | |
| 						<artifactId>okio</artifactId> | |
| 						<groupId>com.squareup.okio</groupId> | |
| 					</exclusion> | |
| 					<exclusion> | |
| 						<artifactId>okhttp</artifactId> | |
| 						<groupId>com.squareup.okhttp3</groupId> | |
| 					</exclusion> | |
| 				</exclusions> | |
| 			</dependency> | |
| 			<!-- 企业微信和钉钉 api --> | |
| 			<dependency> | |
| 				<groupId>org.jeecgframework</groupId> | |
| 				<artifactId>jeewx-api</artifactId> | |
| 				<version>1.4.7</version> | |
| 				<exclusions> | |
| 					<exclusion> | |
| 						<artifactId>commons-beanutils</artifactId> | |
| 						<groupId>commons-beanutils</groupId> | |
| 					</exclusion> | |
| 					<exclusion> | |
| 						<artifactId>commons-lang</artifactId> | |
| 						<groupId>commons-lang</groupId> | |
| 					</exclusion> | |
| 				</exclusions> | |
| 			</dependency> | |
| 
 | |
| 			<dependency> | |
| 				<groupId>com.github.wechatpay-apiv3</groupId> | |
| 				<artifactId>wechatpay-java</artifactId> | |
| 				<version>${wechatpay-java.version}</version> | |
| 			</dependency> | |
| 
 | |
| 			<dependency> | |
| 				<groupId>com.github.wechatpay-apiv3</groupId> | |
| 				<artifactId>wechatpay-apache-httpclient</artifactId> | |
| 				<version>${wechatpay-apache-httpclientd.version}</version> | |
| 			</dependency> | |
| 
 | |
| 		</dependencies> | |
| 	</dependencyManagement> | |
| 
 | |
| 	<build> | |
| 		<plugins> | |
| 			<!-- 指定JDK编译版本 --> | |
|             <plugin> | |
|                 <groupId>org.apache.maven.plugins</groupId> | |
|                 <artifactId>maven-compiler-plugin</artifactId> | |
|                 <configuration> | |
|                     <source>1.8</source> | |
|                     <target>1.8</target> | |
|                     <encoding>UTF-8</encoding> | |
|                 </configuration> | |
|             </plugin> | |
|             <!-- 打包跳过测试 --> | |
|             <plugin> | |
| 		        <groupId>org.apache.maven.plugins</groupId> | |
| 		        <artifactId>maven-surefire-plugin</artifactId> | |
| 		        <configuration> | |
| 		          <skipTests>true</skipTests> | |
| 		        </configuration> | |
| 	        </plugin> | |
| 	         <!-- 避免font文件的二进制文件格式压缩破坏 --> | |
| 	         <plugin> | |
|                 <groupId>org.apache.maven.plugins</groupId> | |
|                 <artifactId>maven-resources-plugin</artifactId> | |
| 				 <version>3.1.0</version> | |
|                 <configuration> | |
|                     <nonFilteredFileExtensions> | |
|                         <nonFilteredFileExtension>woff</nonFilteredFileExtension> | |
|                         <nonFilteredFileExtension>woff2</nonFilteredFileExtension> | |
|                         <nonFilteredFileExtension>eot</nonFilteredFileExtension> | |
|                         <nonFilteredFileExtension>ttf</nonFilteredFileExtension> | |
|                         <nonFilteredFileExtension>svg</nonFilteredFileExtension> | |
|                     </nonFilteredFileExtensions> | |
|                 </configuration> | |
|             </plugin> | |
| 		</plugins> | |
| 		<resources> | |
| 			<resource> | |
|                 <directory>src/main/resources</directory> | |
|                 <filtering>true</filtering> | |
|             </resource> | |
| 			<resource> | |
| 				<directory>src/main/java</directory> | |
| 				<includes> | |
| 					<include>**/*.xml</include> | |
| 					<include>**/*.json</include> | |
| 					<include>**/*.ftl</include> | |
| 				</includes> | |
| 			</resource> | |
| 		</resources> | |
| 	</build> | |
|     <!-- 环境 --> | |
|     <profiles> | |
|         <!-- 开发 --> | |
|         <profile> | |
|             <id>dev</id> | |
|             <activation> | |
|                 <!--默认激活配置--> | |
|                 <activeByDefault>true</activeByDefault> | |
|             </activation> | |
|             <properties> | |
|                 <!--当前环境--> | |
|                 <profile.name>dev</profile.name> | |
|                 <!--配置文件前缀--> | |
|                 <prefix.name>jeecg</prefix.name> | |
|                 <!--Nacos配置中心地址--> | |
|                 <config.server-addr>jeecg-boot-nacos:8848</config.server-addr> | |
|                 <!--Nacos配置中心命名空间,用于支持多环境.这里必须使用ID,不能使用名称,默认为空--> | |
|                 <config.namespace></config.namespace> | |
| 				<!--Nacos用户名--> | |
| 				<config.username>nacos</config.username> | |
| 				<!--Nacos密码--> | |
| 				<config.password>nacos</config.password> | |
|                 <!--Nacos配置分组名称--> | |
|                 <config.group>DEFAULT_GROUP</config.group> | |
|                 <!--Nacos服务发现地址--> | |
|                 <discovery.server-addr>jeecg-boot-nacos:8848</discovery.server-addr> | |
|             </properties> | |
|         </profile> | |
|         <!-- 测试 --> | |
|         <profile> | |
|             <id>test</id> | |
|             <properties> | |
|                 <!--当前环境--> | |
|                 <profile.name>test</profile.name> | |
|                 <!--配置文件前缀--> | |
|                 <prefix.name>jeecg</prefix.name> | |
|                 <!--Nacos配置中心地址--> | |
|                 <config.server-addr>jeecg-boot-nacos:8848</config.server-addr> | |
|                 <!--Nacos配置中心命名空间,用于支持多环境.这里必须使用ID,不能使用名称,默认为空--> | |
|                 <config.namespace></config.namespace> | |
| 				<!--Nacos用户名--> | |
| 				<config.username>nacos</config.username> | |
| 				<!--Nacos密码--> | |
| 				<config.password>nacos</config.password> | |
|                 <!--Nacos配置分组名称--> | |
|                 <config.group>DEFAULT_GROUP</config.group> | |
|                 <!--Nacos服务发现地址--> | |
|                 <discovery.server-addr>jeecg-boot-nacos:8848</discovery.server-addr> | |
|             </properties> | |
|         </profile> | |
|         <!-- 生产 --> | |
|         <profile> | |
|             <id>prod</id> | |
|             <properties> | |
|                 <!--当前环境,生产环境为空--> | |
|                 <profile.name>prod</profile.name> | |
|                 <!--配置文件前缀--> | |
|                 <prefix.name>jeecg</prefix.name> | |
|                 <!--Nacos配置中心地址--> | |
|                 <config.server-addr>jeecg-boot-nacos:8848</config.server-addr> | |
|                 <!--Nacos配置中心命名空间,用于支持多环境.这里必须使用ID,不能使用名称,默认为空--> | |
|                 <config.namespace></config.namespace> | |
| 				<!--Nacos用户名--> | |
| 				<config.username>nacos</config.username> | |
| 				<!--Nacos密码--> | |
| 				<config.password>nacos</config.password> | |
|                 <!--Nacos配置分组名称--> | |
|                 <config.group>DEFAULT_GROUP</config.group> | |
|                 <!--Nacos服务发现地址--> | |
|                 <discovery.server-addr>jeecg-boot-nacos:8848</discovery.server-addr> | |
|             </properties> | |
|         </profile> | |
|     </profiles> | |
| </project>
 |