使用springboot项目中,启动时出现Ambiguous mapping. Cannot map 'labelInfoController' method ,

原因是,@RequestMapping()中的url重复了,修改为不同的url即可;

相关文章: