error.log 报以下错误
CreateFile() "C:UsersAdministratorDesktopnxing/html/api/batu/login" failed (3: The system cannot find the path specified), client: 183.93.229.119, server: inbole.com, request: "POST /api/batu/login HTTP/1.1", host: "60.205.209.143"
但我这个是spring boot 服务 而不是一个静态资源,为什么404
C:UsersAdministratorDesktopnxing/html/api/batu/login
因为是windows 系统下,前部分的分隔符应该是
\
但是因为\
在开发中也承担着转义符的作用,所以后面给你了提示 The system cannot find the path specified 系统找不到这个路径。两个解决办法
\
替换成\\
\
替换成/