访问springboot接口的时候,发出警告:
Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation]
虽然是警告,但是接口就是访问不进去
解决:
我访问的接口名是 login.s
加了后缀 .s
我改成了 login.x 就没问题了