Spring Boot webapp localhost only

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Boot webapp localhost only相关的知识,希望对你有一定的参考价值。

有没有办法让Spring Boot webapp关闭使用的端口?目前,我可以从localhost和本地网络中的其他计算机进行访问。目标是只能在本地访问webapp。

谢谢。

答案

好的,除了设置防火墙之外,您还可以将服务器绑定到localhost。

这是通过放置来完成的

server.address=127.0.0.1

在资源中的application.properties文件里面

另一答案

添加到@Dani Cuesta的答案:

你添加:server.address=127.0.0.1

可以在以下资源中找到有关此值和其他允许值的说明:(对于“嵌入式服务器”特定参数,请参见“EMBEDDED SERVER CONFIGURATION(ServerProperties)”部分

allowed values in application.properties

以上是关于Spring Boot webapp localhost only的主要内容,如果未能解决你的问题,请参考以下文章

Spring Boot webapp localhost only

如何为我的 Spring Boot webapp 选择 URL?

Spring Boot嵌入式Tomcat能否访问定义的spring.tomcat.basedir的webapps文件夹

在 spring boot angular 8 webapp 中验证和管理用户的最简单方法是啥?

Spring Boot 2 使用自定义配置

Spring Boot Webapp:让 Hibernate 使用 log4j