如何设置Spring Boot应用程序以便人们可以通过我的IP访问?

时间:2016-04-26 19:22:43

标签: spring-boot

在JBoss中,我只添加-b 0.0.0.0 to the run script;与其他人可以通过ip地址访问该网站。

我如何在Spring上完成同样的工作?

1 个答案:

答案 0 :(得分:3)

如果您使用其中一个嵌入式容器,则可以将属性server.address=与您的IP一起使用(请参阅http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#common-application-properties)。