我想在此之前知道如果这本书=> http://exploring.liftweb.net/ 是适合电梯版本2.4或我应该为此下载旧版本。意味着2.2? github上的原因与版本2.2中的标题不同。 谢谢!
更新:在本书的maven代码中找到解决方案
mvn archetype:generate -U \
-DarchetypeGroupId=net.liftweb \
-DarchetypeArtifactId=lift-archetype-blank \
-DarchetypeVersion=2.0 \
-DarchetypeRepository=http://scala-tools.org/repo-releases \
-DgroupId=demo.helloworld \
-DartifactId=helloworld \ -Dversion=1.0-SNAPSHOT
你去“DarchetypeVersion = 2.0”。很高兴能够学习最新版本。
答案 0 :(得分:1)
在the title page of the book上:“提升2.0版”。
Lift的一些更好,最新的资源是: