【发布时间】:2016-02-08 21:53:33
【问题描述】:
这就是我运行 Play 的方式:
activator ~run
我收到以下警告:
[warn] there were 27 feature warnings; re-run with -feature for details
但如果我使用此命令运行 Play,我看不到警告详细信息:
activator ~run -feature
如何使用 -feature 运行 Play?
【问题讨论】:
标签: scala playframework