我從網站上下載例子並運行,但它顯示404錯誤 - HTTP狀態404 - 型狀態報告我有輸出顯示404錯誤Spring MVC中
消息 描述所請求的資源不可用。
http://tutorialspointexamples.com/spring-mvc-multiple-controller-program-code-eclipse-download-pdf/
我從網站上下載例子並運行,但它顯示404錯誤 - HTTP狀態404 - 型狀態報告我有輸出顯示404錯誤Spring MVC中
消息 描述所請求的資源不可用。
http://tutorialspointexamples.com/spring-mvc-multiple-controller-program-code-eclipse-download-pdf/
404未找到意味着所請求的ressource不能由服務器找到。 也許你在你的文件名或你在瀏覽器中輸入的網址中有一個錯字。
我有這樣的URL ---- http:// localhost:8080/SpringMVC/hello – ash
如果你想了解java和spring,請看看spring guide。您可以逐行創建它們,並獲得完整的源代碼。 https://spring.io/guides –
結果是什麼,當你點擊:http:// localhost:8080/SpringMVC/sayHello –
你是哪個網址callilng? –