当我尝试使用Activator创建Play Java项目时,我收到此错误
new my-first-app play-java
Fetching the latest list of templates...
Template name 'play-java' wasn't found in the template catalog.
Try these template names: reactive-maps, reactive-stocks, hello-akka, hello-scala, hello-slick, hello-play
知道可能出现什么问题吗?
答案 0 :(得分:2)
您可以使用几种模板。 要了解可用的模板,您可以使用 list-templates 命令,即
>./activator list-templates
最简单的Play Java模板之一是 hello-play-java
HTH
答案 1 :(得分:1)
尝试play-java-preview
- 我认为它尚未发布为play-java
,尚待最终版本2.3.0发布。