- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 181字
- 2021-06-30 19:10:51
Installing IntelliJ IDEA CE 2017.2
Download the right version for your operating system of the IntelliJ IDEA Community Edition. We are going to use 2017.2.2 available at https://www.jetbrains.com/idea/download/.
IntelliJ IDEA is developed by JetBrains which is the company behind the creation of Kotlin. It will work very effectively with our microservices, however other IDEs such as Eclipse, could work as well. The Community Edition is under Apache 2.0 license and could be used to create any kind of application, including commercial and corporate software, more details are in http://www.jetbrains.org/display/IJOS/FAQ#FAQ-CommunityEdition.
Follow the default installation steps, and when you're finished, open IntelliJ IDEA CE then from the Welcome window, click on the Configure button at the bottom right of the screen and then Project Defaults | Project Structure.

IntelliJ IDEA Welcome Window
In the new window, click on the left-hand side Project and in the Project SDK option on the right-hand side, click on new, then choose JDK and browse on your jdk-install-dir.
With this final step, everything should be set up to start creating microservices; for this, we will use Spring Initializr.
推薦閱讀
- Bootstrap Site Blueprints Volume II
- Microsoft Application Virtualization Cookbook
- 編寫(xiě)高質(zhì)量代碼:改善C程序代碼的125個(gè)建議
- Hands-On RESTful Web Services with Go
- 快人一步:系統(tǒng)性能提高之道
- Learning FuelPHP for Effective PHP Development
- CoffeeScript Application Development Cookbook
- AutoCAD 2009實(shí)訓(xùn)指導(dǎo)
- Python從入門到精通(第3版)
- 從Excel到Python數(shù)據(jù)分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應(yīng)用
- 深度學(xué)習(xí)程序設(shè)計(jì)實(shí)戰(zhàn)
- Java程序設(shè)計(jì)實(shí)用教程(第2版)
- C++17 By Example
- Android應(yīng)用程序設(shè)計(jì)
- 一步一步學(xué)Spring Boot:微服務(wù)項(xiàng)目實(shí)戰(zhàn)(第2版)