| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329 | 
							- <?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.ruoyi</groupId>
 
-     <artifactId>ruoyi</artifactId>
 
-     <version>3.8.5</version>
 
-     <packaging>jar</packaging>
 
-     <name>ruoyi</name>
 
-     <url>http://www.ruoyi.vip</url>
 
-     <description>若依管理系统</description>
 
-     <parent>
 
-         <groupId>org.springframework.boot</groupId>
 
-         <artifactId>spring-boot-starter-parent</artifactId>
 
-         <version>2.5.14</version>
 
-         <relativePath />
 
-     </parent>
 
-     <properties>
 
-         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
-         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
-         <java.version>1.8</java.version>
 
-         <maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
 
-         <pagehelper.spring.boot.starter.version>1.4.6</pagehelper.spring.boot.starter.version>
 
-         <fastjson.version>2.0.23</fastjson.version>
 
-         <druid.version>1.2.16</druid.version>
 
-         <commons.io.version>2.11.0</commons.io.version>
 
-         <commons.collections.version>3.2.2</commons.collections.version>
 
-         <bitwalker.version>1.21</bitwalker.version>
 
-         <jwt.version>0.9.1</jwt.version>
 
-         <kaptcha.version>2.3.3</kaptcha.version>
 
-         <swagger.version>3.0.0</swagger.version>
 
-         <poi.version>4.1.2</poi.version>
 
-         <oshi.version>6.4.0</oshi.version>
 
-         <velocity.version>2.3</velocity.version>
 
-         <easyexcel.version>3.1.0</easyexcel.version>
 
-         <slf4j.version>1.7.32</slf4j.version>
 
-     </properties>
 
-     <dependencies>
 
-         <!--引入Knife4j的官方start包,该指南选择Spring Boot版本<3.0,开发者需要注意-->
 
-         <dependency>
 
-             <groupId>com.github.xiaoymin</groupId>
 
-             <artifactId>knife4j-openapi2-spring-boot-starter</artifactId>
 
-             <version>4.4.0</version>
 
-         </dependency>
 
-         <!--    集成七牛云对象存储服务    -->
 
-         <dependency>
 
-             <groupId>com.qiniu</groupId>
 
-             <artifactId>qiniu-java-sdk</artifactId>
 
-             <version>7.7.0</version>
 
-         </dependency>
 
-         <!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
 
-         <dependency>
 
-             <groupId>com.google.code.gson</groupId>
 
-             <artifactId>gson</artifactId>
 
-             <version>2.8.5</version>
 
-         </dependency>
 
-         <!-- Sa-Token 权限认证,在线文档:https://sa-token.cc -->
 
-         <dependency>
 
-             <groupId>cn.dev33</groupId>
 
-             <artifactId>sa-token-spring-boot-starter</artifactId>
 
-             <version>1.34.0</version>
 
-         </dependency>
 
-         <!-- SpringBoot 核心包 -->
 
-         <dependency>
 
-             <groupId>org.springframework.boot</groupId>
 
-             <artifactId>spring-boot-starter</artifactId>
 
-         </dependency>
 
-         <!-- SpringBoot 测试 -->
 
-         <dependency>
 
-             <groupId>org.springframework.boot</groupId>
 
-             <artifactId>spring-boot-starter-test</artifactId>
 
-             <scope>test</scope>
 
-         </dependency>
 
-         <!-- SpringBoot 拦截器 -->
 
-         <dependency>
 
-             <groupId>org.springframework.boot</groupId>
 
-             <artifactId>spring-boot-starter-aop</artifactId>
 
-         </dependency>
 
-         <!-- SpringBoot Web容器 -->
 
-         <dependency>
 
-             <groupId>org.springframework.boot</groupId>
 
-             <artifactId>spring-boot-starter-web</artifactId>
 
-         </dependency>
 
-         <!-- spring-boot-devtools -->
 
-         <dependency>
 
-             <groupId>org.springframework.boot</groupId>
 
-             <artifactId>spring-boot-devtools</artifactId>
 
-             <optional>true</optional> <!-- 表示依赖不会传递 -->
 
-         </dependency>
 
-         <!-- spring security 安全认证 -->
 
-         <dependency>
 
-             <groupId>org.springframework.boot</groupId>
 
-             <artifactId>spring-boot-starter-security</artifactId>
 
-         </dependency>
 
-         <!-- redis 缓存操作 -->
 
-         <dependency>
 
-             <groupId>org.springframework.boot</groupId>
 
-             <artifactId>spring-boot-starter-data-redis</artifactId>
 
-         </dependency>
 
-         <!-- pool 对象池 -->
 
-         <dependency>
 
-             <groupId>org.apache.commons</groupId>
 
-             <artifactId>commons-pool2</artifactId>
 
-         </dependency>
 
-         <!-- Mysql驱动包 -->
 
-         <dependency>
 
-             <groupId>mysql</groupId>
 
-             <artifactId>mysql-connector-java</artifactId>
 
-             <scope>runtime</scope>
 
-         </dependency>
 
-         <!-- pagehelper 分页插件 -->
 
-         <dependency>
 
-             <groupId>com.github.pagehelper</groupId>
 
-             <artifactId>pagehelper-spring-boot-starter</artifactId>
 
-             <version>${pagehelper.spring.boot.starter.version}</version>
 
-         </dependency>
 
-         <!-- 阿里数据库连接池 -->
 
-         <dependency>
 
-             <groupId>com.alibaba</groupId>
 
-             <artifactId>druid-spring-boot-starter</artifactId>
 
