海外活动管理项目后端项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.4 KiB

1 month ago
1 month ago
1 month ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>com.lottery</groupId>
  8. <artifactId>lottery-system</artifactId>
  9. <version>1.0-SNAPSHOT</version>
  10. </parent>
  11. <artifactId>lottery-pojo</artifactId>
  12. <properties>
  13. <maven.compiler.source>11</maven.compiler.source>
  14. <maven.compiler.target>11</maven.compiler.target>
  15. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  16. </properties>
  17. <dependencies>
  18. <!-- <dependency>-->
  19. <!-- <groupId>org.apache.poi</groupId>-->
  20. <!-- <artifactId>poi</artifactId>-->
  21. <!-- <version>5.2.3</version>-->
  22. <!-- </dependency>-->
  23. <!-- <dependency>-->
  24. <!-- <groupId>org.apache.poi</groupId>-->
  25. <!-- <artifactId>poi-ooxml</artifactId>-->
  26. <!-- <version>5.2.3</version>-->
  27. <!-- </dependency> &lt;!&ndash; POI 核心 &ndash;&gt;-->
  28. <dependency>
  29. <groupId>com.alibaba</groupId>
  30. <artifactId>easyexcel</artifactId>
  31. <version>3.1.3</version> <!-- 建议使用最新版本 -->
  32. </dependency>
  33. </dependencies>
  34. </project>