第一种方法:正常有说明的可以直接从后台实现找到
第二种方法,找不到的,类似如下,我们可以通过debugger的方式,找到对应的实现,具体路径org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#registerHandlerMethod,没有registerHandlerMethod方法的话,可以找其在其他方法里打断点,我这个是eas8.2版本,实在getHandlerInternal中打的断点,类的话我的是org.springframework.web.servlet.handler.AbstractHandlerMethodMapping<T>,这个是我通过RequestMappingHandlerMapping找到的它的父类找到的
标签:WEB,web,按钮,registerHandlerMethod,后台,EAS,方法 From: https://www.cnblogs.com/ketoli/p/18495972