springboot项目404报The origin server did not find a current representation for the target resource or is not willing to...

求知探索 1年前 ⋅ 747 阅读

今天项目访问一直报404,各种路径输入都是404,最后发现原因是:输入的路径没有带上项目路径。

因为在application.yml的配置加了如下:

server:
  # 服务器的HTTP端口,默认为8080
  port: 8082
  servlet:
    # 应用的访问路径
    context-path: /app

访问的路径忘记加app所以一直报404,即:http://localhost:8082/app       

低级失误!

 


全部评论: 0

    我有话说: