码迷,mamicode.com
首页 > 编程语言 > 详细

[Spring Boot]Request method 'GET' not supported

时间:2018-12-31 11:20:23      阅读:513      评论:0      收藏:0      [点我收藏+]

标签:print   map   检查   ping   public   pre   nbsp   turn   bsp   

在网上查了些资料没有解决,检查代码发现

    @PostMapping
public String add(Employee employee){ System.out.println(employee); return "redirect:/emps"; }

@PostMapping忘了写路径了(;д;),加上路径就好了

 

[Spring Boot]Request method 'GET' not supported

标签:print   map   检查   ping   public   pre   nbsp   turn   bsp   

原文地址:https://www.cnblogs.com/ApolloAI/p/10201469.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!