Springboot启动后只能使用127.0.0.1访问

启动spring boot后,127.0.0.1、localhost都可以正常访问,但是局域网IP无法访问。

原因是:

server.address = 127.0.0.1

改成:

server.address = 0.0.0.0

具体的原因是因为127.0.0.1可能会使用ipv6,修改为0.0.0.0可改为ipv4

Leave a Comment

 
Copyright © 2008-2021 lanxinbase.com Rights Reserved. | 粤ICP备14086738号-3 |