Spring AOP Controller Executing twice
问题 My applicationContext is as follows <?xml version="1.0" encoding="UTF-8"?> <beans xmlns=".."> <mvc:annotation-driven/> <task:annotation-driven/> <mvc:resources mapping="/resources/**" location="/resources/"/> <aop:aspectj-autoproxy /> <context:component-scan base-package="com.abc"> <context:include-filter type="aspectj" expression="com.abc.aspects.LogControllerAspect"/> </context:component-scan> <context:annotation-config /> </beans> Have 2 Aspect Java classes, LogControllerAspect (for