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> 搞定!!
相關文章
相關標籤/搜索