springboot3.1.1+springdatajpa
实体类报错
HHH000513: Unable to create the ReflectionOptimizer for [com.sc.crmall.module.system.domain.xx]
org.hibernate.bytecode.internal.bytebuddy.PrivateAccessorException: private accessor [xx]
有哪位大 佬 遇到过,求支招~
如果是public 尝试配置一下这个spring.jpa.properties.hibernate.bytecode.use_reflection_optimizer=false
问题描述比较模糊,没有明确指出实体类报错的具体内容和报错的场景,因此无法给出具体的解决方案。请提供更多详细信息,以便我能够帮助你解决问题。