|
|
@ -32,7 +32,7 @@ |
|
|
|
<spring-web.version>5.2.14.RELEASE</spring-web.version> |
|
|
|
<spring-boot.version>2.3.10.RELEASE</spring-boot.version> |
|
|
|
<fastjson.version>1.2.83</fastjson.version> |
|
|
|
<hutool.version>5.6.0</hutool.version> |
|
|
|
<hutool.version>5.8.25</hutool.version> |
|
|
|
<mybatis-plus.version>3.4.2</mybatis-plus.version> |
|
|
|
<mapstruct.version>1.4.1.Final</mapstruct.version> |
|
|
|
<druid-stater.version>1.1.21</druid-stater.version> |
|
|
@ -42,32 +42,26 @@ |
|
|
|
<knife4j.version>2.0.8</knife4j.version> |
|
|
|
<druid.version>1.2.6</druid.version> |
|
|
|
<p6spy.version>3.9.1</p6spy.version> |
|
|
|
|
|
|
|
|
|
|
|
<bitwalker.version>1.19</bitwalker.version> |
|
|
|
<pagehelper.boot.version>1.3.0</pagehelper.boot.version> |
|
|
|
<oshi.version>3.9.1</oshi.version> |
|
|
|
<swagger.version>2.9.2</swagger.version> |
|
|
|
<io-swagger.version>1.6.2</io-swagger.version> |
|
|
|
<commons.io.version>2.11.0</commons.io.version> |
|
|
|
<commons.fileupload.version>1.3.3</commons.fileupload.version> |
|
|
|
<commons.fileupload.version>1.5</commons.fileupload.version> |
|
|
|
<poi.version>3.17</poi.version> |
|
|
|
<velocity.version>1.7</velocity.version> |
|
|
|
<jwt.version>0.9.1</jwt.version> |
|
|
|
<kaptcha.version>2.3.2</kaptcha.version> |
|
|
|
<jna.version>5.8.0</jna.version> |
|
|
|
<fastdfs.version>1.27.2</fastdfs.version> |
|
|
|
<libthrift.version>0.10.0</libthrift.version> |
|
|
|
|
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.projectlombok</groupId> |
|
|
|
<artifactId>lombok</artifactId> |
|
|
|
<scope>provided</scope> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
|
|
|
@ -75,6 +69,46 @@ |
|
|
|
|
|
|
|
<dependencies> |
|
|
|
|
|
|
|
<!-- SpringBoot 依赖配置 --> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-dependencies</artifactId> |
|
|
|
<version>${spring-boot.version}</version> |
|
|
|
<type>pom</type> |
|
|
|
<scope>import</scope> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>cn.hutool</groupId> |
|
|
|
<artifactId>hutool-bom</artifactId> |
|
|
|
<version>${hutool.version}</version> |
|
|
|
<type>pom</type> |
|
|
|
<scope>import</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>cn.hutool</groupId> |
|
|
|
<artifactId>hutool-all</artifactId> |
|
|
|
<version>${hutool.version}</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>cn.dev33</groupId> |
|
|
|
<artifactId>sa-token-spring-boot-starter</artifactId> |
|
|
|
<version>${sa-token.version}</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>cn.dev33</groupId> |
|
|
|
<artifactId>sa-token-dao-redis-jackson</artifactId> |
|
|
|
<version>${sa-token.version}</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.projectlombok</groupId> |
|
|
|
<artifactId>lombok</artifactId> |
|
|
|
<version>1.18.20</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.thrift</groupId> |
|
|
@ -99,19 +133,26 @@ |
|
|
|
<version>${jna.version}</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-dependencies</artifactId> |
|
|
|
<version>${spring-boot.version}</version> |
|
|
|
<scope>import</scope> |
|
|
|
<type>pom</type> |
|
|
|
<groupId>com.github.ben-manes.caffeine</groupId> |
|
|
|
<artifactId>caffeine</artifactId> |
|
|
|
<version>2.9.3</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
<artifactId>poi-ooxml</artifactId> |
|
|
|
<version>5.2.5</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<artifactId>commons-compress</artifactId> |
|
|
|
<groupId>org.apache.commons</groupId> |
|
|
|
<version>1.26.0</version> |
|
|
|
</dependency> |
|
|
|
<!--验证码 --> |
|
|
|
<dependency> |
|
|
|
<groupId>com.github.penggle</groupId> |
|
|
|
<groupId>pro.fessional</groupId> |
|
|
|
<artifactId>kaptcha</artifactId> |
|
|
|
<version>${kaptcha.version}</version> |
|
|
|
<version>2.3.3</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!--Token生成与解析--> |
|
|
@ -130,7 +171,6 @@ |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--文件上传工具类 --> |
|
|
|
<dependency> |
|
|
|
<groupId>commons-fileupload</groupId> |
|
|
@ -222,12 +262,7 @@ |
|
|
|
<artifactId>mybatis-plus-boot-starter</artifactId> |
|
|
|
<version>${mybatis-plus.version}</version> |
|
|
|
</dependency> |
|
|
|
<!-- Hutool是一个Java工具包 --> |
|
|
|
<dependency> |
|
|
|
<groupId>cn.hutool</groupId> |
|
|
|
<artifactId>hutool-all</artifactId> |
|
|
|
<version>${hutool.version}</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- 阿里巴巴fastjson,解析json视图 --> |
|
|
|
<dependency> |
|
|
|
<groupId>com.alibaba</groupId> |
|
|
|