2023-07-05 11:40:25 +08:00
|
|
|
|
<?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">
|
2023-12-03 09:35:28 +08:00
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2023-08-15 22:24:31 +08:00
|
|
|
|
|
2023-07-05 11:40:25 +08:00
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
|
<artifactId>ruoyi-flex</artifactId>
|
2023-07-08 18:57:52 +08:00
|
|
|
|
<version>${revision}</version>
|
2023-07-05 11:40:25 +08:00
|
|
|
|
|
|
|
|
|
<name>Ruoyi-Flex</name>
|
2023-08-15 22:24:31 +08:00
|
|
|
|
<url> https://gitee.com/dataprince/ruoyi-flex</url>
|
|
|
|
|
<description>Ruoyi-Flex管理系统</description>
|
|
|
|
|
|
2023-07-05 11:40:25 +08:00
|
|
|
|
<properties>
|
2024-01-11 11:08:55 +08:00
|
|
|
|
<revision>5.1.0-SNAPSHOT</revision>
|
2023-07-05 11:40:25 +08:00
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
2023-12-08 17:02:45 +08:00
|
|
|
|
<java.version>21</java.version>
|
2024-01-22 14:18:18 +08:00
|
|
|
|
<spring-boot.version>3.2.2</spring-boot.version>
|
2024-01-05 11:43:12 +08:00
|
|
|
|
<mybatis-flex.version>1.7.7</mybatis-flex.version>
|
2023-10-18 16:36:42 +08:00
|
|
|
|
<satoken.version>1.37.0</satoken.version>
|
2023-07-13 11:53:30 +08:00
|
|
|
|
<HikariCP.version>5.0.1</HikariCP.version>
|
2023-07-05 11:40:25 +08:00
|
|
|
|
<bitwalker.version>1.21</bitwalker.version>
|
|
|
|
|
<kaptcha.version>2.3.3</kaptcha.version>
|
2024-01-15 11:10:14 +08:00
|
|
|
|
<pagehelper.version>6.1.0</pagehelper.version>
|
2023-12-07 09:57:36 +08:00
|
|
|
|
<fastjson.version>2.0.43</fastjson.version>
|
|
|
|
|
<oshi.version>6.4.8</oshi.version>
|
2023-07-05 11:40:25 +08:00
|
|
|
|
<commons.collections.version>3.2.2</commons.collections.version>
|
2023-08-15 22:24:31 +08:00
|
|
|
|
<poi.version>5.2.3</poi.version>
|
2023-12-25 16:16:02 +08:00
|
|
|
|
<easyexcel.version>3.3.3</easyexcel.version>
|
2023-07-05 11:40:25 +08:00
|
|
|
|
<velocity.version>2.3</velocity.version>
|
|
|
|
|
<jwt.version>0.9.1</jwt.version>
|
2023-07-13 11:53:30 +08:00
|
|
|
|
<servlet-api.version>6.0.0</servlet-api.version>
|
|
|
|
|
<guava.version>32.1.1-jre</guava.version>
|
2024-01-06 09:40:14 +08:00
|
|
|
|
<springdoc.version>2.3.0</springdoc.version>
|
2024-01-11 11:08:55 +08:00
|
|
|
|
<springdoc-openapi-starter-common.version>2.3.0</springdoc-openapi-starter-common.version>
|
2023-07-28 16:49:19 +08:00
|
|
|
|
<therapi-runtime-javadoc.version>0.15.0</therapi-runtime-javadoc.version>
|
2023-12-10 08:55:54 +08:00
|
|
|
|
<snakeyaml.version>2.2</snakeyaml.version>
|
2023-09-27 08:51:03 +08:00
|
|
|
|
<lombok.version>1.18.30</lombok.version>
|
2024-01-16 08:47:07 +08:00
|
|
|
|
<mapstruct-plus.version>1.3.6</mapstruct-plus.version>
|
2023-08-15 22:24:31 +08:00
|
|
|
|
<mapstruct-plus.lombok.version>0.2.0</mapstruct-plus.lombok.version>
|
2024-01-22 11:35:53 +08:00
|
|
|
|
<hutool.version>5.8.25</hutool.version>
|
2024-01-17 20:24:09 +08:00
|
|
|
|
<redisson.version>3.26.0</redisson.version>
|
2024-01-14 10:35:31 +08:00
|
|
|
|
<lock4j.version>2.2.7</lock4j.version>
|
2023-12-25 16:16:02 +08:00
|
|
|
|
<alibaba-ttl.version>2.14.4</alibaba-ttl.version>
|
2024-01-22 14:18:18 +08:00
|
|
|
|
<spring-boot-admin.version>3.2.1</spring-boot-admin.version>
|
2023-09-18 09:50:27 +08:00
|
|
|
|
<powerjob.version>4.3.6</powerjob.version>
|
2023-12-07 09:57:36 +08:00
|
|
|
|
<!-- 离线IP地址定位库 -->
|
|
|
|
|
<ip2region.version>2.7.0</ip2region.version>
|
2023-12-03 09:35:28 +08:00
|
|
|
|
<!-- OSS 配置 -->
|
2023-12-25 16:16:02 +08:00
|
|
|
|
<aws-java-sdk-s3.version>1.12.600</aws-java-sdk-s3.version>
|
2023-12-29 15:19:14 +08:00
|
|
|
|
<!-- 加解密依赖库 -->
|
|
|
|
|
<bcprov-jdk.version>1.77</bcprov-jdk.version>
|
2024-01-11 11:08:55 +08:00
|
|
|
|
<!-- SMS 配置 -->
|
2024-01-27 10:57:32 +08:00
|
|
|
|
<sms4j.version>3.1.1</sms4j.version>
|
2024-01-22 11:35:53 +08:00
|
|
|
|
<!-- findbugs消除打包警告 -->
|
|
|
|
|
<jsr305.version>3.0.2</jsr305.version>
|
2024-01-29 15:56:48 +08:00
|
|
|
|
<!-- 三方授权认证 -->
|
|
|
|
|
<justauth.version>1.16.6</justauth.version>
|
2023-08-15 22:24:31 +08:00
|
|
|
|
|
|
|
|
|
<!-- 插件版本 -->
|
|
|
|
|
<maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
|
|
|
|
|
<maven-war-plugin.version>3.2.2</maven-war-plugin.version>
|
2023-07-28 16:49:19 +08:00
|
|
|
|
<maven-compiler-plugin.verison>3.11.0</maven-compiler-plugin.verison>
|
2023-08-15 22:24:31 +08:00
|
|
|
|
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
|
2024-01-25 11:48:45 +08:00
|
|
|
|
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
|
2023-07-05 11:40:25 +08:00
|
|
|
|
</properties>
|
2023-08-15 22:24:31 +08:00
|
|
|
|
|
|
|
|
|
<profiles>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>dev</id>
|
|
|
|
|
<properties>
|
|
|
|
|
<!-- 环境标识,需要与配置文件的名称相对应 -->
|
|
|
|
|
<profiles.active>dev</profiles.active>
|
2023-12-07 09:57:36 +08:00
|
|
|
|
<logging.level>info</logging.level>
|
2023-08-15 22:24:31 +08:00
|
|
|
|
</properties>
|
|
|
|
|
<activation>
|
|
|
|
|
<!-- 默认环境 -->
|
|
|
|
|
<activeByDefault>true</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
</profile>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>prod</id>
|
|
|
|
|
<properties>
|
|
|
|
|
<profiles.active>prod</profiles.active>
|
|
|
|
|
<logging.level>warn</logging.level>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
</profiles>
|
|
|
|
|
|
2023-07-05 11:40:25 +08:00
|
|
|
|
<!-- 依赖声明 -->
|
|
|
|
|
<dependencyManagement>
|
|
|
|
|
<dependencies>
|
|
|
|
|
<!-- SpringBoot的依赖配置-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-dependencies</artifactId>
|
2023-07-13 11:53:30 +08:00
|
|
|
|
<version>${spring-boot.version}</version>
|
2023-07-05 11:40:25 +08:00
|
|
|
|
<type>pom</type>
|
|
|
|
|
<scope>import</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2023-08-15 22:24:31 +08:00
|
|
|
|
<!-- hutool 的依赖配置-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
|
|
<artifactId>hutool-bom</artifactId>
|
|
|
|
|
<version>${hutool.version}</version>
|
|
|
|
|
<type>pom</type>
|
|
|
|
|
<scope>import</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- common 的依赖配置-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
|
<artifactId>ruoyi-common-bom</artifactId>
|
|
|
|
|
<version>${revision}</version>
|
|
|
|
|
<type>pom</type>
|
|
|
|
|
<scope>import</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2023-09-14 22:05:17 +08:00
|
|
|
|
<!--测试框架-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
|
<version>${spring-boot.version}</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2023-07-13 11:53:30 +08:00
|
|
|
|
<!-- 数据库连接池-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.zaxxer</groupId>
|
|
|
|
|
<artifactId>HikariCP</artifactId>
|
|
|
|
|
<version>${HikariCP.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- mybatis-flex -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.mybatis-flex</groupId>
|
2024-01-05 11:43:12 +08:00
|
|
|
|
<artifactId>mybatis-flex-spring-boot3-starter</artifactId>
|
2023-07-13 11:53:30 +08:00
|
|
|
|
<version>${mybatis-flex.version}</version>
|
2023-12-10 08:55:54 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
|
2023-08-15 22:24:31 +08:00
|
|
|
|
<!-- Sa-Token 权限认证,在线文档:https://sa-token.cc -->
|
|
|
|
|
<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>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cn.dev33</groupId>
|
|
|
|
|
<artifactId>sa-token-core</artifactId>
|
|
|
|
|
<version>${satoken.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2023-07-13 11:53:30 +08:00
|
|
|
|
<!-- servlet包 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>jakarta.servlet</groupId>
|
|
|
|
|
<artifactId>jakarta.servlet-api</artifactId>
|
|
|
|
|
<version>${servlet-api.version}</version>
|
2023-07-05 11:40:25 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- 解析客户端操作系统、浏览器等 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>eu.bitwalker</groupId>
|
|
|
|
|
<artifactId>UserAgentUtils</artifactId>
|
|
|
|
|
<version>${bitwalker.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- pagehelper 分页插件 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.github.pagehelper</groupId>
|
|
|
|
|
<artifactId>pagehelper</artifactId>
|
|
|
|
|
<version>${pagehelper.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- 获取系统信息 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.github.oshi</groupId>
|
|
|
|
|
<artifactId>oshi-core</artifactId>
|
|
|
|
|
<version>${oshi.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- excel工具 -->
|
2023-08-15 22:24:31 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
<artifactId>poi</artifactId>
|
|
|
|
|
<version>${poi.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2023-07-05 11:40:25 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
|
|
<version>${poi.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2023-08-15 22:24:31 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
|
<artifactId>easyexcel</artifactId>
|
|
|
|
|
<version>${easyexcel.version}</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
<artifactId>poi-ooxml-schemas</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2023-07-05 11:40:25 +08:00
|
|
|
|
<!-- velocity代码生成使用模板 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.velocity</groupId>
|
|
|
|
|
<artifactId>velocity-engine-core</artifactId>
|
|
|
|
|
<version>${velocity.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- collections工具类 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-collections</groupId>
|
|
|
|
|
<artifactId>commons-collections</artifactId>
|
|
|
|
|
<version>${commons.collections.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- 阿里JSON解析器 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.alibaba.fastjson2</groupId>
|
|
|
|
|
<artifactId>fastjson2</artifactId>
|
|
|
|
|
<version>${fastjson.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- Token生成与解析-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
|
|
|
<artifactId>jjwt</artifactId>
|
|
|
|
|
<version>${jwt.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- 验证码 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>pro.fessional</groupId>
|
|
|
|
|
<artifactId>kaptcha</artifactId>
|
|
|
|
|
<version>${kaptcha.version}</version>
|
|
|
|
|
</dependency>
|
2023-07-13 11:53:30 +08:00
|
|
|
|
|
2023-07-28 16:49:19 +08:00
|
|
|
|
<!-- guava -->
|
2023-07-13 11:53:30 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
|
<version>${guava.version}</version>
|
|
|
|
|
</dependency>
|
2023-07-05 11:40:25 +08:00
|
|
|
|
|
2023-07-28 16:49:19 +08:00
|
|
|
|
<!-- springdoc -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springdoc</groupId>
|
|
|
|
|
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
|
|
|
|
<version>${springdoc.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<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-common</artifactId>
|
|
|
|
|
<version>${springdoc-openapi-starter-common.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.github.therapi</groupId>
|
|
|
|
|
<artifactId>therapi-runtime-javadoc</artifactId>
|
|
|
|
|
<version>${therapi-runtime-javadoc.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2023-07-05 11:40:25 +08:00
|
|
|
|
<dependency>
|
2023-08-15 22:24:31 +08:00
|
|
|
|
<groupId>io.github.linpeilie</groupId>
|
|
|
|
|
<artifactId>mapstruct-plus-spring-boot-starter</artifactId>
|
|
|
|
|
<version>${mapstruct-plus.version}</version>
|
2023-07-05 11:40:25 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
|
2023-08-15 22:24:31 +08:00
|
|
|
|
<!-- lombok-->
|
2023-07-05 11:40:25 +08:00
|
|
|
|
<dependency>
|
2023-08-15 22:24:31 +08:00
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
|
<version>${lombok.version}</version>
|
2023-07-05 11:40:25 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
|
2023-08-25 22:42:04 +08:00
|
|
|
|
<!-- 临时修复 snakeyaml 漏洞 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.yaml</groupId>
|
|
|
|
|
<artifactId>snakeyaml</artifactId>
|
|
|
|
|
<version>${snakeyaml.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2023-08-15 22:24:31 +08:00
|
|
|
|
<!--redisson-->
|
2023-07-05 11:40:25 +08:00
|
|
|
|
<dependency>
|
2023-08-15 22:24:31 +08:00
|
|
|
|
<groupId>org.redisson</groupId>
|
|
|
|
|
<artifactId>redisson-spring-boot-starter</artifactId>
|
|
|
|
|
<version>${redisson.version}</version>
|
2023-07-05 11:40:25 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
|
2023-08-15 22:24:31 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
|
|
<artifactId>lock4j-redisson-spring-boot-starter</artifactId>
|
|
|
|
|
<version>${lock4j.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2023-12-07 09:57:36 +08:00
|
|
|
|
<!-- 离线IP地址定位库 ip2region -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.lionsoul</groupId>
|
|
|
|
|
<artifactId>ip2region</artifactId>
|
|
|
|
|
<version>${ip2region.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2023-12-03 09:35:28 +08:00
|
|
|
|
<!-- OSS 配置 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.amazonaws</groupId>
|
|
|
|
|
<artifactId>aws-java-sdk-s3</artifactId>
|
|
|
|
|
<version>${aws-java-sdk-s3.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2023-12-29 15:19:14 +08:00
|
|
|
|
<!-- 加解密依赖库 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.bouncycastle</groupId>
|
|
|
|
|
<artifactId>bcprov-jdk18on</artifactId>
|
|
|
|
|
<version>${bcprov-jdk.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2024-01-22 11:35:53 +08:00
|
|
|
|
<!-- findbugs消除打包警告 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.google.code.findbugs</groupId>
|
|
|
|
|
<artifactId>jsr305</artifactId>
|
|
|
|
|
<version>${jsr305.version}</version>
|
|
|
|
|
</dependency>
|
2024-01-29 15:56:48 +08:00
|
|
|
|
|
|
|
|
|
<!-- JustAuth 的依赖配置-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>me.zhyd.oauth</groupId>
|
|
|
|
|
<artifactId>JustAuth</artifactId>
|
|
|
|
|
<version>${justauth.version}</version>
|
|
|
|
|
</dependency>
|
2024-01-22 11:35:53 +08:00
|
|
|
|
|
2023-08-15 22:24:31 +08:00
|
|
|
|
<!--Annotation Processor-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-configuration-processor</artifactId>
|
|
|
|
|
<version>${spring-boot.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
|
<artifactId>transmittable-thread-local</artifactId>
|
|
|
|
|
<version>${alibaba-ttl.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2024-01-11 11:08:55 +08:00
|
|
|
|
<!--短信sms4j-->
|
2024-01-27 10:57:32 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.dromara.sms4j</groupId>
|
|
|
|
|
<artifactId>sms4j-spring-boot-starter</artifactId>
|
|
|
|
|
<version>${sms4j.version}</version>
|
|
|
|
|
</dependency>
|
2024-01-11 11:08:55 +08:00
|
|
|
|
|
2023-08-16 22:29:00 +08:00
|
|
|
|
<!-- spring-boot-admin监控-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>de.codecentric</groupId>
|
|
|
|
|
<artifactId>spring-boot-admin-starter-server</artifactId>
|
|
|
|
|
<version>${spring-boot-admin.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>de.codecentric</groupId>
|
|
|
|
|
<artifactId>spring-boot-admin-starter-client</artifactId>
|
|
|
|
|
<version>${spring-boot-admin.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2023-08-25 22:42:04 +08:00
|
|
|
|
<!-- 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>
|
|
|
|
|
|
|
|
|
|
<!-- PowerJob定时任务处理器-->
|
2023-07-05 11:40:25 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.ruoyi</groupId>
|
2023-08-25 22:42:04 +08:00
|
|
|
|
<artifactId>ruoyi-job</artifactId>
|
2023-07-08 18:57:52 +08:00
|
|
|
|
<version>${revision}</version>
|
2023-07-05 11:40:25 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
|
2023-08-15 22:24:31 +08:00
|
|
|
|
<!-- 代码生成-->
|
2023-07-05 11:40:25 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.ruoyi</groupId>
|
2023-08-15 22:24:31 +08:00
|
|
|
|
<artifactId>ruoyi-generator</artifactId>
|
2023-07-08 18:57:52 +08:00
|
|
|
|
<version>${revision}</version>
|
2023-07-05 11:40:25 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
|
2023-08-15 22:24:31 +08:00
|
|
|
|
<!-- 系统模块-->
|
2023-07-28 16:49:19 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.ruoyi</groupId>
|
2023-08-15 22:24:31 +08:00
|
|
|
|
<artifactId>ruoyi-system</artifactId>
|
2023-07-28 16:49:19 +08:00
|
|
|
|
<version>${revision}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2023-12-03 09:35:28 +08:00
|
|
|
|
|
2023-07-09 16:43:54 +08:00
|
|
|
|
<!-- demo模块 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
|
<artifactId>ruoyi-demo</artifactId>
|
|
|
|
|
<version>${revision}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2023-07-05 11:40:25 +08:00
|
|
|
|
</dependencies>
|
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
|
<module>ruoyi-admin</module>
|
|
|
|
|
<module>ruoyi-common</module>
|
2023-08-15 22:24:31 +08:00
|
|
|
|
<module>ruoyi-extra</module>
|
2023-07-08 16:36:43 +08:00
|
|
|
|
<module>ruoyi-modules</module>
|
2023-07-05 11:40:25 +08:00
|
|
|
|
</modules>
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2023-07-28 16:49:19 +08:00
|
|
|
|
<version>${maven-compiler-plugin.verison}</version>
|
2023-07-05 11:40:25 +08:00
|
|
|
|
<configuration>
|
|
|
|
|
<source>${java.version}</source>
|
|
|
|
|
<target>${java.version}</target>
|
|
|
|
|
<encoding>${project.build.sourceEncoding}</encoding>
|
2023-07-28 16:49:19 +08:00
|
|
|
|
<annotationProcessorPaths>
|
|
|
|
|
<path>
|
|
|
|
|
<groupId>com.github.therapi</groupId>
|
|
|
|
|
<artifactId>therapi-runtime-javadoc-scribe</artifactId>
|
|
|
|
|
<version>${therapi-runtime-javadoc.version}</version>
|
|
|
|
|
</path>
|
2023-08-15 22:24:31 +08:00
|
|
|
|
<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>
|
|
|
|
|
<path>
|
|
|
|
|
<groupId>com.mybatis-flex</groupId>
|
|
|
|
|
<artifactId>mybatis-flex-processor</artifactId>
|
|
|
|
|
<version>${mybatis-flex.version}</version>
|
|
|
|
|
</path>
|
2023-07-28 16:49:19 +08:00
|
|
|
|
</annotationProcessorPaths>
|
2023-08-15 22:24:31 +08:00
|
|
|
|
<compilerArgs>
|
|
|
|
|
<arg>-parameters</arg>
|
|
|
|
|
</compilerArgs>
|
2023-07-05 11:40:25 +08:00
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
2023-07-08 18:57:52 +08:00
|
|
|
|
|
|
|
|
|
<!-- 版本号集中管理 -->
|
|
|
|
|
<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>
|
2023-07-09 16:43:54 +08:00
|
|
|
|
<!-- enable flattening -->
|
2023-07-08 18:57:52 +08:00
|
|
|
|
<execution>
|
|
|
|
|
<id>flatten</id>
|
|
|
|
|
<phase>process-resources</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>flatten</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
2023-07-09 16:43:54 +08:00
|
|
|
|
<!-- ensure proper cleanup -->
|
2023-07-08 18:57:52 +08:00
|
|
|
|
<execution>
|
|
|
|
|
<id>flatten.clean</id>
|
|
|
|
|
<phase>clean</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>clean</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
2023-07-05 11:40:25 +08:00
|
|
|
|
</plugins>
|
2023-08-15 22:24:31 +08:00
|
|
|
|
<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>
|
2023-07-05 11:40:25 +08:00
|
|
|
|
</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>
|
|
|
|
|
|
2023-08-15 22:24:31 +08:00
|
|
|
|
</project>
|