- 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.
推薦閱讀
- C語言程序設(shè)計教程
- FuelPHP Application Development Blueprints
- Magento 2 Theme Design(Second Edition)
- Practical Windows Forensics
- Visual Basic程序設(shè)計教程
- Learning Apache Kafka(Second Edition)
- Troubleshooting PostgreSQL
- Hands-On Swift 5 Microservices Development
- SQL Server 2016數(shù)據(jù)庫應(yīng)用與開發(fā)
- Mastering Git
- 21天學(xué)通C++(第5版)
- 算法秘籍
- Data Manipulation with R(Second Edition)
- Getting Started with Web Components
- Elastix Unified Communications Server Cookbook