| | |
| | | <scope>runtime</scope>
|
| | | </dependency>
|
| | |
|
| | | <!-- FreeMarker 模板引擎:处理变量占位符 -->
|
| | | <dependency>
|
| | | <groupId>org.freemarker</groupId>
|
| | | <artifactId>freemarker</artifactId>
|
| | | <version>2.3.32</version>
|
| | | </dependency>
|
| | |
|
| | | <!-- pagehelper 分页插件 -->
|
| | | <dependency>
|
| | | <groupId>com.github.pagehelper</groupId>
|
| | |
| | | <version>${poi.version}</version>
|
| | | </dependency>
|
| | |
|
| | |
|
| | | <!-- velocity代码生成使用模板 -->
|
| | | <dependency>
|
| | | <groupId>org.apache.velocity</groupId>
|
| | |
| | | <version>${okhttp.version}</version>
|
| | | </dependency>
|
| | |
|
| | | <dependency>
|
| | | <groupId>com.deepoove</groupId>
|
| | | <artifactId>poi-tl</artifactId>
|
| | | <version>1.12.2</version>
|
| | | </dependency>
|
| | |
|
| | | <dependency>
|
| | | <groupId>com.alibaba</groupId>
|
| | | <artifactId>easyexcel</artifactId>
|
| | | <version>4.0.3</version>
|
| | | </dependency>
|
| | |
|
| | | </dependencies>
|
| | |
|
| | | <build>
|
| | |
| | | </pluginRepository>
|
| | | </pluginRepositories>
|
| | |
|
| | | </project> |
| | | </project>
|