| | |
| | | <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> |
| | | <modelVersion>4.0.0</modelVersion> |
| | | |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-vue-plus</artifactId> |
| | | <version>3.4.0</version> |
| | | <version>4.2.0-beta1</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>3.4.0</ruoyi-vue-plus.version> |
| | | <spring-boot.version>2.5.7</spring-boot.version> |
| | | <ruoyi-vue-plus.version>4.2.0-beta1</ruoyi-vue-plus.version> |
| | | <spring-boot.version>2.6.8</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.0</maven-jar-plugin.version> |
| | | <druid.version>1.2.8</druid.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.9</druid.version> |
| | | <knife4j.version>3.0.3</knife4j.version> |
| | | <swagger-annotations.version>1.5.22</swagger-annotations.version> |
| | | <poi.version>4.1.2</poi.version> |
| | | <easyexcel.version>2.2.11</easyexcel.version> |
| | | <cglib.version>3.3.0</cglib.version> |
| | | <poi.version>5.2.2</poi.version> |
| | | <easyexcel.version>3.1.0</easyexcel.version> |
| | | <velocity.version>2.3</velocity.version> |
| | | <mybatis-plus.version>3.4.3.4</mybatis-plus.version> |
| | | <satoken.version>1.30.0</satoken.version> |
| | | <mybatis-plus.version>3.5.2</mybatis-plus.version> |
| | | <p6spy.version>3.9.1</p6spy.version> |
| | | <hutool.version>5.7.16</hutool.version> |
| | | <okhttp.version>4.9.2</okhttp.version> |
| | | <spring-boot-admin.version>2.5.4</spring-boot-admin.version> |
| | | <redisson.version>3.16.6</redisson.version> |
| | | <hutool.version>5.8.2</hutool.version> |
| | | <okhttp.version>4.9.3</okhttp.version> |
| | | <spring-boot-admin.version>2.6.7</spring-boot-admin.version> |
| | | <redisson.version>3.17.2</redisson.version> |
| | | <lock4j.version>2.2.1</lock4j.version> |
| | | <dynamic-ds.version>3.5.0</dynamic-ds.version> |
| | | <tlog.version>1.3.6</tlog.version> |
| | | <xxl-job.version>2.3.0</xxl-job.version> |
| | | <dynamic-ds.version>3.5.1</dynamic-ds.version> |
| | | <tlog.version>1.4.0</tlog.version> |
| | | <xxl-job.version>2.3.1</xxl-job.version> |
| | | |
| | | <!-- jdk11 缺失依赖 jaxb--> |
| | | <jaxb.version>3.0.1</jaxb.version> |
| | | <!-- 统一 guava 版本 解决隐式漏洞问题 --> |
| | | <guava.version>30.0-jre</guava.version> |
| | | |
| | | <!-- OSS 配置 --> |
| | | <qiniu.version>7.9.0</qiniu.version> |
| | | <aliyun.oss.version>3.13.1</aliyun.oss.version> |
| | | <qcloud.cos.version>5.6.58</qcloud.cos.version> |
| | | <minio.version>8.3.4</minio.version> |
| | | <aws-java-sdk-s3.version>1.12.215</aws-java-sdk-s3.version> |
| | | <!-- SMS 配置 --> |
| | | <aliyun.sms.version>2.0.9</aliyun.sms.version> |
| | | <tencent.sms.version>3.1.500</tencent.sms.version> |
| | | |
| | | <!-- docker 配置 --> |
| | | <docker.registry.url>localhost</docker.registry.url> |
| | |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-dependencies</artifactId> |
| | | <version>${spring-boot.version}</version> |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | | |
| | | <!-- hutool 的依赖配置--> |
| | | <dependency> |
| | | <groupId>cn.hutool</groupId> |
| | | <artifactId>hutool-bom</artifactId> |
| | | <version>${hutool.version}</version> |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | |
| | | <version>${swagger-annotations.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- excel工具 --> |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi</artifactId> |
| | | <version>${poi.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi-ooxml</artifactId> |
| | | <version>${poi.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>easyexcel</artifactId> |
| | |
| | | <exclusions> |
| | | <exclusion> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi</artifactId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi-ooxml-schemas</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>cglib</groupId> |
| | | <artifactId>cglib</artifactId> |
| | | <version>${cglib.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- velocity代码生成使用模板 --> |
| | |
| | | <version>${velocity.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- jdk11 缺失依赖 jaxb--> |
| | | <!-- Sa-Token 权限认证, 在线文档:http://sa-token.dev33.cn/ --> |
| | | <dependency> |
| | | <groupId>com.sun.xml.bind</groupId> |
| | | <artifactId>jaxb-impl</artifactId> |
| | | <version>${jaxb.version}</version> |
| | | <groupId>cn.dev33</groupId> |
| | | <artifactId>sa-token-spring-boot-starter</artifactId> |
| | | <version>${satoken.version}</version> |
| | | </dependency> |
| | | <!-- Sa-Token 整合 jwt --> |
| | | <dependency> |
| | | <groupId>cn.dev33</groupId> |
| | | <artifactId>sa-token-jwt</artifactId> |
| | | <version>${satoken.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- dynamic-datasource 多数据源--> |
| | |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>cn.hutool</groupId> |
| | | <artifactId>hutool-core</artifactId> |
| | | <version>${hutool.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>cn.hutool</groupId> |
| | | <artifactId>hutool-http</artifactId> |
| | | <version>${hutool.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>cn.hutool</groupId> |
| | | <artifactId>hutool-captcha</artifactId> |
| | | <version>${hutool.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>cn.hutool</groupId> |
| | | <artifactId>hutool-extra</artifactId> |
| | | <version>${hutool.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>cn.hutool</groupId> |
| | | <artifactId>hutool-jwt</artifactId> |
| | | <version>${hutool.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.squareup.okhttp3</groupId> |
| | | <artifactId>okhttp</artifactId> |
| | | <version>${okhttp.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.amazonaws</groupId> |
| | | <artifactId>aws-java-sdk-s3</artifactId> |
| | | <version>${aws-java-sdk-s3.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.aliyun</groupId> |
| | | <artifactId>dysmsapi20170525</artifactId> |
| | | <version>${aliyun.sms.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.tencentcloudapi</groupId> |
| | | <artifactId>tencentcloud-sdk-java</artifactId> |
| | | <version>${tencent.sms.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | |
| | | <groupId>com.yomahub</groupId> |
| | | <artifactId>tlog-web-spring-boot-starter</artifactId> |
| | | <version>${tlog.version}</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>log4j</artifactId> |
| | | <groupId>log4j</groupId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <artifactId>dom4j</artifactId> |
| | | <groupId>dom4j</groupId> |
| | | </exclusion> |
| | | <exclusion> |
| | | <artifactId>commons-beanutils</artifactId> |
| | | <groupId>commons-beanutils</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.yomahub</groupId> |
| | | <artifactId>tlog-xxljob-spring-boot-starter</artifactId> |
| | | <version>${tlog.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 统一 guava 版本 解决隐式漏洞问题 --> |
| | | <dependency> |
| | | <groupId>com.google.guava</groupId> |
| | | <artifactId>guava</artifactId> |
| | | <version>${guava.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 定时任务 --> |
| | |
| | | <version>${ruoyi-vue-plus.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- SMS短信模块 --> |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | | <artifactId>ruoyi-sms</artifactId> |
| | | <version>${ruoyi-vue-plus.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- demo模块 --> |
| | | <dependency> |
| | | <groupId>com.ruoyi</groupId> |
| | |
| | | <module>ruoyi-demo</module> |
| | | <module>ruoyi-extend</module> |
| | | <module>ruoyi-oss</module> |
| | | <module>ruoyi-sms</module> |
| | | </modules> |
| | | <packaging>pom</packaging> |
| | | |
| | |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-compiler-plugin</artifactId> |
| | | <version>3.1</version> |
| | | <version>3.9.0</version> |
| | | <configuration> |
| | | <source>${java.version}</source> |
| | | <target>${java.version}</target> |
| | |
| | | </plugins> |
| | | <resources> |
| | | <resource> |
| | | <!--打包该目录下的 application.yml --> |
| | | <directory>src/main/resources</directory> |
| | | <!-- 关闭过滤 --> |
| | | <filtering>false</filtering> |
| | | </resource> |
| | | <resource> |
| | | <directory>src/main/resources</directory> |
| | | <!-- 引入所有 匹配文件进行过滤 --> |
| | | <includes> |
| | | <include>application*</include> |
| | | <include>bootstrap*</include> |
| | | <include>banner*</include> |
| | | </includes> |
| | | <!-- 启用过滤 即该资源中的变量将会被过滤器中的值替换 --> |
| | | <filtering>true</filtering> |
| | | </resource> |