clevertension commented on issue #784: agent spring-plugins aop URL: https://github.com/apache/incubator-skywalking/issues/784#issuecomment-361809830 please change your controllerMethodPointcut() ``` @Pointcut("execution(@org.springframework.web.bind.annotation.RequestMapping * com.candao.dms2.gps.controller..*(..))") public void controllerMethodPointcut(){} ``` your annotation hook is not work, you can refer to this http://forum.spring.io/forum/spring-projects/aop/59391-pointcut-with-annotation-does-not-work @wu-sheng , i think this is not the skywalking issue, it is the aop pointcut configuration
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
