一、该问题的重现步骤是什么?
1. 新建了一个示例,没有写自定义的配置类,
2.
3.
二、你期待的结果是什么?实际看到的又是什么?
期待看到测试学员的信息,在调用
StudentServiceImpl类的 students = baseMapper.selectStudentPage(page);时,异常
三、你正在使用的是什么产品,什么版本?在什么操作系统上?
四、请提供详细的错误堆栈信息,这很重要。
java.lang.ClassCastException: com.sun.proxy.$Proxy153 cannot be cast to com.sdjg.datacenter.mapper.StudentMapper
at com.sdjg.datacenter.service.impl.StudentServiceImpl.selectStudentPage(StudentServiceImpl.java:144)
at com.sdjg.datacenter.service.impl.StudentServiceImpl$$FastClassBySpringCGLIB$$4e75419e.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
五、若有更多详细信息,请在下面提供。
不知道是不是因为没有写自定义的配置类,还是其它原因
扫一扫访问 Blade技术社区 移动端