springboot接口报错:would dispatch back to the current handler URL
springboot接口报错:would dispatch back to the current handler URL
spring对于读取映射地址的混乱,主要是写的地址@RequestMapping("/xxx")和view里面的映射地址重复,需要在接口上使用
@ResponseBody注解,如:
@ResponseBody public Result login(HttpServletRequest request,@RequestBody SysUser user) { ... }
该日志由 bemender 于 2021年02月27日 发表
转载请注明文本地址:https://www.bemhome.com/post/104.html