Mybatis:Cannot enable lazy loading because CGLIB is not available. Add CGLIB to your classpath.

解决方案 根据提示需要添加CGLB库 <dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId> <version>3.2.10</version> </dependency> 搞定!!
相关文章
相关标签/搜索