摘要:
转载:https://www.cnblogs.com/surging-dandelion/p/15085605.html 项目运行过程中,一个报错信息,报错信息如下: org.hibernate.LazyInitializationException: could not initialize pr 阅读全文
摘要:
这次具体讲述一下,对于懒加载遇到(循环引用,N+1,使用关联对象,No session问题)的解决方案。 为了方便大家模拟操作,我会完整说一下 不想看过程的,直接看总结。 一 建表 创建School和User School SET NAMES utf8mb4; SET FOREIGN_KEY_CHE 阅读全文
摘要:
Can not construct instance of org.springframework.data.domain.Page 直接上解决方案: 构造实现类(因为PageImpl没有构造函数,所以自带的PageImpl无法使用) import org.springframework.core. 阅读全文
摘要:
Running with Java 8 from D:\jenkins\jre, which is older than the minimum required version (Java 11) 意思是jdk版本太低,至少需要11 一 下载并安装Jdk11 https://www.oracle. 阅读全文