首页 > 其他 > 详细

aop参数绑定时的bug

时间:2019-12-09 13:33:00      阅读:71      评论:0      收藏:0      [点我收藏+]

Caused by: java.lang.IllegalArgumentException: error at ::0 formal unbound in pointcut

出错原因:
<aop:pointcut id="mypoint" expression="execution(* com.jby.test.Demo.demo1(String,int)) and args(name,age)"/>
代码中and前面没敲空格

aop参数绑定时的bug

原文:https://www.cnblogs.com/B-U-G/p/12010308.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!