
Hibernate框架
Zhang_Dream
在校大三学生准备往Java开发后端试试
编程也只是爱好、兴趣
同时我喜欢分享自己在学习中遇到的困难
一一记录在自己的博客
展开
-
hibernate配置级联删除时报错:could not execute statement; SQL [n/a]; constraint [null]
做博客管理系统时,博客和评论时一对多,多对一的关系,一个博客多条评论,在删除博客时候报错错误信息如下:could not execute statement; SQL [n/a]; constraint [null]; nested exception is org.hibernate.exception.ConstraintViolationException: could not execute statement我的数据库里面blo_id不允许为空导致删除博客出现报错解决方案:在实体原创 2020-12-19 00:24:21 · 5761 阅读 · 2 评论 -
【springBoot+JPA+hibernate异常】StackOverflowError: nul;List itemStackOverflowErrorl栈溢出
异常总结:最近在练习一个web项目遇到的问题,在此想记录一下学习笔记List itemStackOverflowError:栈溢出错误,如果一个线程所需用到栈的大小>配置允许最大的栈大小,那么jvm就会抛出先看错误:Handler dispatch failed; nested exception is java.lang.StackOverflowErrorat 亲测解决方法,不过这需要大佬帮帮忙解释一下下控制台信息:org.springframework.web.util.Ne原创 2020-10-23 22:15:28 · 752 阅读 · 6 评论