在spray template project之后,我将以下sbt插件定义放入project/plugins.sbt
文件中基于IntelliJ 14 SBT的Scala项目中:
addSbtPlugin("io.spray" % "sbt-revolver" % "0.7.1")
将Resvlver.settings
添加到build.sbt
(根据喷涂模板build.sbt文件)。它仍以红色突出显示,但不会失败。
现在我希望the triggered-restart feature of sbt-revolver正常工作。我在哪里以及如何在IDEA中添加~re-start
参数?
答案 0 :(得分:1)
tl; dr 您不能在IDEA 14.0.1及更早版本中使用。我没有听说过这种支持的计划。