|
|
|
@ -22,6 +22,7 @@
|
|
|
|
|
<druid.version>1.2.6</druid.version>
|
|
|
|
|
<knife4j.version>3.0.3</knife4j.version>
|
|
|
|
|
<poi.version>4.1.2</poi.version>
|
|
|
|
|
<easyexcel.version>2.2.10</easyexcel.version>
|
|
|
|
|
<velocity.version>1.7</velocity.version>
|
|
|
|
|
<jwt.version>0.9.1</jwt.version>
|
|
|
|
|
<mybatis-plus.version>3.4.3</mybatis-plus.version>
|
|
|
|
@ -80,6 +81,12 @@
|
|
|
|
|
<version>${poi.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
|
<artifactId>easyexcel</artifactId>
|
|
|
|
|
<version>${easyexcel.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- velocity代码生成使用模板 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.velocity</groupId>
|
|
|
|
|