WinterChenS / my-site

springboot2.0开发的个人网站,集成了:个人首页,个人博客,个人作品
https://my.winterchen.com:8189
Apache License 2.0
3.26k stars 1.05k forks source link

jar包部署后的访问地址是什么 #36

Closed louhangxun closed 3 years ago

louhangxun commented 4 years ago

我按照作者说的http://localhost:8080/这样访问,我在本地idea运行时可以访问,放上服务器之后就报错,无法访问什么的

WinterChenS commented 4 years ago

要保证服务的防火墙开放了这个端口或者关闭防火墙

WinterChenS commented 4 years ago

可以试一下在服务器的命令行中输入命令: curl 127.0.0.1:8080