'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 'itemController' bean method
解決:
mapping指向模糊
在itemController中@GetMapping()內(nèi)可能有重復(fù),或者不規(guī)范 或者指向不明。檢查以下