書名: 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
推薦閱讀
- Unreal Engine Physics Essentials
- PHP程序設計(慕課版)
- 實用防銹油配方與制備200例
- Blockly創意趣味編程
- Oracle Exadata專家手冊
- Android開發:從0到1 (清華開發者書庫)
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- Scala編程(第5版)
- Advanced UFT 12 for Test Engineers Cookbook
- Swift語言實戰晉級
- App Inventor 2 Essentials
- C++17 By Example
- 可視化H5頁面設計與制作:Mugeda標準教程
- Getting Started with Hazelcast
- Computer Vision with Python 3