|
@ -18,7 +18,8 @@ |
|
|
<mybatis-plus-boot-starter.version>3.0-RC3</mybatis-plus-boot-starter.version> |
|
|
<mybatis-plus-boot-starter.version>3.0-RC3</mybatis-plus-boot-starter.version> |
|
|
<HikariCP.version>3.2.0</HikariCP.version> |
|
|
<HikariCP.version>3.2.0</HikariCP.version> |
|
|
<alipay.version>3.1.0</alipay.version> |
|
|
<alipay.version>3.1.0</alipay.version> |
|
|
<hutool.version>[4.1.12,)</hutool.version> |
|
|
<!-- <hutool.version>[4.1.12,)</hutool.version>--> |
|
|
|
|
|
<hutool.version>5.0.4</hutool.version> |
|
|
<qiniu.version>[7.2.0, 7.2.99]</qiniu.version> |
|
|
<qiniu.version>[7.2.0, 7.2.99]</qiniu.version> |
|
|
<mail.version>1.4.7</mail.version> |
|
|
<mail.version>1.4.7</mail.version> |
|
|
<oshi.version>3.9.1</oshi.version> |
|
|
<oshi.version>3.9.1</oshi.version> |
|
@ -113,12 +114,12 @@ |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.springfox</groupId> |
|
|
<groupId>io.springfox</groupId> |
|
|
<artifactId>springfox-swagger2</artifactId> |
|
|
<artifactId>springfox-swagger2</artifactId> |
|
|
<version>2.6.1</version> |
|
|
<version>2.7.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.springfox</groupId> |
|
|
<groupId>io.springfox</groupId> |
|
|
<artifactId>springfox-swagger-ui</artifactId> |
|
|
<artifactId>springfox-swagger-ui</artifactId> |
|
|
<version>2.6.1</version> |
|
|
<version>2.7.0</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<!-- 阿里短信接口 --> |
|
|
<!-- 阿里短信接口 --> |
|
|
<dependency> |
|
|
<dependency> |
|
@ -142,10 +143,12 @@ |
|
|
<version>3.2.1</version> |
|
|
<version>3.2.1</version> |
|
|
<scope>compile</scope> |
|
|
<scope>compile</scope> |
|
|
</dependency> |
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <version>4.0.0</version>--> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>cn.afterturn</groupId> |
|
|
<groupId>cn.afterturn</groupId> |
|
|
<artifactId>easypoi-annotation</artifactId> |
|
|
<artifactId>easypoi-annotation</artifactId> |
|
|
<version>4.0.0</version> |
|
|
<version>3.2.0</version> |
|
|
<scope>compile</scope> |
|
|
<scope>compile</scope> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|