| | |
| | | <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>
|
| | |
| | | <fork>true</fork> <!-- 如果没有该配置,devtools不会生效 -->
|
| | | </configuration>
|
| | | </plugin>
|
| | | <plugin>
|
| | | <groupId>org.apache.maven.plugins</groupId>
|
| | | <artifactId>maven-compiler-plugin</artifactId>
|
| | | <configuration>
|
| | | <source>16</source>
|
| | | <target>16</target>
|
| | | </configuration>
|
| | | </plugin>
|
| | | </plugins>
|
| | | </build>
|
| | |
|
| | |
| | | </pluginRepository>
|
| | | </pluginRepositories>
|
| | |
|
| | | </project> |
| | | </project>
|