010-BUG: org.springframework.cglib.core.CodeGenerationException: java.lang.reflect.InaccessibleObjectException

参考:Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass-CSDN博客

1. 完整报错:
  "msg": "org.springframework.cglib.core.CodeGenerationException: java.lang.reflect.InaccessibleObjectException-->Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError accessible: module java.base does not \"opens java.lang\" to unnamed module @1356d4d4",
2. 报错原因,我原本项目是基于jdk1.8的,里面JDK 8 中有关反射相关的功能,从 JDK 9 开始就已经被限制了

3. 修改:

 

posted on 2024-09-12 13:22  数据厨房  阅读(84)  评论(0编辑  收藏  举报