java.lang.NoClassDefFoundError: org/apache/poi/xwpf/usermodel/IRunBody异常
异常截图:
原因:1. maven缺少poi-ooxml包
2.maven poi-ooxml包版本问题导致org.apache.poi.xwpf.usermodel缺:
IRunBody.class,如下:
poi-ooxml-3.15:org.apache.poi.xwpf.usermodel
包含有IRunBody.class
而poi-ooxml-3.6:org.apache.poi.xwpf.usermodel
没有包含有IRunBody.class
我这里把报版本改下即可: