老师 @RequestMapping里面放的路径 是什么的路径呢?
放的是你想要这个方法通过什么路径访问就放什么
@RequestMapping("你想要别人用什么,就配置什么。例如:/xxxx/xxx") public void test(){ }