最近在部署java项目时,遇到一个错误“Handler dispatch failed;nested exception is java.lang.NoClassDefFoundError”,
由于是导出excel,所以使用了aspose-cells架包。
原因:
centos7中缺少字体样式。
解决方案:
yum install dejavu-sans-fonts fontconfig -y