简体   繁体   中英

How to create a Java-based Play Framework Application (Not Scala)

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

It creates a SBT application on Cloudbees because any Play project is an SBT project. SBT is nothing more than a build system such as Maven (kind of) and SBT is in Scala (Scala Build Tool). No worries, you can code your whole Play application in Java without problem.

Checkout the official documentation for more inforrmation.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM