|
|
|
@ -15,6 +15,10 @@ |
|
|
|
<packaging>jar</packaging> |
|
|
|
<packaging>jar</packaging> |
|
|
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<dependencies> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
|
|
|
<artifactId>blade-starter-mybatis</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
<artifactId>blade-core-boot</artifactId> |
|
|
|
<artifactId>blade-core-boot</artifactId> |
|
|
|
@ -42,6 +46,43 @@ |
|
|
|
<artifactId>hutool-all</artifactId> |
|
|
|
<artifactId>hutool-all</artifactId> |
|
|
|
<version>5.8.16</version> |
|
|
|
<version>5.8.16</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
|
|
|
|
<artifactId>poi</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>com.alibaba</groupId> |
|
|
|
|
|
|
|
<artifactId>easyexcel-core</artifactId> |
|
|
|
|
|
|
|
<version>3.3.4</version> |
|
|
|
|
|
|
|
<scope>compile</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>com.alibaba</groupId> |
|
|
|
|
|
|
|
<artifactId>easyexcel-core</artifactId> |
|
|
|
|
|
|
|
<version>3.3.4</version> |
|
|
|
|
|
|
|
<scope>compile</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
|
|
|
<artifactId>blade-starter-excel</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
|
|
|
<artifactId>blade-user-api</artifactId> |
|
|
|
|
|
|
|
<version>4.6.0.RELEASE</version> |
|
|
|
|
|
|
|
<scope>compile</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
|
|
|
<artifactId>blade-system-api</artifactId> |
|
|
|
|
|
|
|
<version>4.6.0.RELEASE</version> |
|
|
|
|
|
|
|
<scope>compile</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
|
|
|
<artifactId>blade-desk-api</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
|
|
<build> |
|
|
|
<build> |
|
|
|
|