2023-10-16 03:40:13 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
2024-04-11 01:26:06 +00:00
|
|
|
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-11-13 13:12:03 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2023-10-16 03:40:13 +00:00
|
|
|
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
<artifactId>ruoyi</artifactId>
|
2024-03-31 03:22:25 +00:00
|
|
|
<version>3.8.7.3.2</version>
|
2023-10-16 03:40:13 +00:00
|
|
|
|
|
|
|
<name>ruoyi</name>
|
|
|
|
<url>http://www.ruoyi.vip</url>
|
|
|
|
<description>若依管理系统</description>
|
|
|
|
|
|
|
|
<properties>
|
2024-03-31 03:22:25 +00:00
|
|
|
<ruoyi.version>3.8.7.3.2</ruoyi.version>
|
2023-10-16 03:40:13 +00:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
2023-10-16 16:49:13 +00:00
|
|
|
<java.version>17</java.version>
|
2023-10-16 03:40:13 +00:00
|
|
|
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
|
2024-03-28 11:47:15 +00:00
|
|
|
<spring-boot.version>3.2.4</spring-boot.version>
|
2024-01-09 02:30:44 +00:00
|
|
|
<druid.version>1.2.21</druid.version>
|
2023-10-16 03:40:13 +00:00
|
|
|
<bitwalker.version>1.21</bitwalker.version>
|
|
|
|
<swagger.version>3.0.0</swagger.version>
|
|
|
|
<kaptcha.version>2.3.3</kaptcha.version>
|
2023-12-12 08:52:05 +00:00
|
|
|
<pagehelper.boot.version>1.4.7</pagehelper.boot.version>
|
2024-01-09 02:30:44 +00:00
|
|
|
<fastjson.version>2.0.45</fastjson.version>
|
2024-01-26 16:51:40 +00:00
|
|
|
<oshi.version>6.4.11</oshi.version>
|
2023-10-16 03:40:13 +00:00
|
|
|
<commons.io.version>2.11.0</commons.io.version>
|
|
|
|
<commons.collections.version>3.2.2</commons.collections.version>
|
|
|
|
<poi.version>4.1.2</poi.version>
|
2024-04-15 12:48:12 +00:00
|
|
|
<httpclient.version>4.5.2</httpclient.version>
|
2023-10-16 03:40:13 +00:00
|
|
|
<velocity.version>2.3</velocity.version>
|
|
|
|
<jwt.version>0.9.1</jwt.version>
|
2024-01-09 02:30:44 +00:00
|
|
|
<knife4j.version>4.5.0</knife4j.version>
|
2023-12-13 06:09:08 +00:00
|
|
|
<mybatis-spring-boot.version>3.0.3</mybatis-spring-boot.version>
|
2024-01-09 01:58:43 +00:00
|
|
|
<mybatis-plus-boot-starter.version>3.5.5</mybatis-plus-boot-starter.version>
|
2024-03-31 03:22:25 +00:00
|
|
|
<mysql.version>8.2.0</mysql.version>
|
|
|
|
<jaxb.version>2.3.1</jaxb.version>
|
|
|
|
<springdoc.version>2.1.0</springdoc.version>
|
|
|
|
<jakarta.version>6.0.0</jakarta.version>
|
2023-10-16 03:40:13 +00:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 依赖声明 -->
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
2024-03-31 03:22:25 +00:00
|
|
|
<!-- spring-boot -->
|
2023-11-20 05:52:31 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-dependencies</artifactId>
|
2024-03-28 11:47:15 +00:00
|
|
|
<version>${spring-boot.version}</version>
|
2023-11-20 05:52:31 +00:00
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
2023-10-16 03:40:13 +00:00
|
|
|
|
2024-03-31 03:22:25 +00:00
|
|
|
<!-- mybatis 简化JDBC -->
|
2023-11-20 17:21:52 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
|
|
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
|
|
|
<version>${mybatis-spring-boot.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
2024-01-09 01:58:43 +00:00
|
|
|
<!-- mybatis-plus 增强CRUD -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.mybatis</groupId>
|
|
|
|
<artifactId>mybatis-spring</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
<version>${mybatis-plus-boot-starter.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
2024-03-31 03:22:25 +00:00
|
|
|
<!-- jaxb 处理xml -->
|
2023-10-16 03:40:13 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.xml.bind</groupId>
|
|
|
|
<artifactId>jaxb-api</artifactId>
|
2024-03-31 03:22:25 +00:00
|
|
|
<version>${jaxb.version}</version>
|
2023-10-16 03:40:13 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Mysql驱动包 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.mysql</groupId>
|
|
|
|
<artifactId>mysql-connector-j</artifactId>
|
2024-03-31 03:22:25 +00:00
|
|
|
<version>${mysql.version}</version>
|
2023-10-16 03:40:13 +00:00
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- 阿里数据库连接池 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.alibaba</groupId>
|
2024-03-04 13:35:13 +00:00
|
|
|
<artifactId>druid-spring-boot-3-starter</artifactId>
|
2023-10-16 03:40:13 +00:00
|
|
|
<version>${druid.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- 解析客户端操作系统、浏览器等 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>eu.bitwalker</groupId>
|
|
|
|
<artifactId>UserAgentUtils</artifactId>
|
|
|
|
<version>${bitwalker.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- pagehelper 分页插件 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.pagehelper</groupId>
|
|
|
|
<artifactId>pagehelper-spring-boot-starter</artifactId>
|
|
|
|
<version>${pagehelper.boot.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- 获取系统信息 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.oshi</groupId>
|
|
|
|
<artifactId>oshi-core</artifactId>
|
|
|
|
<version>${oshi.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- io常用工具类 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
<version>${commons.io.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- excel工具 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
|
<version>${poi.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- velocity代码生成使用模板 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.velocity</groupId>
|
|
|
|
<artifactId>velocity-engine-core</artifactId>
|
|
|
|
<version>${velocity.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
2024-04-15 12:48:12 +00:00
|
|
|
<!--httpclient-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
|
<version>${httpclient.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
2023-10-16 03:40:13 +00:00
|
|
|
<!-- 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>
|
|
|
|
|
2024-03-31 03:22:25 +00:00
|
|
|
<!-- springdoc -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springdoc</groupId>
|
|
|
|
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
|
|
|
<version>${springdoc.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- knife4j -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.xiaoymin</groupId>
|
|
|
|
<artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>
|
|
|
|
<version>${knife4j.version}</version>
|
2024-04-15 22:29:20 +00:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.springdoc</groupId>
|
|
|
|
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2024-03-31 03:22:25 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>jakarta.servlet</groupId>
|
|
|
|
<artifactId>jakarta.servlet-api</artifactId>
|
|
|
|
<version>${jakarta.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
2023-10-16 03:40:13 +00:00
|
|
|
<!-- 定时任务-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
<artifactId>ruoyi-quartz</artifactId>
|
|
|
|
<version>${ruoyi.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- 代码生成-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
<artifactId>ruoyi-generator</artifactId>
|
|
|
|
<version>${ruoyi.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- 核心模块-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
<artifactId>ruoyi-framework</artifactId>
|
|
|
|
<version>${ruoyi.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- 系统模块-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
<artifactId>ruoyi-system</artifactId>
|
|
|
|
<version>${ruoyi.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- 通用工具-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
<artifactId>ruoyi-common</artifactId>
|
|
|
|
<version>${ruoyi.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
2024-01-15 18:09:33 +00:00
|
|
|
<!-- 集成第三方登录 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
2024-02-15 15:21:27 +00:00
|
|
|
<artifactId>ruoyi-oauth-starter</artifactId>
|
2024-01-15 18:09:33 +00:00
|
|
|
<version>${ruoyi.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
2024-01-16 15:47:18 +00:00
|
|
|
<!-- 集成支付 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
2024-02-15 15:21:27 +00:00
|
|
|
<artifactId>ruoyi-pay-starter</artifactId>
|
2024-01-16 15:47:18 +00:00
|
|
|
<version>${ruoyi.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
2024-04-19 18:09:14 +00:00
|
|
|
<!-- 集成中间件 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
<artifactId>ruoyi-middleware-starter</artifactId>
|
|
|
|
<version>${ruoyi.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
2024-01-26 16:51:40 +00:00
|
|
|
<!-- 在线接口 -->
|
2023-10-16 03:40:13 +00:00
|
|
|
<dependency>
|
2024-01-26 16:51:40 +00:00
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
<artifactId>ruoyi-online</artifactId>
|
|
|
|
<version>${ruoyi.version}</version>
|
2023-10-16 03:40:13 +00:00
|
|
|
</dependency>
|
2024-04-11 01:26:06 +00:00
|
|
|
|
|
|
|
<!-- mybatis-jpa-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
<artifactId>ruoyi-mybatis-jpa</artifactId>
|
|
|
|
<version>${ruoyi.version}</version>
|
|
|
|
</dependency>
|
2024-04-19 17:43:32 +00:00
|
|
|
|
|
|
|
<!-- mybatis-minio-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
<artifactId>ruoyi-minio</artifactId>
|
|
|
|
<version>${ruoyi.version}</version>
|
|
|
|
</dependency>
|
2024-04-21 17:39:21 +00:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
<artifactId>ruoyi-websocket</artifactId>
|
|
|
|
<version>${ruoyi.version}</version>
|
|
|
|
</dependency>
|
2023-10-16 03:40:13 +00:00
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>ruoyi-admin</module>
|
|
|
|
<module>ruoyi-framework</module>
|
|
|
|
<module>ruoyi-system</module>
|
|
|
|
<module>ruoyi-quartz</module>
|
|
|
|
<module>ruoyi-generator</module>
|
|
|
|
<module>ruoyi-common</module>
|
2024-01-16 14:23:43 +00:00
|
|
|
<module>ruoyi-oauth</module>
|
2024-01-16 15:47:18 +00:00
|
|
|
<module>ruoyi-pay</module>
|
2024-01-26 16:51:40 +00:00
|
|
|
<module>ruoyi-online</module>
|
2024-04-11 01:26:06 +00:00
|
|
|
<module>ruoyi-mybatis-jpa</module>
|
2024-04-19 18:09:14 +00:00
|
|
|
<module>ruoyi-middleware</module>
|
2024-04-21 17:39:21 +00:00
|
|
|
<module>ruoyi-websocket</module>
|
2023-10-16 03:40:13 +00:00
|
|
|
</modules>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2024-01-09 01:58:43 +00:00
|
|
|
<version>3.11.0</version>
|
2023-10-16 03:40:13 +00:00
|
|
|
<configuration>
|
2024-01-13 06:35:46 +00:00
|
|
|
<parameters>true</parameters>
|
2023-10-16 03:40:13 +00:00
|
|
|
<source>${java.version}</source>
|
|
|
|
<target>${java.version}</target>
|
|
|
|
<encoding>${project.build.sourceEncoding}</encoding>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>public</id>
|
|
|
|
<name>aliyun nexus</name>
|
|
|
|
<url>https://maven.aliyun.com/repository/public</url>
|
|
|
|
<releases>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</releases>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
<pluginRepositories>
|
|
|
|
<pluginRepository>
|
|
|
|
<id>public</id>
|
|
|
|
<name>aliyun nexus</name>
|
|
|
|
<url>https://maven.aliyun.com/repository/public</url>
|
|
|
|
<releases>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</releases>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</pluginRepository>
|
|
|
|
</pluginRepositories>
|
|
|
|
|
2024-01-15 18:09:33 +00:00
|
|
|
</project>
|