1 Star 0 Fork 2

yu是岁月有染 / easyexcel-ie

forked from 冰羽 / easyexcel-ie 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.72 KB
一键复制 编辑 原始数据 按行查看 历史
冰羽IOX 提交于 2021-02-18 12:03 . init ✌ 初始化
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>cn.com.zhaoweiping</groupId>
<artifactId>easyexcel-ie</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>EasyExcel-ie</name>
<description>EasyExcel import/export</description>
<properties>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<easyexcel.version>2.2.6</easyexcel.version>
<alpha-framework.version>2.0.0.1.RELEASE</alpha-framework.version>
<junit.version>4.13</junit.version>
<springfox-swagger2.version>2.9.2</springfox-swagger2.version>
<springfox-swagger-ui.version>2.9.2</springfox-swagger-ui.version>
</properties>
<dependencies>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>${easyexcel.version}</version>
</dependency>
<dependency>
<groupId>cn.com.zhaoweiping</groupId>
<artifactId>Alpha-Framework</artifactId>
<version>${alpha-framework.version}</version>
<!-- 排除 spring 依赖 -->
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- swagger2 -> ExcelHelper -->
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
<version>${springfox-swagger2.version}</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>${springfox-swagger-ui.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
</configuration>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>nexus</id>
<name>nexus maven</name>
<url>http://124.200.189.98:20000/repository/introns-center/</url>
</repository>
</repositories>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/wedtlcy/easyexcel-ie.git
git@gitee.com:wedtlcy/easyexcel-ie.git
wedtlcy
easyexcel-ie
easyexcel-ie
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891