xitrum工程搭建

xitrum工程搭建
1、建议用idea工具,eclipse我是没下载完。
2、sbt一定要更换,不然慢的无法完成。
不管在Windows还是linux要在当前用户的根目录.sbt下新建repositories文件
内容:阿里的地址库
[repositories]
#local
public: http://maven.aliyun.com/nexus/content/groups/public/#这个maven
typesafe:http://dl.bintray.com/typesafe/ivy-releases/ , [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly#这个ivy
ivy-sbt-plugin:http://dl.bintray.com/sbt/sbt-plugin-releases/, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]#这个ivy
sonatype-oss-releases

sonatype-oss-snapshots
3、关注的几个配置点build.sbt、xitrum-new\project\build.properties、sbt.bat
注意sbt版本和scala版本不要太高。


下载地址:sitrum https://github.com/xitrum-framework
             sbt https://www.scala-sbt.org/download.html

你可能感兴趣的:(scala)