mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix check
This commit is contained in:
parent
615652cf9f
commit
f37c1d529a
@ -21,6 +21,7 @@
|
|||||||
* 【crypto】 删除SM2Engine,使用BC库中的对象替代
|
* 【crypto】 删除SM2Engine,使用BC库中的对象替代
|
||||||
* 【crypto】 增加PemUtil工具类
|
* 【crypto】 增加PemUtil工具类
|
||||||
* 【dfa 】 WordTree增加Filter,支持自定义特殊字符过滤器
|
* 【dfa 】 WordTree增加Filter,支持自定义特殊字符过滤器
|
||||||
|
* 【poi 】 对于POI依赖升级到4.1.2
|
||||||
|
|
||||||
### Bug修复
|
### Bug修复
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ import cn.hutool.core.util.ClassLoaderUtil;
|
|||||||
public class PoiChecker {
|
public class PoiChecker {
|
||||||
|
|
||||||
/** 没有引入POI的错误消息 */
|
/** 没有引入POI的错误消息 */
|
||||||
public static final String NO_POI_ERROR_MSG = "You need to add dependency of 'poi-ooxml' to your project, and version >= 3.17";
|
public static final String NO_POI_ERROR_MSG = "You need to add dependency of 'poi-ooxml' to your project, and version >= 4.1.2";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 检查POI包的引入情况
|
* 检查POI包的引入情况
|
||||||
|
Loading…
x
Reference in New Issue
Block a user