Sbt的下载安装
1、地址:https://www.scala-sbt/
winds操作系统下载(.msi格式的就可)
2、安装
打开下载路径后点击安装(一路下一步,路径最好就在默认的)
3、设置远程仓库,自定义.sbt路径
自定义一个 .sbt的路径(这个路径下会存放sbt相关的东西,插件等)
在 .sbt 目录下创建 repositories 文件并写入如下配置,完成阿里云仓库地址配置(注意这个配置里行尾不能有空格)
[repositories]
local
aliyun:http://maven.aliyun/repository/public
typesafe-ivy-releases:http://repo.typesafe/typesafe/ivy-releases/,[organization]/[module]/[revision]/[type]s/artifact.[ext]
maven-central
sonatype-snapshots:http://oss.sonatype/content/repositories/snapshots
Sbt的下载安装
1、地址:https://www.scala-sbt/
winds操作系统下载(.msi格式的就可)
2、安装
打开下载路径后点击安装(一路下一步,路径最好就在默认的)
3、设置远程仓库,自定义.sbt路径
自定义一个 .sbt的路径(这个路径下会存放sbt相关的东西,插件等)
在 .sbt 目录下创建 repositories 文件并写入如下配置,完成阿里云仓库地址配置(注意这个配置里行尾不能有空格)
[repositories]
local
aliyun:http://maven.aliyun/repository/public
typesafe-ivy-releases:http://repo.typesafe/typesafe/ivy-releases/,[organization]/[module]/[revision]/[type]s/artifact.[ext]
maven-central
sonatype-snapshots:http://oss.sonatype/content/repositories/snapshots