随笔分类 - sbt
sbt
摘要:Summary Demo $ sbt new lagom/lagom-scala.g8 -DsocksProxyHost=127.0.0.1 -DsocksProxyPort=8484 [info] Loading settings for project global-plugins from i
阅读全文
摘要:Summary 加载jar包的时候,出现wrong checksum问题。 [info] Loading global plugins from C:\Users\Chris.sbt\1.0\plugins [error] lmcoursier.internal.shaded.coursier.er
阅读全文
摘要:sbt 工具介绍 官方文档:https://www.scala-sbt.org/1.x/docs/index.html sbt是编译工具,Scala、Java等语言可以使用,需要Java1.8版本以上的环境。 sbt使用少量概念来支持灵活和强大的构建定义。 Features 对于简单的项目,仅仅需要
阅读全文