| @@ -55,8 +55,6 @@ Spring Boot 支持 https://gitee.com/lemur/easypoi-spring-boot-starter | |||||
| [测试项目](http://git.oschina.net/lemur/easypoi-test): http://git.oschina.net/lemur/easypoi-test | [测试项目](http://git.oschina.net/lemur/easypoi-test): http://git.oschina.net/lemur/easypoi-test | ||||
| **!!! 3.0 版本开始全新包名和GROUPID cn.afterturn** | |||||
| --------------------------- | --------------------------- | ||||
| EasyPoi的主要特点 | EasyPoi的主要特点 | ||||
| -------------------------- | -------------------------- | ||||
| @@ -100,22 +98,22 @@ https://oss.sonatype.org/content/groups/public/ | |||||
| <dependency> | <dependency> | ||||
| <groupId>cn.afterturn</groupId> | <groupId>cn.afterturn</groupId> | ||||
| <artifactId>easypoi-spring-boot-starter</artifactId> | <artifactId>easypoi-spring-boot-starter</artifactId> | ||||
| <version>4.1.0</version> | |||||
| <version>4.1.1</version> | |||||
| </dependency> | </dependency> | ||||
| <dependency> | <dependency> | ||||
| <groupId>cn.afterturn</groupId> | <groupId>cn.afterturn</groupId> | ||||
| <artifactId>easypoi-base</artifactId> | <artifactId>easypoi-base</artifactId> | ||||
| <version>4.1.0</version> | |||||
| <version>4.1.1</version> | |||||
| </dependency> | </dependency> | ||||
| <dependency> | <dependency> | ||||
| <groupId>cn.afterturn</groupId> | <groupId>cn.afterturn</groupId> | ||||
| <artifactId>easypoi-web</artifactId> | <artifactId>easypoi-web</artifactId> | ||||
| <version>4.1.0</version> | |||||
| <version>4.1.1</version> | |||||
| </dependency> | </dependency> | ||||
| <dependency> | <dependency> | ||||
| <groupId>cn.afterturn</groupId> | <groupId>cn.afterturn</groupId> | ||||
| <artifactId>easypoi-annotation</artifactId> | <artifactId>easypoi-annotation</artifactId> | ||||
| <version>4.1.0</version> | |||||
| <version>4.1.1</version> | |||||
| </dependency> | </dependency> | ||||
| ``` | ``` | ||||
| @@ -4,7 +4,7 @@ | |||||
| <parent> | <parent> | ||||
| <groupId>cn.afterturn</groupId> | <groupId>cn.afterturn</groupId> | ||||
| <artifactId>easypoi</artifactId> | <artifactId>easypoi</artifactId> | ||||
| <version>4.1.0</version> | |||||
| <version>4.1.1</version> | |||||
| </parent> | </parent> | ||||
| <artifactId>easypoi-annotation</artifactId> | <artifactId>easypoi-annotation</artifactId> | ||||
| <description>基础注解类,解耦合</description> | <description>基础注解类,解耦合</description> | ||||
| @@ -4,7 +4,7 @@ | |||||
| <parent> | <parent> | ||||
| <groupId>cn.afterturn</groupId> | <groupId>cn.afterturn</groupId> | ||||
| <artifactId>easypoi</artifactId> | <artifactId>easypoi</artifactId> | ||||
| <version>4.1.0</version> | |||||
| <version>4.1.1</version> | |||||
| </parent> | </parent> | ||||
| <artifactId>easypoi-base</artifactId> | <artifactId>easypoi-base</artifactId> | ||||
| <dependencies> | <dependencies> | ||||
| @@ -4,7 +4,7 @@ | |||||
| <parent> | <parent> | ||||
| <groupId>cn.afterturn</groupId> | <groupId>cn.afterturn</groupId> | ||||
| <artifactId>easypoi</artifactId> | <artifactId>easypoi</artifactId> | ||||
| <version>4.1.0</version> | |||||
| <version>4.1.1</version> | |||||
| </parent> | </parent> | ||||
| <artifactId>easypoi-web</artifactId> | <artifactId>easypoi-web</artifactId> | ||||
| <dependencies> | <dependencies> | ||||
| @@ -2,6 +2,16 @@ | |||||
| -------------------------- | -------------------------- | ||||
| 版本修改 | 版本修改 | ||||
| -------------------------- | -------------------------- | ||||
| - 4.1.1 模板嵌套支持版 | |||||
| - 支持模板嵌套 | |||||
| - 改为lombok | |||||
| - 变种导出支持对象识别 | |||||
| - 修复Unmodifiable 不可以改集合复制下异常问题 | |||||
| - 修复多个集合,集合为空排序异常问题 | |||||
| - 针对"{{" 和 list获取为null的情况处理 | |||||
| - 加入了sheet只读参数 | |||||
| - spring 版本升级了5.1.7 | |||||
| - 继续增加了jdk8时间格式问题 | |||||
| - 4.1.0 4.0认真升级版 最低jdk8 | - 4.1.0 4.0认真升级版 最低jdk8 | ||||
| - 模板表达式支持加减乘除 | - 模板表达式支持加减乘除 | ||||
| - 数据读取支持fork/join模式,并发去读 | - 数据读取支持fork/join模式,并发去读 | ||||
| @@ -3,7 +3,7 @@ | |||||
| <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
| <groupId>cn.afterturn</groupId> | <groupId>cn.afterturn</groupId> | ||||
| <artifactId>easypoi</artifactId> | <artifactId>easypoi</artifactId> | ||||
| <version>4.1.0</version> | |||||
| <version>4.1.1</version> | |||||
| <packaging>pom</packaging> | <packaging>pom</packaging> | ||||
| <name>easypoi</name> | <name>easypoi</name> | ||||
| <modules> | <modules> | ||||
| @@ -45,7 +45,7 @@ | |||||
| </organization> | </organization> | ||||
| <properties> | <properties> | ||||
| <sub.version>4.1.0</sub.version> | |||||
| <sub.version>4.1.1</sub.version> | |||||
| <poi.version>4.1.0</poi.version> | <poi.version>4.1.0</poi.version> | ||||
| <xerces.version>2.9.1</xerces.version> | <xerces.version>2.9.1</xerces.version> | ||||
| <guava.version>16.0.1</guava.version> | <guava.version>16.0.1</guava.version> | ||||
| @@ -296,16 +296,4 @@ | |||||
| </plugins> | </plugins> | ||||
| </build> | </build> | ||||
| <distributionManagement> | |||||
| <repository> | |||||
| <id>postaop-pay-platform-release</id> | |||||
| <url>http://postaop.oicp.net:8081/nexus/content/repositories/postaop-common-release/</url> | |||||
| </repository> | |||||
| <snapshotRepository> | |||||
| <id>postaop-pay-platform-snapshot</id> | |||||
| <url>http://postaop.oicp.net:8081/nexus/content/repositories/postaop-common-snapshot/</url> | |||||
| </snapshotRepository> | |||||
| </distributionManagement> | |||||
| </project> | </project> | ||||