写在前面:基本上靠java吃饭的吧,近两年也有用到scala;但也没有留下什么痕迹,想起每次被问倒在基础知识,那刻对方→_→ 怀疑的眼神~~。so right here, right now ! 从此沉淀下来。然后积沙成堆,积水成河 养成良好的习惯并持之以恒。p( ^ O ^ )q 加油!
一、IDE:scala-IDE(一直用这个),IntelliJ IDEA(耳闻),Netbeans(才知道)
二、安装m2eclipse-scala插件,URL:
三、创建项目的时候需要搜索、选择插件,要增加URL:
四、出现过mvn连不上公共库的问题;
解决方法:eclipse.ini add : -vmargs -Djava.net.preferIPv4Stack=true
参考(Starting Eclipse with -vmargs -Djava.net.preferIPv4Stack=true works for me)
五、创建支持scala的mvn项目步骤
Select New -> Project -> Other and then select Maven Project. On the next window, search forscala-archetype
. Make sure you select the one in group net.alchim31.maven
, and click Next。
参考
六、scala/java 项目mvn打包
参考
12 ... 3 10 114 8 ... 9org.scala-lang 5scala-library 6${scala.version} 712 src/main 13src/test 14 1516 29 3017 2818 22net.alchim31.maven 19scala-maven-plugin 203.2.1 2123 27org.apache.maven.plugins 24maven-compiler-plugin 253.2 2631 32 6633 53net.alchim31.maven 34scala-maven-plugin 3536 5237 44scala-compile-first 38process-resources 3940 43add-source 41compile 4245 51scala-test-compile 46process-test-resources 4748 50testCompile 4954 65org.apache.maven.plugins 55maven-compiler-plugin 5657 6458 63compile 5960 62compile 61