Do I need to download Play Framework for each proj

2019-09-20 08:17发布

The following link mentions that I need to download examples or templates to download play (basically I cannot download latest Play framework)

https://www.playframework.com/download#alternatives

I tried the example and notice that sbt in downloading loads of components including play sdk. Do I have to do this everytime I need to create a Play project?

1条回答
神经病院院长
2楼-- · 2019-09-20 08:49

no, you don't need to download if don't want. theoretically if you create a simple sbt project by hand and add play as a dependency sbt will download every required libs and dependencies. and, if you upgrade your application to a newer play version, it will automatically download newer dependencies. sbt is a build tool, manages everything.

using templates is a plus, to speed up new project creation (and, if you new in play framework, templates and examples can help you to shorten the learning curve)

查看更多
登录 后发表回答