| | |
| | | <groupId>com.by4cloud</groupId> |
| | | <artifactId>platformx-common-datasource</artifactId> |
| | | </dependency> |
| | | <!--easypoi--> |
| | | <dependency> |
| | | <groupId>com.deepoove</groupId> |
| | | <artifactId>poi-tl</artifactId> |
| | | <version>1.12.2</version> <!-- 请使用最新稳定版 --> |
| | | </dependency> |
| | | |
| | | |
| | | </dependencies> |
| | | <build> |
| | | |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | |
| | | <skip>false</skip> |
| | | </configuration> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-resources-plugin</artifactId> |
| | | <configuration> |
| | | <encoding>UTF-8</encoding> |
| | | <nonFilteredFileExtensions> |
| | | <nonFilteredFileExtension>docx</nonFilteredFileExtension> |
| | | <nonFilteredFileExtension>xlsx</nonFilteredFileExtension> |
| | | </nonFilteredFileExtensions> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | | </build> |
| | | </profile> |