- 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
推薦閱讀
- TypeScript Essentials
- SoapUI Cookbook
- Android項目開發(fā)入門教程
- 數(shù)據(jù)庫系統(tǒng)原理及MySQL應(yīng)用教程
- Mastering Scientific Computing with R
- The Computer Vision Workshop
- 動手學(xué)數(shù)據(jù)結(jié)構(gòu)與算法
- ElasticSearch Cookbook(Second Edition)
- 深度探索Go語言:對象模型與runtime的原理特性及應(yīng)用
- Maker基地嘉年華:玩轉(zhuǎn)樂動魔盒學(xué)Scratch
- Mastering Elixir
- PHP 8從入門到精通(視頻教學(xué)版)
- 從零開始學(xué)Python大數(shù)據(jù)與量化交易
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- C/C++代碼調(diào)試的藝術(shù)(第2版)