程式的窩
紀錄有關程式開發的大小事
顯示具有
play framework
標籤的文章。
顯示所有文章
顯示具有
play framework
標籤的文章。
顯示所有文章
2014年11月11日 星期二
run play 2.3 in cloud9
For play 2.3 or above, run the below command in terminal:
activator run -Dhttp.address=$IP -Dhttp.port=$PORT run
2014年11月8日 星期六
How to get the play version for scala.
type below in your terminal
activator console
or
play console
In scala console,
type
play
.
core
.
PlayVersion
.
current
It will display the play version you use.
較舊的文章
首頁
訂閱:
文章 (Atom)