> 技术文档 > org.springframework.web.servlet.resource.NoResourceFoundException: No static resource xxx.

org.springframework.web.servlet.resource.NoResourceFoundException: No static resource xxx.

1. post请求,详细堆栈信息如下:

2. 请求格式

    使用了restful请求格式,进行得一个post添加

    路由为: http://localhost:8080/goods/

    httpMethod: post

3. 原因:

            请求路径最后多了一个/  

    将/删除即可解决报错!