diff --git a/README.md b/README.md index 1ab7059..9d48897 100644 --- a/README.md +++ b/README.md @@ -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 -**!!! 3.0 版本开始全新包名和GROUPID cn.afterturn** - --------------------------- EasyPoi的主要特点 -------------------------- @@ -100,22 +98,22 @@ https://oss.sonatype.org/content/groups/public/ cn.afterturn easypoi-spring-boot-starter - 4.1.0 + 4.1.1 cn.afterturn easypoi-base - 4.1.0 + 4.1.1 cn.afterturn easypoi-web - 4.1.0 + 4.1.1 cn.afterturn easypoi-annotation - 4.1.0 + 4.1.1 ``` diff --git a/easypoi-annotation/pom.xml b/easypoi-annotation/pom.xml index 5818fcc..ec28bb2 100644 --- a/easypoi-annotation/pom.xml +++ b/easypoi-annotation/pom.xml @@ -4,7 +4,7 @@ cn.afterturn easypoi - 4.1.0 + 4.1.1 easypoi-annotation 基础注解类,解耦合 diff --git a/easypoi-base/pom.xml b/easypoi-base/pom.xml index 5b39d88..24b6200 100644 --- a/easypoi-base/pom.xml +++ b/easypoi-base/pom.xml @@ -4,7 +4,7 @@ cn.afterturn easypoi - 4.1.0 + 4.1.1 easypoi-base diff --git a/easypoi-web/pom.xml b/easypoi-web/pom.xml index 1ea7d09..f37fe97 100644 --- a/easypoi-web/pom.xml +++ b/easypoi-web/pom.xml @@ -4,7 +4,7 @@ cn.afterturn easypoi - 4.1.0 + 4.1.1 easypoi-web diff --git a/history.md b/history.md index 1fc25b0..5ce0c35 100644 --- a/history.md +++ b/history.md @@ -2,6 +2,16 @@ -------------------------- 版本修改 -------------------------- + - 4.1.1 模板嵌套支持版 + - 支持模板嵌套 + - 改为lombok + - 变种导出支持对象识别 + - 修复Unmodifiable 不可以改集合复制下异常问题 + - 修复多个集合,集合为空排序异常问题 + - 针对"{{" 和 list获取为null的情况处理 + - 加入了sheet只读参数 + - spring 版本升级了5.1.7 + - 继续增加了jdk8时间格式问题 - 4.1.0 4.0认真升级版 最低jdk8 - 模板表达式支持加减乘除 - 数据读取支持fork/join模式,并发去读 diff --git a/pom.xml b/pom.xml index 90786f7..7b96e36 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 cn.afterturn easypoi - 4.1.0 + 4.1.1 pom easypoi @@ -45,7 +45,7 @@ - 4.1.0 + 4.1.1 4.1.0 2.9.1 16.0.1 @@ -296,16 +296,4 @@ - - - postaop-pay-platform-release - http://postaop.oicp.net:8081/nexus/content/repositories/postaop-common-release/ - - - postaop-pay-platform-snapshot - http://postaop.oicp.net:8081/nexus/content/repositories/postaop-common-snapshot/ - - - - \ No newline at end of file