| | |
| | | |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-vue-plus</artifactId> |
| | | <version>${ruoyi-vue-plus.version}</version> |
| | | <version>2.6.0</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>2.3.2</ruoyi-vue-plus.version> |
| | | <spring-boot.version>2.4.7</spring-boot.version> |
| | | <ruoyi-vue-plus.version>2.6.0</ruoyi-vue-plus.version> |
| | | <spring-boot.version>2.5.3</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.1.1</maven-jar-plugin.version> |
| | | <druid.version>1.2.6</druid.version> |
| | | <knife4j.version>3.0.2</knife4j.version> |
| | | <knife4j.version>3.0.3</knife4j.version> |
| | | <poi.version>4.1.2</poi.version> |
| | | <easyexcel.version>2.2.10</easyexcel.version> |
| | | <velocity.version>1.7</velocity.version> |
| | | <jwt.version>0.9.1</jwt.version> |
| | | <mybatis-plus.version>3.4.3</mybatis-plus.version> |
| | | <hutool.version>5.7.2</hutool.version> |
| | | <hutool.version>5.7.6</hutool.version> |
| | | <feign.version>3.0.3</feign.version> |
| | | <feign-okhttp.version>11.0</feign-okhttp.version> |
| | | <spring-boot-admin.version>2.4.1</spring-boot-admin.version> |
| | | <redisson.version>3.15.2</redisson.version> |
| | | <datasource.version>3.4.0</datasource.version> |
| | | <feign-okhttp.version>11.2</feign-okhttp.version> |
| | | <okhttp.version>4.9.1</okhttp.version> |
| | | <spring-boot-admin.version>2.4.3</spring-boot-admin.version> |
| | | <redisson.version>3.16.1</redisson.version> |
| | | <lock4j.version>2.2.1</lock4j.version> |
| | | <datasource.version>3.4.1</datasource.version> |
| | | |
| | | <!-- OSS 配置 --> |
| | | <qiniu.version>7.8.0</qiniu.version> |
| | | <aliyun.oss.version>3.13.0</aliyun.oss.version> |
| | | <qcloud.cos.version>5.6.47</qcloud.cos.version> |
| | | <minio.version>8.3.0</minio.version> |
| | | |
| | | <!-- docker 配置 --> |
| | | <docker.registry.url>localhost</docker.registry.url> |
| | | <docker.registry.host>http://${docker.registry.url}:2375</docker.registry.host> |
| | | <docker.namespace>ruoyi</docker.namespace> |
| | | <docker.plugin.version>1.2.2</docker.plugin.version> |
| | | </properties> |
| | | |
| | | <!-- 依赖声明 --> |
| | |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi-ooxml</artifactId> |
| | | <version>${poi.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>easyexcel</artifactId> |
| | | <version>${easyexcel.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- velocity代码生成使用模板 --> |
| | |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.squareup.okhttp3</groupId> |
| | | <artifactId>okhttp</artifactId> |
| | | <version>${okhttp.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>de.codecentric</groupId> |
| | | <artifactId>spring-boot-admin-starter-server</artifactId> |
| | | <version>${spring-boot-admin.version}</version> |
| | |
| | | <artifactId>redisson-spring-boot-starter</artifactId> |
| | | <version>${redisson.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.baomidou</groupId> |
| | | <artifactId>lock4j-redisson-spring-boot-starter</artifactId> |
| | | <version>${lock4j.version}</version> |
| | | </dependency> |
| | | <!-- 定时任务--> |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | |
| | | <!-- demo模块 --> |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-oss</artifactId> |
| | | <version>${ruoyi-vue-plus.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- demo模块 --> |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-demo</artifactId> |
| | | <version>${ruoyi-vue-plus.version}</version> |
| | | </dependency> |
| | |
| | | <module>ruoyi-generator</module> |
| | | <module>ruoyi-common</module> |
| | | <module>ruoyi-demo</module> |
| | | <module>ruoyi-extend</module> |
| | | <module>ruoyi-oss</module> |
| | | </modules> |
| | | <packaging>pom</packaging> |
| | | |