1.RequestMapping的作用就是 配置url
2.实现功能:
可以在不同的url访问同一个方法。
RequestMapping的使用
原文:https://www.cnblogs.com/ccEmma/p/8652563.html