Did they remove the automatic user authentication from liftweb 2.0 snapshot?
I just started a liftweb project and decided to go ver开发者_StackOverflow社区sion 2.0 and it didn't seem to generate. Though I could be missing something.
If you've got SBT ( http://code.google.com/p/simple-build-tool/ ) and Git installed on your machine, try:
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
Thanks
精彩评论