| | |
| | | <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> |
| | |
| | | |
| | | <properties> |
| | | <ruoyi-vue-plus.version>3.5.0</ruoyi-vue-plus.version> |
| | | <spring-boot.version>2.5.8</spring-boot.version> |
| | | <spring-boot.version>2.6.2</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> |
| | |
| | | <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> |
| | | <easyexcel.version>3.0.5</easyexcel.version> |
| | | <cglib.version>3.3.0</cglib.version> |
| | | <velocity.version>2.3</velocity.version> |
| | | <satoken.version>1.28.0</satoken.version> |
| | | <mybatis-plus.version>3.5.0</mybatis-plus.version> |
| | | <p6spy.version>3.9.1</p6spy.version> |
| | | <hutool.version>5.7.18</hutool.version> |
| | | <okhttp.version>4.9.2</okhttp.version> |
| | | <spring-boot-admin.version>2.5.5</spring-boot-admin.version> |
| | | <spring-boot-admin.version>2.6.0</spring-boot-admin.version> |
| | | <redisson.version>3.16.7</redisson.version> |
| | | <lock4j.version>2.2.1</lock4j.version> |
| | | <dynamic-ds.version>3.5.0</dynamic-ds.version> |
| | |
| | | <groupId>org.apache.velocity</groupId> |
| | | <artifactId>velocity-engine-core</artifactId> |
| | | <version>${velocity.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- Sa-Token 权限认证, 在线文档:http://sa-token.dev33.cn/ --> |
| | | <dependency> |
| | | <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> |
| | | |
| | | <!-- jdk11 缺失依赖 jaxb--> |
| | |
| | | <includes> |
| | | <include>application*</include> |
| | | <include>bootstrap*</include> |
| | | <include>banner*</include> |
| | | </includes> |
| | | <!-- 启用过滤 即该资源中的变量将会被过滤器中的值替换 --> |
| | | <filtering>true</filtering> |