Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.alibaba.excel.exception.ExcelAnalysisException: java.lang.NullPointerException] with root cause
java.lang.NullPointerException: null
没有将需要用到的对象注入到spring中管理,报空指针异常。
数据库中的number 中tinyint类型 实体自然生成 Integer 类型 使用时报 超出范围异常
解决:直接将数据库中的数据类型改为int。
标签:lang,exception,读取,数据库,excel,阿里,NullPointerException From: https://www.cnblogs.com/lcddup/p/16601501.html