[Spring Boot]Request method 'GET' not supported
程序员文章站
2022-10-19 08:02:38
在网上查了些资料没有解决,检查代码发现 @PostMapping忘了写路径了(;д;),加上路径就好了 ......
在网上查了些资料没有解决,检查代码发现
@postmapping
public string add(employee employee){ system.out.println(employee); return "redirect:/emps"; }
@postmapping忘了写路径了(;д;),加上路径就好了
下一篇: 查看控制访问本机共享资源的用户
推荐阅读
-
[Spring Boot]Request method 'GET' not supported
-
spring boot拦截器中获取request post请求中的参数
-
Spring MVC 出现Request method ‘GET‘ not supported解决办法
-
Spring boot使用restTemplate发送get请求
-
Vue + Spring Boot——axios使用GET以参数的方式传递对象到SpringMVC解决方案
-
Spring Boot 使用lombok插件 无需写get/set方法
-
spring boot拦截器中获取request post请求中的参数【转】
-
spring boot拦截器中获取request post请求中的参数【转】
-
Active MQ中的请求-响应模式(Request-Response)在Spring与Spring Boot中的应用
-
Ajax和Servlet交互,报错HTTP Status 405 – Method Not Allowed HTTP method GET is not supported by this URL