zoukankan      html  css  js  c++  java
  • sbt 设置

    • 修改 sbtopts for shell
    # zkk
    -sbt-dir  D:/DATA/.sbt
    -sbt-boot D:/DATA/.sbt/boot  
    -ivy D:/DATA/.ivy2
    
    • 修改 sbtconfig.txt for windows
    ## zkk
    -Dsbt.boot.directory=D:/DATA/.sbt/boot
    -Dsbt.ivy.home=D:/DATA/.ivy2
    -Dsbt.directory=D:/DATA/.sbt
    
    • 创建镜像代理
    #D:DATA.sbt
    epositories
    [repositories]
      local
      public-repo: http://mvnonline.*.com/mvn/repository 
      scala-repo1: http://mvnonline.*.com/nexus/content/repositories/typesafe-release
      third-repo:  http://mvnonline.*.com/nexus/content/repositories/thirdparty
      scala-repo3: http://mvnonline.*.com/nexus/content/repositories/sbt-plugin-releases, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
      sbt-repo: http://mvnonline.*.com/nexus/content/repositories/typesafe-ivy-release, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]  
    

    注意 代理网址隐去


    --- 她说, 她是仙,她不是神
  • 相关阅读:
    初识 vue
    Spring boot 整合 Swagger
    Swagger 注解
    初识 Swagger
    初识 mycat
    SpringBoot中的国际化
    为什么博客园用户体验这么差?
    Numpy常用方法及应用总汇
    嵌入式开发10种常见数字滤波算法
    .gitignore使用
  • 原文地址:https://www.cnblogs.com/bregman/p/5126881.html
Copyright © 2011-2022 走看看