- 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
推薦閱讀
- Mastering Adobe Captivate 2017(Fourth Edition)
- Testing with JUnit
- OpenCV for Secret Agents
- Ray分布式機器學習:利用Ray進行大模型的數據處理、訓練、推理和部署
- Reactive Programming With Java 9
- Learning Python by Building Games
- Android開發:從0到1 (清華開發者書庫)
- Learning OpenStack Networking(Neutron)
- Creating Data Stories with Tableau Public
- .NET 4.5 Parallel Extensions Cookbook
- Python Programming for Arduino
- 高效使用Greenplum:入門、進階與數據中臺
- Beginning C# 7 Hands-On:The Core Language
- 軟技能2:軟件開發者職業生涯指南
- Neo4j權威指南 (圖數據庫技術叢書)