标签: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前面没敲空格
标签:string express 绑定 poi com 定时 lan form bug
原文地址:https://www.cnblogs.com/B-U-G/p/12010308.html