【发布时间】:2018-07-13 22:26:23
【问题描述】:
我正在使用 spring mvc 创建一个 web 应用程序,并且我是一个初学者。所以我的应用程序是一个基于本教程的简单登录应用程序: https://www.onlinetutorialspoint.com/spring/spring-mvc-login-form-example.html
当我运行应用程序时显示错误:
État HTTP 405 – Method Not Allowed
Type Rapport d''état
message Request method 'GET' not supported
description La méthode HTTP spécifiée n''est pas autorisée pour la ressource demandée.
【问题讨论】:
-
请发布您的完整代码
标签: spring-mvc tomcat