- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 201字
- 2021-06-30 19:10:54
Opening our Maven project
In order to open our just created project, follow these steps:
- Open IntelliJ IDEA
- In the Welcome window, click on the Open button
- Choose the directory that contains the file generated with Spring Initializr; you need to select the folder that contains the POM
- Click on the OK button

open window
Our project should be imported without any errors and, on the left-hand side of the screen, we should see the project files.
Sometimes IntelliJ provides suggestions with a popup dialog box at the bottom-right of the screen with tips and suggestions, check what is said as it is usually very helpful.
If we follow the installation step at the beginning of the chapter, IntelliJ should have set the JDK for this project automatically, if not we can always select on the menu File | Project Structure. Then selecting on the left-hand side of the screen Project, then we can verify which JDK we have, or change it, in the right side in the Project SDK section.
The Welcome Window provides an option to Import Project instead to Open, but there is no need to use it since IntelliJ works perfectly, opening Maven projects directly without importing.
推薦閱讀
- UI圖標創意設計
- Learning NServiceBus(Second Edition)
- Bootstrap Site Blueprints Volume II
- Python科學計算(第2版)
- 零起步玩轉掌控板與Mind+
- Mastering OpenCV Android Application Programming
- 深入理解Django:框架內幕與實現原理
- Magento 1.8 Development Cookbook
- Reactive Android Programming
- Building RESTful Python Web Services
- 細說Python編程:從入門到科學計算
- Python趣味編程與精彩實例
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- PHP+MySQL Web應用開發教程
- Building a Media Center with Raspberry Pi