-1
我在eclipse中導入了一個spring hibernate maven示例。沒有任何錯誤,但運行的項目後,它在屏幕上顯示HTTP 404錯誤和控制檯我得到:org.springframework.web.servlet.PageNotFound noHandlerFound警告:找不到HTTP請求的映射
Jul 15, 2014 6:10:17 PM org.springframework.web.servlet.PageNotFound noHandlerFound
WARNING: No mapping found for HTTP request with URI [/bookstore/] in DispatcherServlet with name 'dispatcherServlet'
請告訴我爲什麼我收到此錯誤。