- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 74字
- 2021-06-30 19:10:49
Setting up
In this section, we will install the tools that we will use for building our microservices. They are:
- JDK 8
- Maven 3.5
- IntelliJ IDEA CE 2017.2
Mac OS X users may skip these steps and just use Homebrew (https://brew.sh/) to install all the tools required, running just the following commands:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install caskroom/cask/brew-cask
brew tap caskroom/versions
brew cask install java8
brew install maven
brew cask install intellij-idea-ce
推薦閱讀
- Python零基礎快樂學習之旅(K12實戰訓練)
- Oracle JDeveloper 11gR2 Cookbook
- Windows Phone 7.5:Building Location-aware Applications
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- RESTful Java Web Services(Second Edition)
- 移動增值應用開發技術導論
- PHP與MySQL權威指南
- Java7程序設計入門經典
- R語言數據挖掘:實用項目解析
- SQL Server 2014 Development Essentials
- Web前端開發技術實踐指導教程
- Java程序設計(項目教學版)
- Learning QGIS(Second Edition)
- JSP編程教程
- Mastering Linux Kernel Development