| | |
| | | |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-vue-plus</artifactId> |
| | | <version>4.3.0-beta2</version> |
| | | <version>4.3.1</version> |
| | | |
| | | <name>RuoYi-Vue-Plus</name> |
| | | <url>https://gitee.com/JavaLionLi/RuoYi-Vue-Plus</url> |
| | | <description>RuoYi-Vue-Plus后台管理系统</description> |
| | | |
| | | <properties> |
| | | <ruoyi-vue-plus.version>4.3.0-beta2</ruoyi-vue-plus.version> |
| | | <spring-boot.version>2.7.3</spring-boot.version> |
| | | <ruoyi-vue-plus.version>4.3.1</ruoyi-vue-plus.version> |
| | | <spring-boot.version>2.7.5</spring-boot.version> |
| | | <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.2.2</maven-jar-plugin.version> |
| | | <spring-boot.mybatis>2.2.2</spring-boot.mybatis> |
| | | <druid.version>1.2.11</druid.version> |
| | | <springdoc.version>1.6.11</springdoc.version> |
| | | <poi.version>5.2.2</poi.version> |
| | | <springdoc.version>1.6.12</springdoc.version> |
| | | <poi.version>5.2.3</poi.version> |
| | | <easyexcel.version>3.1.1</easyexcel.version> |
| | | <velocity.version>2.3</velocity.version> |
| | | <satoken.version>1.30.0</satoken.version> |
| | | <satoken.version>1.33.0</satoken.version> |
| | | <mybatis-plus.version>3.5.2</mybatis-plus.version> |
| | | <p6spy.version>3.9.1</p6spy.version> |
| | | <hutool.version>5.8.5</hutool.version> |
| | | <hutool.version>5.8.8</hutool.version> |
| | | <okhttp.version>4.10.0</okhttp.version> |
| | | <spring-boot-admin.version>2.7.4</spring-boot-admin.version> |
| | | <redisson.version>3.17.6</redisson.version> |
| | | <spring-boot-admin.version>2.7.7</spring-boot-admin.version> |
| | | <redisson.version>3.17.7</redisson.version> |
| | | <lock4j.version>2.2.2</lock4j.version> |
| | | <dynamic-ds.version>3.5.1</dynamic-ds.version> |
| | | <tlog.version>1.4.3</tlog.version> |
| | | <dynamic-ds.version>3.5.2</dynamic-ds.version> |
| | | <tlog.version>1.5.0</tlog.version> |
| | | <xxl-job.version>2.3.1</xxl-job.version> |
| | | <lombok.version>1.18.24</lombok.version> |
| | | |
| | | <!-- 统一 guava 版本 解决隐式漏洞问题 --> |
| | | <guava.version>31.1-jre</guava.version> |
| | | <!-- 临时修复 snakeyaml 漏洞 --> |
| | | <snakeyaml.version>1.32</snakeyaml.version> |
| | | |
| | | <!-- OSS 配置 --> |
| | | <aws-java-sdk-s3.version>1.12.264</aws-java-sdk-s3.version> |
| | | <aws-java-sdk-s3.version>1.12.324</aws-java-sdk-s3.version> |
| | | <!-- SMS 配置 --> |
| | | <aliyun.sms.version>2.0.16</aliyun.sms.version> |
| | | <tencent.sms.version>3.1.555</tencent.sms.version> |
| | | <aliyun.sms.version>2.0.22</aliyun.sms.version> |
| | | <tencent.sms.version>3.1.611</tencent.sms.version> |
| | | </properties> |
| | | |
| | | <!-- 依赖声明 --> |
| | |
| | | <version>${hutool.version}</version> |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | | |
| | | <!-- 阿里数据库连接池 --> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>druid-spring-boot-starter</artifactId> |
| | | <version>${druid.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | |
| | | <version>${guava.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 临时修复 snakeyaml 漏洞 --> |
| | | <dependency> |
| | | <groupId>org.yaml</groupId> |
| | | <artifactId>snakeyaml</artifactId> |
| | | <version>${snakeyaml.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 定时任务 --> |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | |
| | | </annotationProcessorPaths> |
| | | </configuration> |
| | | </plugin> |
| | | <!-- 单元测试使用 --> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-surefire-plugin</artifactId> |
| | | <version>2.22.2</version> |
| | | <configuration> |
| | | <argLine>-Dfile.encoding=UTF-8</argLine> |
| | | <!-- 根据打包环境执行对应的@Tag测试方法 --> |
| | | <groups>${profiles.active}</groups> |
| | | <!-- 排除标签 --> |
| | | <excludedGroups>exclude</excludedGroups> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | | <resources> |
| | | <resource> |
| | |
| | | <repositories> |
| | | <repository> |
| | | <id>public</id> |
| | | <name>aliyun nexus</name> |
| | | <url>https://maven.aliyun.com/repository/public/</url> |
| | | <name>huawei nexus</name> |
| | | <url>https://mirrors.huaweicloud.com/repository/maven/</url> |
| | | <releases> |
| | | <enabled>true</enabled> |
| | | </releases> |
| | |
| | | <pluginRepositories> |
| | | <pluginRepository> |
| | | <id>public</id> |
| | | <name>aliyun nexus</name> |
| | | <url>https://maven.aliyun.com/repository/public/</url> |
| | | <name>huawei nexus</name> |
| | | <url>https://mirrors.huaweicloud.com/repository/maven/</url> |
| | | <releases> |
| | | <enabled>true</enabled> |
| | | </releases> |
| | |
| | | |
| | | </project> |
| | | |
| | | |