| | |
| | |
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi</artifactId>
|
| | | <version>3.8.4</version>
|
| | | <version>3.8.9</version>
|
| | | <packaging>jar</packaging>
|
| | |
|
| | | <name>ruoyi</name>
|
| | |
| | | <parent>
|
| | | <groupId>org.springframework.boot</groupId>
|
| | | <artifactId>spring-boot-starter-parent</artifactId>
|
| | | <version>2.5.14</version>
|
| | | <version>2.5.15</version>
|
| | | <relativePath />
|
| | | </parent>
|
| | |
|
| | |
| | | <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>
|
| | | <mybatis.spring.boot.starter.version>2.2.2</mybatis.spring.boot.starter.version>
|
| | | <pagehelper.spring.boot.starter.version>1.4.3</pagehelper.spring.boot.starter.version>
|
| | | <fastjson.version>2.0.15</fastjson.version>
|
| | | <druid.version>1.2.11</druid.version>
|
| | | <commons.io.version>2.11.0</commons.io.version>
|
| | | <commons.fileupload.version>1.4</commons.fileupload.version>
|
| | | <commons.collections.version>3.2.2</commons.collections.version>
|
| | | <pagehelper.spring.boot.starter.version>1.4.7</pagehelper.spring.boot.starter.version>
|
| | | <fastjson.version>2.0.53</fastjson.version>
|
| | | <druid.version>1.2.23</druid.version>
|
| | | <commons.io.version>2.13.0</commons.io.version>
|
| | | <bitwalker.version>1.21</bitwalker.version>
|
| | | <jwt.version>0.9.1</jwt.version>
|
| | | <kaptcha.version>2.3.2</kaptcha.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.2.2</oshi.version>
|
| | | <poi.version>5.2.3</poi.version>
|
| | | <oshi.version>6.6.5</oshi.version>
|
| | | <velocity.version>2.3</velocity.version>
|
| | | <!-- override dependency version -->
|
| | | <tomcat.version>9.0.102</tomcat.version>
|
| | | <logback.version>1.2.13</logback.version>
|
| | | <spring-security.version>5.7.12</spring-security.version>
|
| | | <spring-framework.version>5.3.39</spring-framework.version>
|
| | | <mybatis-plus.version>3.5.3.1</mybatis-plus.version>
|
| | | </properties>
|
| | |
|
| | | <dependencies>
|
| | |
| | | <scope>runtime</scope>
|
| | | </dependency>
|
| | |
|
| | | <!-- SpringBoot集成mybatis框架 -->
|
| | | <dependency>
|
| | | <groupId>org.mybatis.spring.boot</groupId>
|
| | | <artifactId>mybatis-spring-boot-starter</artifactId>
|
| | | <version>${mybatis.spring.boot.starter.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <!-- pagehelper 分页插件 -->
|
| | | <dependency>
|
| | | <groupId>com.github.pagehelper</groupId>
|
| | |
| | | <groupId>com.alibaba</groupId>
|
| | | <artifactId>druid-spring-boot-starter</artifactId>
|
| | | <version>${druid.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <!--mybatis-plus-->
|
| | | <dependency>
|
| | | <groupId>com.baomidou</groupId>
|
| | | <artifactId>mybatis-plus-boot-starter</artifactId>
|
| | | <version>${mybatis-plus.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <!--mybatis-plus代码生成器-->
|
| | | <dependency>
|
| | | <groupId>com.baomidou</groupId>
|
| | | <artifactId>mybatis-plus-generator</artifactId>
|
| | | <version>${mybatis-plus.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <!-- 自定义验证注解 -->
|
| | |
| | | <groupId>commons-io</groupId>
|
| | | <artifactId>commons-io</artifactId>
|
| | | <version>${commons.io.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <!-- 文件上传工具类 -->
|
| | | <dependency>
|
| | | <groupId>commons-fileupload</groupId>
|
| | | <artifactId>commons-fileupload</artifactId>
|
| | | <version>${commons.fileupload.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <!-- 解析客户端操作系统、浏览器等 -->
|
| | |
| | | <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>
|
| | |
| | |
|
| | | <!-- 验证码 -->
|
| | | <dependency>
|
| | | <groupId>com.github.penggle</groupId>
|
| | | <groupId>pro.fessional</groupId>
|
| | | <artifactId>kaptcha</artifactId>
|
| | | <version>${kaptcha.version}</version>
|
| | | <exclusions>
|
| | | <exclusion>
|
| | | <artifactId>javax.servlet-api</artifactId>
|
| | | <artifactId>servlet-api</artifactId>
|
| | | <groupId>javax.servlet</groupId>
|
| | | </exclusion>
|
| | | </exclusions>
|
| | | </dependency>
|
| | | <dependency>
|
| | | <groupId>org.projectlombok</groupId>
|
| | | <artifactId>lombok</artifactId>
|
| | | </dependency>
|
| | |
|
| | | </dependencies>
|
| | | </dependencies>
|
| | |
|
| | | <build>
|
| | | <finalName>${project.artifactId}</finalName>
|