Springboot在浏览器中为什么访问不了localhost:8080/hello

项目场景:

SpringBoot、Windows10

问题描述:

浏览器无法访问localhost:8080/hello

原因分析:

别忘记run一下有main方法的类。

解决方案:

Springboot在浏览器中为什么访问不了localhost:8080/hello_第1张图片

参考

  1. https://www.imooc.com/qadetail/268608?t=437529
  2. https://www.cnblogs.com/guoyafenghome/p/9348641.html

你可能感兴趣的:(Web,异常记录,spring,boot)