码迷,mamicode.com
首页 > 其他好文 > 详细

IDEA中使用SBT构建SCALA项目

时间:2018-07-13 01:23:44      阅读:301      评论:0      收藏:0      [点我收藏+]

标签:new   perm   proc   idea   software   tool   res   too   options   

SBT(Simple Build Tool)是SCALA平台的项目构建工具,比Maven更简洁、比IVY更为灵活。

一、环境

jdk、scala、sbt环境变量设置不再累述,自行搞定

二、SBT仓库设置

修改配置文件 : D:\software\sbt-0.13.17\sbt\conf\sbtconfig.txt
# Set the java args to high

-Xmx512M

-XX:MaxPermSize=256m

-XX:ReservedCodeCacheSize=128m

# Set the extra SBT options

-Dsbt.log.format=true

-Dsbt.ivy.home=D:\software\sbt-0.13.17\sbt\.ivy2
-Dsbt.global.base=D:\software\sbt-0.13.17\sbt\.sbt

这些是SBT相关依赖的目录

三、IDEA设置

File --> Other Settings --> Default Settings --> SBT
技术分享图片
新建scala项目: File --> New Project
技术分享图片
技术分享图片
技术分享图片

IDEA中使用SBT构建SCALA项目

标签:new   perm   proc   idea   software   tool   res   too   options   

原文地址:http://blog.51cto.com/13867134/2141216

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!