码迷,mamicode.com
首页 > 移动开发 > 详细

Ambiguous mapping found. Cannot map 'competeController' bean method

时间:2018-06-11 23:37:14      阅读:466      评论:0      收藏:0      [点我收藏+]

标签:导致   使用   under   frame   span   Servle   style   let   voc   

报错:

Error creating bean with name ‘org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0‘: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Ambiguous mapping found. Cannot map ‘competeController‘ bean method

使用SpringMVC时遇到的错误,原因是自己太不仔细了,视图层向控制层传递数据时,在控制层中不同的两个方法上面写了相同的映射路径,

也就是@RequestMapping("")中引号中的值出现了相同,导致了上面的错误!原谅我的粗心大意!

 

Ambiguous mapping found. Cannot map 'competeController' bean method

标签:导致   使用   under   frame   span   Servle   style   let   voc   

原文地址:https://www.cnblogs.com/caizhen/p/9170350.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!