gpt4 book ai didi

playframework - 如何使用 Typesafe Activator UI 在开发模式下运行游戏项目

转载 作者:行者123 更新时间:2023-12-04 03:51:56 25 4
gpt4 key购买 nike

我正在使用 Typesafe Activator 1.2.10。我使用模板 play-scala 中的激活器 ui 创建了一个新项目。

当我单击“开始”时,play 以生产模式运行。我想在开发模式下运行它。如何使用 Activator UI 做到这一点?

取消点击开始后查看下面的日志。

console ouptput after click on run

PS:我知道如何从带有激活器的命令行以开发模式运行这个项目,命令为:activator run

编辑:我的问题可能是此处报告的问题 https://github.com/typesafehub/activator/issues/601

最佳答案

插件和 play-scala seed 存在问题:

只需将 project/plugins.sbt 改成这个

// Comment to get more information during initialization
logLevel := Level.Warn

// The Typesafe repository
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"

// Cloudbees
resolvers += "Sonatype OSS Snasphots" at "http://oss.sonatype.org/content/repositories/snapshots"

// Use the Play sbt plugin for Play projects
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.0-RC2")

addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.0.0-RC2")

addSbtPlugin("com.typesafe.sbt" % "sbt-coffeescript" % "1.0.0-RC3")

并重新编译项目。应用程序正在开发模式下运行,刷新时自动重新编译正在运行!

https://github.com/typesafehub/activator/issues/601#issuecomment-72938901

关于playframework - 如何使用 Typesafe Activator UI 在开发模式下运行游戏项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25831763/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com