在学习springboot的过程中遇见一个错误,Caused by: java.lang.IllegalArgumentException: error at ::0 can’t find referenced pointcut annotationPointCut

在网上找了各种资料什么jar包不对 @符号没添加 注入点被删掉都不对最后新平气和的继续看代码,发现自己方法名写错了,如果有一样粗心的朋友,希望对你有帮助。

出错:
error at ::0 can't find referenced pointcut annotationPointCut
原因:error at ::0 can't find referenced pointcut annotationPointCut
修改
error at ::0 can't find referenced pointcut annotationPointCut

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-12
  • 2021-10-08
  • 2021-06-17
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-21
  • 2022-12-23
相关资源
相似解决方案