- Scala Programming Projects
- Mikael Valot Nicolas Jorand
- 156字
- 2021-07-23 16:25:16
Creating the project
Repeat the same recipe that you completed in the Installing IntelliJ section to create a new project. Here is a summary of the tasks you must complete:
- Run IntelliJ and select Create New Project
- Select Scala and sbt
- Input the name of the project, such as Examples
- If the selected directory doesn't exist, IntelliJ will ask you if you want to create it – select OK
As soon as you accept that you are going to create the directory, IntelliJ is going to download all the necessary dependencies and build the project structure. Be patient, as this could take a while, especially if you do not have a good internet connection.
Once everything is downloaded, you should have your IDE in the following state:
Notice the folder structure. The source code is under src/main/scala and the test code is under src/test/scala. If you have used Maven before, this structure should sound familiar.
推薦閱讀
- OpenLayers Cookbook
- Go Web Scraping Quick Start Guide
- Drush User’s Guide
- Wireshark網絡分析就這么簡單
- 電力物聯網工程技術原理與應用
- Bonita Open Solution 5.x Essentials
- 通信十年:擁抱互聯網
- 從實踐中學習手機抓包與數據分析
- 深入理解OpenStack Neutron
- 網絡綜合布線(第2版)
- 深入理解Nginx:模塊開發與架構解析
- Implementing NetScaler VPX?
- 一本書讀懂TCP/IP
- Intelligent Mobile Projects with TensorFlow
- Microservices Development Cookbook