我使用 Spring Boot 在 Eclipse 中创建了一个 REST API 示例。当我使用 API 访问http://localhost:8080/getInfo它时,它可以工作,但是如果我使用 IP 地址从外部客户端访问相同的 API,http://<IP address>:8080/getInfo则会出现错误 - 无法连接到如何使用 IP 地址或域名访问 API?
http://localhost:8080/getInfo
http://<IP address>:8080/getInfo
相关分类