`
sillycat
  • 浏览: 2539499 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

JAVA Playframework(1)2.4.x Reinstalled on MAC

 
阅读更多
JAVA Playframework(1)2.4.x Reinstalled on MAC

Welcome back to Playframework. I used that 3 years or 4 years ago for 3 years when I was in Digby. That is good days in Austin, USA.

I need to read this because one of my old project is using playframework 2.4.6, sbt.version=0.13.8
https://www.playframework.com/documentation/2.4.x/Installing

Install the right version of SBT tool
https://www.scala-sbt.org/download.html
https://bintray.com/sbt/native-packages/sbt/0.13.8
Download the sbt file and unzip in working directory, add to PATH.

Run this in my Playfromework project
> sbt sbtVersion
[info] 0.13.8

Build my older project
> sbt clean update compile

Run the Project
> sbt run

Import the project into Eclipse
https://github.com/sbt/sbteclipse
> sbt eclipse

Build the binary of the Project
> sbt package

Generate the binary zip file
> sbt dist

Run tests
> sbt test

Run a single test
> sbt "testOnly unitTest.TimingTest"


Reference:
https://www.playframework.com/



分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics