mirror of
https://gitee.com/mmsAdmin/mms
synced 2025-12-06 08:58:55 +08:00
697 lines
28 KiB
XML
697 lines
28 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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||
<modelVersion>4.0.0</modelVersion>
|
||
|
||
<groupId>com.sxpcwlkj</groupId>
|
||
<artifactId>mms</artifactId>
|
||
<version>${revision}</version>
|
||
|
||
<name>mms</name>
|
||
<url>https://www.sxpcwlkj.com</url>
|
||
<description>陕西品创网络模块化系统</description>
|
||
<packaging>pom</packaging>
|
||
|
||
<!-- 版本控制 -->
|
||
<properties>
|
||
<!-- Alpha(α):内测、Beta(β):公测版 Gamma(γ):正式版 -->
|
||
<revision>1.0.6-Beta</revision>
|
||
<spring-boot.version>3.2.6</spring-boot.version>
|
||
<spring-boot-admin.version>3.2.3</spring-boot-admin.version>
|
||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||
<java.version>17</java.version>
|
||
|
||
<mybatis.version>3.5.16</mybatis.version>
|
||
<mybatis-plus.version>3.5.7</mybatis-plus.version>
|
||
<mybatis-plus-join-core.version>1.4.7</mybatis-plus-join-core.version>
|
||
<dynamic-dsb3.version>4.3.1</dynamic-dsb3.version>
|
||
<mysql.version>8.2.0</mysql.version>
|
||
<postgresql.version>42.7.3</postgresql.version>
|
||
<p6spy.version>3.9.1</p6spy.version>
|
||
|
||
<satoken.version>1.35.0.RC</satoken.version>
|
||
<token-redis.version>1.35.0.RC</token-redis.version>
|
||
<redisson.version>3.31.0</redisson.version>
|
||
<lock4j.version>2.2.7</lock4j.version>
|
||
<alibaba-ttl.version>2.14.2</alibaba-ttl.version>
|
||
<powerjob.version>4.3.9</powerjob.version>
|
||
<mapstruct-plus.version>1.4.3</mapstruct-plus.version>
|
||
<mapstruct-plus.lombok.version>0.2.0</mapstruct-plus.lombok.version>
|
||
<lombok.version>1.18.32</lombok.version>
|
||
<guava.version>33.4.0-jre</guava.version>
|
||
<hutool.version>5.8.32</hutool.version>
|
||
<okhttp.version>5.0.0-alpha.14</okhttp.version>
|
||
<springdoc.version>2.5.0</springdoc.version>
|
||
<therapi-javadoc.version>0.15.0</therapi-javadoc.version>
|
||
<commons-io.version>2.17.0</commons-io.version>
|
||
<easyexcel.version>4.0.3</easyexcel.version>
|
||
|
||
|
||
<!--低代码生成-->
|
||
<maku-generator.version>3.1.0</maku-generator.version>
|
||
<!--文件存储-->
|
||
<x-file-storage.version>2.1.0</x-file-storage.version>
|
||
<!--三方服务商-->
|
||
<aliyun-sdk-oss.version>3.16.1</aliyun-sdk-oss.version>
|
||
<huaweicloud.obs.version>3.22.12</huaweicloud.obs.version>
|
||
<qiniu.sdk.version>7.12.1</qiniu.sdk.version>
|
||
<qcloud.cos.version>5.6.137</qcloud.cos.version>
|
||
<baidubce.bce.version>0.10.313</baidubce.bce.version>
|
||
<amazonaws.sdk.s3.version>1.12.429</amazonaws.sdk.s3.version>
|
||
|
||
<!-- 离线IP地址定位库 -->
|
||
<ip2region.version>2.7.0</ip2region.version>
|
||
<!-- SMS 配置 -->
|
||
<sms4j.version>3.2.0</sms4j.version>
|
||
<!-- IJPay 支付-->
|
||
<IJPay.version>2.9.10</IJPay.version>
|
||
<!-- WxJava -->
|
||
<weixin.version>4.6.0</weixin.version>
|
||
<freemarker.version>2.3.31</freemarker.version>
|
||
<oracle.version>19.3.0.0</oracle.version>
|
||
<dameng.version>8.1.2.141</dameng.version>
|
||
<clickhouse.version>0.3.2</clickhouse.version>
|
||
<kingbase8.version>8.6.0</kingbase8.version>
|
||
<commons-pool2.version>2.6.2</commons-pool2.version>
|
||
<gson.version>2.8.9</gson.version>
|
||
|
||
<!-- 插件版本 -->
|
||
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
|
||
<maven-war-plugin.version>3.2.2</maven-war-plugin.version>
|
||
<maven-compiler-plugin.verison>3.11.0</maven-compiler-plugin.verison>
|
||
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
|
||
<flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version>
|
||
<therapi-javadoc-plugin.version>0.15.0</therapi-javadoc-plugin.version>
|
||
|
||
</properties>
|
||
|
||
<profiles>
|
||
<profile>
|
||
<id>local</id>
|
||
<properties>
|
||
<!-- 环境标识,需要与配置文件的名称相对应 -->
|
||
<profiles.active>local</profiles.active>
|
||
<logging.level>info</logging.level>
|
||
</properties>
|
||
<activation>
|
||
<!-- 默认环境 -->
|
||
<activeByDefault>true</activeByDefault>
|
||
</activation>
|
||
</profile>
|
||
<profile>
|
||
<id>dev</id>
|
||
<properties>
|
||
<!-- 环境标识,需要与配置文件的名称相对应 -->
|
||
<profiles.active>dev</profiles.active>
|
||
<logging.level>info</logging.level>
|
||
</properties>
|
||
</profile>
|
||
<profile>
|
||
<id>prod</id>
|
||
<properties>
|
||
<profiles.active>prod</profiles.active>
|
||
<logging.level>warn</logging.level>
|
||
</properties>
|
||
</profile>
|
||
</profiles>
|
||
|
||
<!-- 依赖声明 -->
|
||
<dependencyManagement>
|
||
<dependencies>
|
||
|
||
<!-- SpringBoot的依赖配置-->
|
||
<dependency>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-dependencies</artifactId>
|
||
<version>${spring-boot.version}</version>
|
||
<type>pom</type>
|
||
<scope>import</scope>
|
||
</dependency>
|
||
<!-- spring-boot健康检测服务端 -->
|
||
<dependency>
|
||
<groupId>de.codecentric</groupId>
|
||
<artifactId>spring-boot-admin-starter-server</artifactId>
|
||
<version>${spring-boot-admin.version}</version>
|
||
</dependency>
|
||
<!-- spring-boot健康检测客服端 -->
|
||
<dependency>
|
||
<groupId>de.codecentric</groupId>
|
||
<artifactId>spring-boot-admin-starter-client</artifactId>
|
||
<version>${spring-boot-admin.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-starter-actuator</artifactId>
|
||
<version>${spring-boot.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-starter-aop</artifactId>
|
||
<version>${spring-boot.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.freemarker</groupId>
|
||
<artifactId>freemarker</artifactId>
|
||
<version>${freemarker.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.mysql</groupId>
|
||
<artifactId>mysql-connector-j</artifactId>
|
||
<version>${mysql.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.postgresql</groupId>
|
||
<artifactId>postgresql</artifactId>
|
||
<version>${postgresql.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.oracle.database.jdbc</groupId>
|
||
<artifactId>ojdbc8</artifactId>
|
||
<version>${oracle.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.dameng</groupId>
|
||
<artifactId>DmJdbcDriver18</artifactId>
|
||
<version>${dameng.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.com.kingbase</groupId>
|
||
<artifactId>kingbase8</artifactId>
|
||
<version>${kingbase8.version}</version>
|
||
</dependency>
|
||
<!-- dynamic-datasource 多数据源-->
|
||
<dependency>
|
||
<groupId>com.baomidou</groupId>
|
||
<artifactId>dynamic-datasource-spring-boot3-starter</artifactId>
|
||
<version>${dynamic-dsb3.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.mybatis</groupId>
|
||
<artifactId>mybatis</artifactId>
|
||
<version>${mybatis.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.baomidou</groupId>
|
||
<artifactId>mybatis-plus-spring-boot3-starter</artifactId>
|
||
<version>${mybatis-plus.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.baomidou</groupId>
|
||
<artifactId>mybatis-plus-annotation</artifactId>
|
||
<version>${mybatis-plus.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>ru.yandex.clickhouse</groupId>
|
||
<artifactId>clickhouse-jdbc</artifactId>
|
||
<version>${clickhouse.version}</version>
|
||
</dependency>
|
||
|
||
<!-- sql性能分析插件 -->
|
||
<dependency>
|
||
<groupId>p6spy</groupId>
|
||
<artifactId>p6spy</artifactId>
|
||
<version>${p6spy.version}</version>
|
||
</dependency>
|
||
|
||
<!-- Sa-Token 权限认证, 在线文档:http://sa-token.dev33.cn/ -->
|
||
<dependency>
|
||
<groupId>cn.dev33</groupId>
|
||
<artifactId>sa-token-spring-boot3-starter</artifactId>
|
||
<version>${satoken.version}</version>
|
||
</dependency>
|
||
<!-- Sa-Token 整合 jwt -->
|
||
<dependency>
|
||
<groupId>cn.dev33</groupId>
|
||
<artifactId>sa-token-jwt</artifactId>
|
||
<version>${satoken.version}</version>
|
||
<exclusions>
|
||
<exclusion>
|
||
<groupId>cn.hutool</groupId>
|
||
<artifactId>hutool-all</artifactId>
|
||
</exclusion>
|
||
</exclusions>
|
||
</dependency>
|
||
<!-- Sa-Token 整合 Redis (使用 jdk 默认序列化方式) -->
|
||
<dependency>
|
||
<groupId>cn.dev33</groupId>
|
||
<artifactId>sa-token-redis</artifactId>
|
||
<version>${satoken.version}</version>
|
||
</dependency>
|
||
<!-- 提供Redis连接池 -->
|
||
<dependency>
|
||
<groupId>org.apache.commons</groupId>
|
||
<artifactId>commons-pool2</artifactId>
|
||
<version>${commons-pool2.version}</version>
|
||
</dependency>
|
||
|
||
<!--redisson-->
|
||
<dependency>
|
||
<groupId>org.redisson</groupId>
|
||
<artifactId>redisson-spring-boot-starter</artifactId>
|
||
<version>${redisson.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.baomidou</groupId>
|
||
<artifactId>lock4j-redisson-spring-boot-starter</artifactId>
|
||
<version>${lock4j.version}</version>
|
||
</dependency>
|
||
|
||
<!--validation 依赖-->
|
||
<dependency>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-starter-validation</artifactId>
|
||
<version>${spring-boot.version}</version>
|
||
</dependency>
|
||
|
||
<!-- bean 之间的转换 -->
|
||
<dependency>
|
||
<groupId>io.github.linpeilie</groupId>
|
||
<artifactId>mapstruct-plus-spring-boot-starter</artifactId>
|
||
<version>${mapstruct-plus.version}</version>
|
||
</dependency>
|
||
|
||
<!--导出导入-->
|
||
<dependency>
|
||
<groupId>commons-io</groupId>
|
||
<artifactId>commons-io</artifactId>
|
||
<version>${commons-io.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.alibaba</groupId>
|
||
<artifactId>easyexcel</artifactId>
|
||
<version>${easyexcel.version}</version>
|
||
</dependency>
|
||
|
||
<!-- springdoc -->
|
||
<dependency>
|
||
<groupId>org.springdoc</groupId>
|
||
<artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
|
||
<version>${springdoc.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springdoc</groupId>
|
||
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
||
<version>${springdoc.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.github.therapi</groupId>
|
||
<artifactId>therapi-runtime-javadoc</artifactId>
|
||
<version>${therapi-javadoc.version}</version>
|
||
</dependency>
|
||
|
||
<!-- HuTool 的依赖配置-->
|
||
<dependency>
|
||
<groupId>cn.hutool</groupId>
|
||
<artifactId>hutool-bom</artifactId>
|
||
<version>${hutool.version}</version>
|
||
<type>pom</type>
|
||
<scope>import</scope>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.squareup.okhttp3</groupId>
|
||
<artifactId>okhttp</artifactId>
|
||
<version>${okhttp.version}</version>
|
||
</dependency>
|
||
|
||
<!--lombok 的依赖配置-->
|
||
<dependency>
|
||
<groupId>org.projectlombok</groupId>
|
||
<artifactId>lombok</artifactId>
|
||
<version>${lombok.version}</version>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>com.google.guava</groupId>
|
||
<artifactId>guava</artifactId>
|
||
<version>${guava.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.google.code.gson</groupId>
|
||
<artifactId>gson</artifactId>
|
||
<version>${gson.version}</version>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>com.alibaba</groupId>
|
||
<artifactId>transmittable-thread-local</artifactId>
|
||
<version>${alibaba-ttl.version}</version>
|
||
</dependency>
|
||
|
||
<!-- 分布式定时任务 PowerJob -->
|
||
<dependency>
|
||
<groupId>tech.powerjob</groupId>
|
||
<artifactId>powerjob-worker-spring-boot-starter</artifactId>
|
||
<version>${powerjob.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>tech.powerjob</groupId>
|
||
<artifactId>powerjob-official-processors</artifactId>
|
||
<version>${powerjob.version}</version>
|
||
</dependency>
|
||
|
||
<!-- 对象上传 -->
|
||
<dependency>
|
||
<groupId>org.dromara.x-file-storage</groupId>
|
||
<artifactId>x-file-storage-spring</artifactId>
|
||
<version>${x-file-storage.version}</version>
|
||
</dependency>
|
||
|
||
<!-- 引入 阿里云 OSS SDK,如果使用其它存储平台,就引入对应的 SDK -->
|
||
<dependency>
|
||
<groupId>com.aliyun.oss</groupId>
|
||
<artifactId>aliyun-sdk-oss</artifactId>
|
||
<version>${aliyun-sdk-oss.version}</version>
|
||
</dependency>
|
||
<!--华为云-->
|
||
<dependency>
|
||
<groupId>com.huaweicloud</groupId>
|
||
<artifactId>esdk-obs-java</artifactId>
|
||
<version>${huaweicloud.obs.version}</version>
|
||
</dependency>
|
||
<!--七牛云-->
|
||
<dependency>
|
||
<groupId>com.qiniu</groupId>
|
||
<artifactId>qiniu-java-sdk</artifactId>
|
||
<version>${qiniu.sdk.version}</version>
|
||
</dependency>
|
||
<!--腾讯云-->
|
||
<dependency>
|
||
<groupId>com.qcloud</groupId>
|
||
<artifactId>cos_api</artifactId>
|
||
<version>${qcloud.cos.version}</version>
|
||
</dependency>
|
||
<!--百度云-->
|
||
<dependency>
|
||
<groupId>com.baidubce</groupId>
|
||
<artifactId>bce-java-sdk</artifactId>
|
||
<version>${baidubce.bce.version}</version>
|
||
</dependency>
|
||
<!--amazonaws-->
|
||
<dependency>
|
||
<groupId>com.amazonaws</groupId>
|
||
<artifactId>aws-java-sdk-s3</artifactId>
|
||
<version>${amazonaws.sdk.s3.version}</version>
|
||
</dependency>
|
||
|
||
<!-- 短信 -->
|
||
<dependency>
|
||
<groupId>org.dromara.sms4j</groupId>
|
||
<artifactId>sms4j-spring-boot-starter</artifactId>
|
||
<version>${sms4j.version}</version>
|
||
</dependency>
|
||
<!-- 邮箱 -->
|
||
<dependency>
|
||
<groupId>org.dromara.sms4j</groupId>
|
||
<artifactId>sms4j-email-jakarta-core</artifactId>
|
||
<version>${sms4j.version}</version>
|
||
</dependency>
|
||
|
||
<!-- 离线IP地址定位库 ip2region -->
|
||
<dependency>
|
||
<groupId>org.lionsoul</groupId>
|
||
<artifactId>ip2region</artifactId>
|
||
<version>${ip2region.version}</version>
|
||
</dependency>
|
||
|
||
<!-- 通用工具-->
|
||
<dependency>
|
||
<groupId>com.sxpcwlkj</groupId>
|
||
<artifactId>mms-common</artifactId>
|
||
<version>${revision}</version>
|
||
</dependency>
|
||
<!-- 核心模块-->
|
||
<dependency>
|
||
<groupId>com.sxpcwlkj</groupId>
|
||
<artifactId>mms-framework</artifactId>
|
||
<version>${revision}</version>
|
||
</dependency>
|
||
<!-- 数据源模块-->
|
||
<dependency>
|
||
<groupId>com.sxpcwlkj</groupId>
|
||
<artifactId>mms-datasource</artifactId>
|
||
<version>${revision}</version>
|
||
</dependency>
|
||
<!-- MQ模块-->
|
||
<dependency>
|
||
<groupId>com.sxpcwlkj</groupId>
|
||
<artifactId>mms-mq</artifactId>
|
||
<version>${revision}</version>
|
||
</dependency>
|
||
<!-- Demo模块-->
|
||
<dependency>
|
||
<groupId>com.sxpcwlkj</groupId>
|
||
<artifactId>mms-demo</artifactId>
|
||
<version>${revision}</version>
|
||
</dependency>
|
||
<!-- 阿里云模块-->
|
||
<dependency>
|
||
<groupId>com.sxpcwlkj</groupId>
|
||
<artifactId>mms-aliyun</artifactId>
|
||
<version>${revision}</version>
|
||
</dependency>
|
||
<!-- 微信模块-->
|
||
<dependency>
|
||
<groupId>com.sxpcwlkj</groupId>
|
||
<artifactId>mms-wx</artifactId>
|
||
<version>${revision}</version>
|
||
</dependency>
|
||
<!-- 代码生成模块-->
|
||
<dependency>
|
||
<groupId>com.sxpcwlkj</groupId>
|
||
<artifactId>mms-gen</artifactId>
|
||
<version>${revision}</version>
|
||
</dependency>
|
||
<!-- spring-boot监控(Actuator)扩展-->
|
||
<dependency>
|
||
<groupId>com.sxpcwlkj</groupId>
|
||
<artifactId>mms-monitor</artifactId>
|
||
<version>${revision}</version>
|
||
</dependency>
|
||
<!-- 存储模块-->
|
||
<dependency>
|
||
<groupId>com.sxpcwlkj</groupId>
|
||
<artifactId>mms-oss</artifactId>
|
||
<version>${revision}</version>
|
||
</dependency>
|
||
<!-- 短信模块-->
|
||
<dependency>
|
||
<groupId>com.sxpcwlkj</groupId>
|
||
<artifactId>mms-sms</artifactId>
|
||
<version>${revision}</version>
|
||
</dependency>
|
||
<!-- 邮件模块-->
|
||
<dependency>
|
||
<groupId>com.sxpcwlkj</groupId>
|
||
<artifactId>mms-email</artifactId>
|
||
<version>${revision}</version>
|
||
</dependency>
|
||
<!-- Redis模块-->
|
||
<dependency>
|
||
<groupId>com.sxpcwlkj</groupId>
|
||
<artifactId>mms-redis</artifactId>
|
||
<version>${revision}</version>
|
||
</dependency>
|
||
<!--websocket模块-->
|
||
<dependency>
|
||
<groupId>com.sxpcwlkj</groupId>
|
||
<artifactId>mms-websocket</artifactId>
|
||
<version>${revision}</version>
|
||
</dependency>
|
||
<!--Sa Token模块-->
|
||
<dependency>
|
||
<groupId>com.sxpcwlkj</groupId>
|
||
<artifactId>mms-authority</artifactId>
|
||
<version>${revision}</version>
|
||
</dependency>
|
||
<!-- AI模块-->
|
||
<dependency>
|
||
<groupId>com.sxpcwlkj</groupId>
|
||
<artifactId>mms-ai</artifactId>
|
||
<version>${revision}</version>
|
||
</dependency>
|
||
|
||
<!-- 模版引擎Thymeleaf模块-->
|
||
<dependency>
|
||
<groupId>com.sxpcwlkj</groupId>
|
||
<artifactId>mms-thymeleaf</artifactId>
|
||
<version>${revision}</version>
|
||
</dependency>
|
||
<!--支付-微信-->
|
||
<dependency>
|
||
<groupId>com.github.javen205</groupId>
|
||
<artifactId>IJPay-WxPay</artifactId>
|
||
<version>${IJPay.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.github.javen205</groupId>
|
||
<artifactId>IJPay-AliPay</artifactId>
|
||
<version>${IJPay.version}</version>
|
||
</dependency>
|
||
|
||
<!--微信-->
|
||
<dependency>
|
||
<groupId>com.github.binarywang</groupId>
|
||
<artifactId>weixin-java-miniapp</artifactId>
|
||
<version>${weixin.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.github.binarywang</groupId>
|
||
<artifactId>weixin-java-pay</artifactId>
|
||
<version>${weixin.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.github.binarywang</groupId>
|
||
<artifactId>weixin-java-open</artifactId>
|
||
<version>${weixin.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.github.binarywang</groupId>
|
||
<artifactId>weixin-java-mp</artifactId>
|
||
<version>${weixin.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.github.binarywang</groupId>
|
||
<artifactId>weixin-java-cp</artifactId>
|
||
<version>${weixin.version}</version>
|
||
</dependency>
|
||
|
||
</dependencies>
|
||
</dependencyManagement>
|
||
|
||
<modules>
|
||
<module>mms-admin</module>
|
||
<module>mms-modules</module>
|
||
<module>mms-zoom</module>
|
||
</modules>
|
||
|
||
|
||
<build>
|
||
<plugins>
|
||
<plugin>
|
||
<groupId>org.apache.maven.plugins</groupId>
|
||
<artifactId>maven-compiler-plugin</artifactId>
|
||
<version>${maven-compiler-plugin.verison}</version>
|
||
<configuration>
|
||
<source>${java.version}</source>
|
||
<target>${java.version}</target>
|
||
<encoding>${project.build.sourceEncoding}</encoding>
|
||
<annotationProcessorPaths>
|
||
<path>
|
||
<groupId>com.github.therapi</groupId>
|
||
<artifactId>therapi-runtime-javadoc-scribe</artifactId>
|
||
<version>${therapi-javadoc-plugin.version}</version>
|
||
</path>
|
||
<path>
|
||
<groupId>org.projectlombok</groupId>
|
||
<artifactId>lombok</artifactId>
|
||
<version>${lombok.version}</version>
|
||
</path>
|
||
<path>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-configuration-processor</artifactId>
|
||
<version>${spring-boot.version}</version>
|
||
</path>
|
||
<path>
|
||
<groupId>io.github.linpeilie</groupId>
|
||
<artifactId>mapstruct-plus-processor</artifactId>
|
||
<version>${mapstruct-plus.version}</version>
|
||
</path>
|
||
<path>
|
||
<groupId>org.projectlombok</groupId>
|
||
<artifactId>lombok-mapstruct-binding</artifactId>
|
||
<version>${mapstruct-plus.lombok.version}</version>
|
||
</path>
|
||
</annotationProcessorPaths>
|
||
<compilerArgs>
|
||
<arg>-parameters</arg>
|
||
</compilerArgs>
|
||
</configuration>
|
||
</plugin>
|
||
<!-- 单元测试使用 -->
|
||
<plugin>
|
||
<groupId>org.apache.maven.plugins</groupId>
|
||
<artifactId>maven-surefire-plugin</artifactId>
|
||
<version>${maven-surefire-plugin.version}</version>
|
||
<configuration>
|
||
<!-- 根据打包环境执行对应的@Tag测试方法 -->
|
||
<groups>${profiles.active}</groups>
|
||
<!-- 排除标签 -->
|
||
<excludedGroups>exclude</excludedGroups>
|
||
</configuration>
|
||
</plugin>
|
||
<!-- 统一版本号管理 -->
|
||
<plugin>
|
||
<groupId>org.codehaus.mojo</groupId>
|
||
<artifactId>flatten-maven-plugin</artifactId>
|
||
<version>${flatten-maven-plugin.version}</version>
|
||
<configuration>
|
||
<updatePomFile>true</updatePomFile>
|
||
<flattenMode>resolveCiFriendliesOnly</flattenMode>
|
||
</configuration>
|
||
<executions>
|
||
<execution>
|
||
<id>flatten</id>
|
||
<phase>process-resources</phase>
|
||
<goals>
|
||
<goal>flatten</goal>
|
||
</goals>
|
||
</execution>
|
||
<execution>
|
||
<id>flatten.clean</id>
|
||
<phase>clean</phase>
|
||
<goals>
|
||
<goal>clean</goal>
|
||
</goals>
|
||
</execution>
|
||
</executions>
|
||
</plugin>
|
||
</plugins>
|
||
<resources>
|
||
<resource>
|
||
<directory>src/main/resources</directory>
|
||
<!-- 关闭过滤 -->
|
||
<filtering>false</filtering>
|
||
</resource>
|
||
<resource>
|
||
<directory>src/main/resources</directory>
|
||
<!-- 引入所有 匹配文件进行过滤 -->
|
||
<includes>
|
||
<include>application*</include>
|
||
<include>bootstrap*</include>
|
||
<include>banner*</include>
|
||
</includes>
|
||
<!-- 启用过滤 即该资源中的变量将会被过滤器中的值替换 -->
|
||
<filtering>true</filtering>
|
||
</resource>
|
||
</resources>
|
||
</build>
|
||
|
||
<repositories>
|
||
<repository>
|
||
<id>public</id>
|
||
<name>huawei nexus</name>
|
||
<url>https://mirrors.huaweicloud.com/repository/maven/</url>
|
||
<releases>
|
||
<enabled>true</enabled>
|
||
</releases>
|
||
</repository>
|
||
</repositories>
|
||
|
||
<pluginRepositories>
|
||
<pluginRepository>
|
||
<id>public</id>
|
||
<name>huawei nexus</name>
|
||
<url>https://mirrors.huaweicloud.com/repository/maven/</url>
|
||
<releases>
|
||
<enabled>true</enabled>
|
||
</releases>
|
||
<snapshots>
|
||
<enabled>false</enabled>
|
||
</snapshots>
|
||
</pluginRepository>
|
||
</pluginRepositories>
|
||
|
||
</project>
|