- 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.
推薦閱讀
- Learning Python Web Penetration Testing
- Web應(yīng)用系統(tǒng)開發(fā)實(shí)踐(C#)
- Mobile Application Development:JavaScript Frameworks
- Apache ZooKeeper Essentials
- 編程的修煉
- Mastering RabbitMQ
- Java 11 Cookbook
- jQuery炫酷應(yīng)用實(shí)例集錦
- 智能手機(jī)故障檢測(cè)與維修從入門到精通
- FPGA嵌入式項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Windows Phone 8 Game Development
- Vue.js光速入門及企業(yè)項(xiàng)目開發(fā)實(shí)戰(zhàn)
- 深入解析Java編譯器:源碼剖析與實(shí)例詳解
- Java服務(wù)端研發(fā)知識(shí)圖譜
- Mastering Unity Scripting