粗心得我因为这个错找了俩小时!!!
2023-07-21 16:49:18 | WARN | http-nio-8911-exec-3 | org.springframework.web.servlet.PageNotFound | No mapping for GET /api/v1/user
一直报错无法映射get请求,但是代码里明明有。
无意间看到类上的@RequestMapping。
@RequestMapping({"api/v1/user/"})
神tm大括号!!!!!!