标签: spring-boot
在JBoss中,我只添加-b 0.0.0.0 to the run script;与其他人可以通过ip地址访问该网站。
-b 0.0.0.0 to the run script
我如何在Spring上完成同样的工作?
答案 0 :(得分:3)
如果您使用其中一个嵌入式容器,则可以将属性server.address=与您的IP一起使用(请参阅http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#common-application-properties)。
server.address=