Need to invoke method 'xxx' declared on target class 'yyy', but not found in any interface(s) of the exposed proxy type

我这边项目遇到的是@Async引起的报错,新增一个接口类继承该方法即可,同项目不会报这种错,分项目远程调用才会有这个问题

转载请注明博客出处:http://www.cnblogs.com/cjh-notes/

原文地址:https://www.cnblogs.com/cjh-notes/p/14707452.html