我刚刚开始了一个 liftweb 项目并决定使用 2.0 版,但它似乎没有生成。虽然我可能会遗漏一些东西。
问问题
267 次
1 回答
1
如果您的机器上安装了 SBT ( http://code.google.com/p/simple-build-tool/ ) 和 Git,请尝试:
dpp@viper:~$ git clone git://github.com/dpp/lift_sbt_prototype.git
dpp@viper:~$ cd lift_sbt_prototype/
dpp@viper:~/lift_sbt_prototype$ sbt update ~jetty-run
谢谢
于 2010-06-18T05:19:11.103 回答