当前使用版本(必填,否则不予处理)

3.4.1

该问题是如何引起的?(确定最新版也有问题再提!!!)

BlockAttackInnerInterceptor类使用了org.apache.commons.lang3.StringUtils;导致报NoClassDefFoundError错误

报错信息

nested exception is java.lang.NoClassDefFoundError: org/apache/commons/lang3/StringUtils

Comment From: miemieYaho

可以用 3.4.1.1-SNAPSHOT

Comment From: Croz1er

需要加入 org.apache.commons commons-lang3 3.11 依赖

Comment From: huayanYu

3.4.2