Ambiguous mapping found. Cannot map 'homeController' bean method

springmvc 在做项目的时候出现Ambiguous mapping found. Cannot map 'homeController.Create' bean method

的错误信息,调查发现在controller中url映射出现重复,@RequestMapping(value = "home12.action")

RequestMapping注解中的value值出现重复,全文搜索查看home12.action是否在其他controller中也引用到了。

猜你喜欢

转载自blog.csdn.net/fantastic_y/article/details/80506319