Play 模板项目需要订阅 typesafe,为什么?
Play template project requires subscription to typesafe, why?
我正在使用 Play Framework 创建一个快速网络应用程序。我采用了模板 play-java-intro-reactive-platform-15v01
,创建了一个新应用程序,当我想要 运行 $ activator test
时,我收到一个错误:
[error] == Typesafe Reactive Platform: project/typesafe.properties must exist with typesafe.subscription=< YOUR SUBSCRIPTION ID >.
为什么?是否可以在不创建订阅的情况下使用模板?
不要使用带有 reactive-platform-$version
后缀的模板。
所以不要使用 play-java-intro-reactive-platform-15v01
,只需使用 play-java-intro
模板即可。
我正在使用 Play Framework 创建一个快速网络应用程序。我采用了模板 play-java-intro-reactive-platform-15v01
,创建了一个新应用程序,当我想要 运行 $ activator test
时,我收到一个错误:
[error] == Typesafe Reactive Platform: project/typesafe.properties must exist with typesafe.subscription=< YOUR SUBSCRIPTION ID >.
为什么?是否可以在不创建订阅的情况下使用模板?
不要使用带有 reactive-platform-$version
后缀的模板。
所以不要使用 play-java-intro-reactive-platform-15v01
,只需使用 play-java-intro
模板即可。