springmvc设置请求映射路径 运行可以 postman上不行
你的项目端口是8080,你postman请求的端口是80
web服务器没有运行,或者是防火墙阻止了80端口
请求地址对比下, 你这是 80端口嘛? postman 的请求地址 和 spring mvc 页面的请求地址 发下看看