【发布时间】:2015-03-14 04:11:48
【问题描述】:
是否可以在 localhost 上启动 play framework 2.3 ?我试过了
./activator run -Dhttp.address=127.0.0.1 -Dhttp.port=9007
./activator run -Dhttp.address=localhost -Dhttp.port=9007 # From
另一个stackoverflow线程 ./activator start -Dhttp.address=127.0.0.1 -Dhttp.port=9007
但每次我收到都没有任何效果
[info] play - Listening for HTTP on /0:0:0:0:0:0:0:0:9007
【问题讨论】:
标签: scala playframework playframework-2.3