sbt

Summary

  • Demo
$ sbt new lagom/lagom-scala.g8 -DsocksProxyHost=127.0.0.1 -DsocksProxyPort=8484
[info] Loading settings for project global-plugins from idea.sbt ...
[info] Loading global plugins from C:UsersChris.sbt1.0plugins
[info] Set current project to a (in build file:/C:/Users/Chris/Desktop/a/)
[info] Set current project to a (in build file:/C:/Users/Chris/Desktop/a/)
name [Hello World]:
  • 直接在命令后面指定即可。
-DsocksProxyHost=127.0.0.1 -DsocksProxyPort=8484
原文地址:https://www.cnblogs.com/duchaoqun/p/12703988.html