warning no match for this type name

场景

启动项目时报错

warning no match for this type name

解决

切面表达式错误 找到对应的切面表达式改一改即可

 @PointCut("execution(* com.xxx.xxx.dao..*.*(..))")

你可能感兴趣的:(开发Bug,spring,boot,java,aop)