-             <version>${druid.version}</version>
 
-         </dependency>
 
-         <!-- 自定义验证注解 -->
 
-         <dependency>
 
-             <groupId>org.springframework.boot</groupId>
 
-             <artifactId>spring-boot-starter-validation</artifactId>
 
-         </dependency>
 
-         <!-- 常用工具类 -->
 
-         <dependency>
 
-             <groupId>org.apache.commons</groupId>
 
-             <artifactId>commons-lang3</artifactId>
 
-         </dependency>
 
-         <!-- io常用工具类 -->
 
-         <dependency>
 
-             <groupId>commons-io</groupId>
 
-             <artifactId>commons-io</artifactId>
 
-             <version>${commons.io.version}</version>
 
-         </dependency>
 
-         <!-- 解析客户端操作系统、浏览器等 -->
 
-         <dependency>
 
-             <groupId>eu.bitwalker</groupId>
 
-             <artifactId>UserAgentUtils</artifactId>
 
-             <version>${bitwalker.version}</version>
 
-         </dependency>
 
-         <!-- 阿里JSON解析器 -->
 
-         <dependency>
 
-             <groupId>com.alibaba.fastjson2</groupId>
 
-             <artifactId>fastjson2</artifactId>
 
-             <version>${fastjson.version}</version>
 
-         </dependency>
 
-         <!-- Spring框架基本的核心工具-->
 
-         <dependency>
 
-             <groupId>org.springframework</groupId>
 
-             <artifactId>spring-context-support</artifactId>
 
-         </dependency>
 
-         <!-- Token生成与解析-->
 
-         <dependency>
 
-             <groupId>io.jsonwebtoken</groupId>
 
-             <artifactId>jjwt</artifactId>
 
-             <version>${jwt.version}</version>
 
-         </dependency>
 
-         <!-- Jaxb -->
 
-         <dependency>
 
-             <groupId>javax.xml.bind</groupId>
 
-             <artifactId>jaxb-api</artifactId>
 
-         </dependency>
 
-         <!-- Swagger3依赖 -->
 
- <!--        <dependency>-->
 
- <!--            <groupId>io.springfox</groupId>-->
 
- <!--            <artifactId>springfox-boot-starter</artifactId>-->
 
- <!--            <version>${swagger.version}</version>-->
 
- <!--            <exclusions>-->
 
- <!--                <exclusion>-->
 
- <!--                    <groupId>io.swagger</groupId>-->
 
- <!--                    <artifactId>swagger-models</artifactId>-->
 
- <!--                </exclusion>-->
 
- <!--            </exclusions>-->
 
- <!--        </dependency>-->
 
-         <!-- 防止进入swagger页面报类型转换错误,排除3.0.0中的引用,手动增加1.6.2版本 -->
 
- <!--        <dependency>-->
 
- <!--            <groupId>io.swagger</groupId>-->
 
- <!--            <artifactId>swagger-models</artifactId>-->
 
- <!--            <version>1.6.2</version>-->
 
- <!--        </dependency>-->
 
-         <!-- 获取系统信息 -->
 
-         <dependency>
 
-             <groupId>com.github.oshi</groupId>
 
-             <artifactId>oshi-core</artifactId>
 
-             <version>${oshi.version}</version>
 
-         </dependency>
 
-         <!-- excel工具 -->
 
-         <!--easyexcel工具 -->
 
-         <dependency>
 
-             <groupId>com.alibaba</groupId>
 
-             <artifactId>easyexcel</artifactId>
 
-             <version>${easyexcel.version}</version>
 
-         </dependency>
 
-         <!-- xlsx(07) -->
 
-         <dependency>
 
-             <groupId>org.apache.poi</groupId>
 
-             <artifactId>poi-ooxml</artifactId>
 
-             <version>${poi.version}</version>
 
-         </dependency>
 
-         <!--xls(03) -->
 
-         <dependency>
 
-             <groupId>org.apache.poi</groupId>
 
-             <artifactId>poi</artifactId>
 
-             <version>${poi.version}</version>
 
-         </dependency>
 
-         <!-- 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>
 
-         <!-- 定时任务 -->
 
-         <dependency>
 
-             <groupId>org.quartz-scheduler</groupId>
 
-             <artifactId>quartz</artifactId>
 
-             <exclusions>
 
-                 <exclusion>
 
-                     <groupId>com.mchange</groupId>
 
-                     <artifactId>c3p0</artifactId>
 
-                 </exclusion>
 
-             </exclusions>
 
-         </dependency>
 
-         <!-- 验证码 -->
 
-         <dependency>
 
-             <groupId>pro.fessional</groupId>
 
-             <artifactId>kaptcha</artifactId>
 
-             <version>${kaptcha.version}</version>
 
-             <exclusions>
 
-                 <exclusion>
 
-                     <artifactId>javax.servlet-api</artifactId>
 
-                     <groupId>javax.servlet</groupId>
 
-                 </exclusion>
 
-             </exclusions>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>junit</groupId>
 
-             <artifactId>junit</artifactId>
 
-         </dependency>
 
-     </dependencies>
 
- 	<build>
 
-         <finalName>xmg</finalName>
 
- 	    <plugins>
 
- 	        <plugin>
 
- 	            <groupId>org.springframework.boot</groupId>
 
- 	            <artifactId>spring-boot-maven-plugin</artifactId>
 
- 	            <configuration>
 
- 	                <fork>true</fork> <!-- 如果没有该配置,devtools不会生效 -->
 
- 	            </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>
 
- </project>
 
 
  |