@Api(tags = "PayLogController") @RestController @RequestMapping("/payLog") 路径是对的但是就是请求不进来

{
"timestamp": "2021-08-22T14:07:56.649+00:00",
"path": "/api/payLog",
"status": 404,
"error": "Not Found",
"message": null,
"requestId": "e6c6583a-12"
}

自己dubug看看呗,为啥404

是springboot?这个路径不是就/payLog吗