解决方案 根据提示需要添加CGLIB库 <dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId> <version>3.2.10</version> </dependency> 搞定!!