-报错语句 本文作者在公司做项目的技术栈是SpringBoot+Mybatis
Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback.
Mon Sep 16 16:56:08 CST 2019 There was an unexpected error (type=Not Found, status=404). No message available

-
出现这种问题一般是控制层出现问题了。
-
控制层是一般是
-
@Controller
-
@RequestBody
-
@RequestMapping
-
这三部分组成的,把 @Controller @RequestBody 可以合并为@RestController
-
而本人写了- @Controller 却没有写 @RequestBody ,所以报错了,如图信息
-
改了后的写法为,如图:

-成功后的界面为

时刻谨记
- 细心,细心,细心啊,张小姐!!!!!!!!!!!