play01-Getting started-Installing Play

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了play01-Getting started-Installing Play相关的知识,希望对你有一定的参考价值。

https://www.playframework.com/documentation/2.6.x/Home
Getting started

https://www.playframework.com/documentation/2.6.x/Installing

这个页面将会告诉你如何下载,安装的运行一个Play应用 。
有一个内置的程序会告诉你,play本身是如何工作 的。
Play系列相关的库由Maven提供,所以你可以使用任何java的编译工具,建立起项目。然而,大部分的开发经验是已知的(路由,模板和自动加载)是由SBT提供。
本指南中我们描述了如何安装使用SBT安装Play

前提:
Play要使用java 1.8+ ,去检查你的sdk,请运行
java -version:
java version "1.8.0_121"
Java(TM) SE Runtime Environment (build 1.8.0_121-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)

如果没有,请去Oracle官网下载安装http://www.oracle.com/technetwork/java/javase/downloads/index.html

安装Play和SBT
我们提供了一些简单的demo,为unix和winodws下的sbt和sbt.bat. 这些例子可以在我们的下载页面 到,它会自动下载相关的依赖包(https://playframework.com/download#examples

https://www.scala-sbt.org/download.html  SBT下载,在这之前先去sbt官网下载并安装好sbt

下载到项目后,进去:sbt run然后等上个半天,示例程序就能运行了
sbt可以使用代理:
./sbt -Dhttp.proxyHost=myproxy -Dhttp.proxyPort=8080 -Dhttp.proxyUser=username -Dhttp.proxyPassword=mypassword -Dhttps.proxyHost=myproxy -Dhttps.proxyPort=8080 -Dhttps.proxyUser=username -Dhttps.proxyPassword=mypassword

祝贺你!
现在你已经准备好使用Play~下一页将会告诉你如何使用命令行创建项目和更多的详细信息。(已经开始掉入坑里了)

以上是关于play01-Getting started-Installing Play的主要内容,如果未能解决你的问题,请参考以下文章

Hololens官方教程精简版 - 01. Getting started with Unity

为啥在 Play 2.3 项目中 sbt 编译后 sbt 失败并显示 NoClassDefFoundError: play/Play$ in Play 2.2.x 项目?

jQuery 中 .trigger('play') 和 .play() 的区别

Play 项目中的简单 SBT 模块导致 Play 因未知原因而崩溃 - play 2.1

Google PlayGoogle Play 服务框架安装 ( 安装 Google Play 服务框架 | 安装 Google Play 服务 | 安装 Google Play 商店 )

Play-Morphia with Play 1.4