
Spring
hf寒沨
Coding...
展开
-
spring入参处理转换类型
spring转载 2022-09-19 16:22:13 · 417 阅读 · 0 评论 -
nested exception is org.springframework.core.NestedIOException: ASM ClassReader failed to parse clas
nested exception is org.springframework.core.NestedIOException: ASM ClassReader failed to parse class file - probably due to a new Java class file version that isn't supported yet:环境问题原因原因分析环境运行环境:JDK8, 编译环境:JDK7spring版本:3.2.4.RELEASE问题原因在抽象类的子类中使用 @c原创 2021-10-13 23:05:30 · 2189 阅读 · 2 评论 -
The server cannot or will not process the request due to something that is perceived to be a client
HTTP Status 400 – Bad RequestType Status ReportDescription The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, in...原创 2018-03-07 17:17:24 · 14802 阅读 · 0 评论 -
nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis
Type Exception ReportMessage Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.builder.BuilderException: Error invoking原创 2018-01-27 18:54:30 · 2581 阅读 · 0 评论 -
Request processing failed; nested exception is org.springframework.dao.DataIntegrityViolationExcepti
Type Exception ReportMessage Request processing failed; nested exception is org.springframework.dao.DataIntegrityViolationException:Description The server encountered an unexpected condition that原创 2018-01-24 21:42:04 · 53155 阅读 · 1 评论 -
Request processing failed; nested exception is org.springframework.dao.TransientDataAccessResourceEx
org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.dao.TransientDataAccessResourceException: ### Error updating database. Cause:原创 2018-01-24 21:45:59 · 3477 阅读 · 0 评论 -
nested exception is java.lang.NullPointerException
Type Exception ReportMessage Request processing failed; nested exception is java.lang.NullPointerExceptionDescription The server encountered an unexpected condition that prevented it from fulfilli原创 2018-01-27 15:16:03 · 10506 阅读 · 2 评论 -
Request processing failed; nested exception is java.lang.NullPointerException
在控制台显示serviceimpl中定义的方法始终空指针错误,检查了很久。对于这个错误在service中少了@Autowired自动注入修改:浏览器报错:Type Exception ReportMessage Request processing failed; nested exception is java.lang.NullPointerExce原创 2018-01-22 18:10:09 · 15349 阅读 · 1 评论 -
Java.lang.NoClassDefFoundError: org/apache/poi/hssf/usermodel/HSSFWorkbook异常的解决方法
web项目导出Excel出现Java.lang.NoClassDefFoundError: org/apache/poi/hssf/usermodel/HSSFWorkbook异常的解决方法原创 2017-10-05 00:54:20 · 24101 阅读 · 3 评论 -
Spring Exception:Exception in thread "main" java.lang.NoClassDefFoundError:org/apache/commons/loggin
eclipse中已经导入了Spring项目包,仍然报错:Exception in thread "main" java.lang.NoClassDefFoundError:org/apache/commons/logging/LogFactory原因缺少commons-xxxxxx.jar原创 2017-08-06 14:51:54 · 3700 阅读 · 1 评论