failed; nested exception is java.lang.NoSuchMethodException: com.lcz.ssm.controller.OrderControler.

(twelve):error

** failed; nested exception is java.lang.NoSuchMethodException: com.lcz.ssm.controller.OrderControler.findAll(java.lang.Integer, java.lang.Integer)**
failed; nested exception is java.lang.NoSuchMethodException: com.lcz.ssm.controller.OrderControler.
在Spring AOP日志中,获取有参方法名是报的异常
failed; nested exception is java.lang.NoSuchMethodException: com.lcz.ssm.controller.OrderControler.
因为在,获取的方法 参数是int 类型,而非Integer,改过来就好了
failed; nested exception is java.lang.NoSuchMethodException: com.lcz.ssm.controller.OrderControler.
failed; nested exception is java.lang.NoSuchMethodException: com.lcz.ssm.controller.OrderControler.