1

Is there any way to create a Java PlayFramework application on Cloudbees?

As far as I know, it automatically creates a Scala application with STB setup on Jenkins : http://wiki.cloudbees.com/bin/view/RUN/Playframework

Is there anyway to use the Java's version?

Thanks,

Daniel

4

1 回答 1

1

它在 Cloudbees 上创建 SBT 应用程序,因为任何 Play 项目都是 SBT 项目。SBT 只不过是一个构建系统,例如 Maven(某种),而 SBT 在 Scala(Scala 构建工具)中。不用担心,您可以毫无问题地用 Java 编写整个 Play 应用程序。

查看官方文档以获取更多信息。

于 2013-06-14T12:22:02.357 回答