Browse Source

修复父类无法获取属性问题

bugfix
jipengfei.jpf 6 years ago
parent
commit
ce654c50d5
  1. 2
      README.md
  2. 2
      pom.xml

2
README.md

@ -14,7 +14,7 @@ Java解析、生成Excel比较有名的框架有Apache poi、jxl。但他们都
<version>{latestVersion}</version> <version>{latestVersion}</version>
</dependency> </dependency>
## 最新版本:1.1.2-beat1 ## 最新版本:1.1.2-beat2
## 维护者 ## 维护者
姬朋飞(玉霄) 姬朋飞(玉霄)
## 快速开始 ## 快速开始

2
pom.xml

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba</groupId> <groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId> <artifactId>easyexcel</artifactId>
<version>1.1.2-beat1</version> <version>1.1.2-beat2</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>easyexcel</name> <name>easyexcel</name>

Loading…
Cancel
Save