- 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.
推薦閱讀
- Android Application Development Cookbook(Second Edition)
- Windows Presentation Foundation Development Cookbook
- 面向對象程序設計(Java版)
- 嚴密系統設計:方法、趨勢與挑戰
- Instant RubyMotion App Development
- Python數據結構與算法(視頻教學版)
- 精通Python自動化編程
- RabbitMQ Essentials
- 移動互聯網軟件開發實驗指導
- Getting Started with Python and Raspberry Pi
- UML基礎與Rose建模實用教程(第三版)
- HTML5 WebSocket權威指南
- LabVIEW入門與實戰開發100例(第4版)
- Zend Framework 2 Cookbook
- Java Web應用開發