运行Play框架项目

时间:2017-07-15 11:32:33

标签: java intellij-idea playframework run-configuration

我应该运行哪个文件才能打开并查看我的Play项目的工作原理?

以下是我在Intellij Idea中打开的项目的屏幕截图:

enter image description here

2 个答案:

答案 0 :(得分:1)

请看一下。

screenshot

有关详细信息,请阅读 - Getting Started with Play 2.x

答案 1 :(得分:1)

根据文件:

  

播放应用程序有几个入口点,每个URL一个。我们称之为   这些方法'动作'方法。动作方法是特殊定义的   我们称之为'控制器'

的课程

要使用Intellij Idea工具运行Play Framework应用程序,您需要下载并安装Scala插件。

然后press the down arrow in you right top corner -> Edit Configurations -> + -> Play 2 App -> select play module

enter image description here

您可以通过在应用程序根目录下执行play run的命令行运行play-app。

用户资源:

Configuring Intellij Idea for runnin Play-application

Quick quide to starting up the Play project