顯示具有 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.