Error creating bean with name 'requestMappingHandlerMapping' defined in class path resource

问题描述:

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestMappingHandlerMapping' defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Ambiguous mapping. Cannot map 'spuController' method .to {[/spu/{id}],methods=[GET]}: There is already 'spuController' bean method

 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestMappingHandlerMapping' defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Ambiguous mapping. Cannot map 'spuController' method .to {[/spu/{id}],methods=[GET]}: There is already 'spuController' bean method

原文地址:https://www.cnblogs.com/2237501874-com/p/13378154.html