2020-08-05 13:51:47.202  WARN 4248 --- [nio-7772-exec-3] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported]

请求出错

springboot get请求405 Method Not Allowed

 

 莫名其妙。。排查了半天

犯了一个低级的错误。。。

springboot get请求405 Method Not Allowed

 

 看出来了吗,我眼睛瞎了

正确写法

@GetMapping("/{id}")

相关文章:

  • 2022-02-01
  • 2022-02-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-11
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-03-02
  • 2022-12-23
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
  • 2021-04-17
相关资源
相似解决方案