the origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
查了好多,有人说是发布的问题,有人说是开了两个服务器
我的原因比较简单
路径配错了
Project setting-->Artifacts-->Output directory里配置的是根目录
再加上viewResolver里的prefix,共同组成view的解析路径
我的Output directory里直接配到了jsp的目录,所以加上prefix就找不到了。