目录

SpringBoot报错 There is already 'xxxController' bean method

原因分析

报这个错的原因是因为你controller里的@RequestMapping中的路径有重复!

./1.png

解决

去掉重复就完事了