find . -name  '*.java'|xargs cat |grep "RequestMapping" >> ~/Desktop/url.txt  //查找当前java 文件中的urlmapping

相关文章: