Update Scala简介及开发环境配置.md

This commit is contained in:
heibaiying 2019-06-04 07:17:54 +08:00 committed by GitHub
parent 15a06bbdce
commit b85260afb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ Scala的运行依赖于JDKScala 2.12.x需要JDK 1.8+。
### 2.2 安装Scala插件 ### 2.2 安装Scala插件
IDEA默认不支持scala语言的开发需要通过插件进行扩展。打开 IDEA依次点击 **File** => **settings**=> **plugins **选项卡搜索Scala插件(如下图)。找到插件后进行安装并重启IDEA使得安装生效。 IDEA默认不支持Scala语言的开发需要通过插件进行扩展。打开 IDEA依次点击 **File** => **settings**=> **plugins** 选项卡搜索Scala插件(如下图)。找到插件后进行安装并重启IDEA使得安装生效。
<div align="center"> <img width="700px" src="https://github.com/heibaiying/BigData-Notes/blob/master/pictures/idea-scala-plugin.png"/> </div> <div align="center"> <img width="700px" src="https://github.com/heibaiying/BigData-Notes/blob/master/pictures/idea-scala-plugin.png"/> </div>