问题描述:
org.springframework.web.servlet.PageNotFound noHandlerFound
WARNING: No mapping found for HTTP request with URI [/tyrone-wallet/tally/details] in DispatcherServlet with name 'springServlet'
截图:
解决方案:
springMVC的配置文件加入以下配置:
<mvc:annotation-driven />