Mybatis plus 报Null return value from advice does not match primitive return type for错误

概述

Mybatis Plus报: org.springframework.aop.AopInvocationException: Null return value from advice does not match primitive return type for: public abstract long com.baomidou.mybatisplus.core.metadata.IPage.getCurrent() 错误

解决

Mybatis plus 报Null return value from advice does not match primitive return type for错误
一开始并未想到是哪里的问题,按理说在红框那是会有IPage对象数据的,我在Debug的时候,感觉号线少了很多东西,于是尝试了一下修改,

Mybatis plus 报Null return value from advice does not match primitive return type for错误

OK,也就没有问题了

上一篇:死磕Spring之AOP篇 - Spring AOP总览


下一篇:如何实现一个简易版的 Spring - 如何实现 AOP(上)