java.lang.IllegalStateException: No MethodInvocati
java.lang.IllegalStateException: No MethodInvocation found: Check that an AOP invocation is in progress, and that the ExposeInvocationInterceptor is upfront in the interceptor chain. Specifically, note that advices with order HIGHEST_PRECEDENCE will execute before ExposeInvocationInterceptor!
这是springmvc.xml中AOP expression表达式语法错了,改一下就行了。