Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation]

 原创   
营养快线送你 2023-02-25 错误集锦
0 0 0 193

访问springboot接口的时候,发出警告:

Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation]

虽然是警告,但是接口就是访问不进去

解决:

我访问的接口名是 login.s

加了后缀 .s

我改成了 login.x 就没问题了