码迷,mamicode.com
首页 > 其他好文 > 详细

aop参数绑定时的bug

时间:2019-12-09 14:22:59      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:string   express   绑定   poi   com   定时   lan   form   bug   

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

标签:string   express   绑定   poi   com   定时   lan   form   bug   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!