Controller如下: 当使用url访问该处理器方法时,报错如下: 26-Jan-2019 21:16:28.105 警告 [http-nio-8080-exec-39] org.springframework.web.servlet.PageNotFound.noHandlerFound No mapping found for HTTP request with URI [/BudgetManagementSystem/Crawler/Crawler/Workstation] in Di
@EnableWebMvc @Configuration public class Config { @Autowired private RequestMappingHandlerAdapter handlerAdapter; @PostConstruct public void init() { List<HandlerMethodReturnValueHandler> handlers = new ArrayList<>(handlerAdapter.getReturnVal