Springboot错误
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Sat Mar 16 14:35:07 GMT+08:00 2019
There was an unexpected error (type=Method Not Allowed, status=405).
Request method ‘POST’ not supported
解决:
我的主要是controller 里给的注解 有问题 应该是@PutMapping 我给了GetMapping
我的是这样