- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 12字
- 2021-06-30 19:10:50
UNIX/Mac OS X
Add this to your ~/.bash_profile:
export JAVA_HOME=jdk-install-dir
export PATH=$JAVA_HOME/bin:$PATH
推薦閱讀
- C++ Primer習(xí)題集(第5版)
- Learning Neo4j
- Mastering Concurrency in Go
- 體驗設(shè)計原理:行為、情感和細(xì)節(jié)
- 深入淺出RxJS
- Mastering Google App Engine
- QGIS:Becoming a GIS Power User
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Ext JS 4 Web Application Development Cookbook
- Mastering Akka
- 零基礎(chǔ)學(xué)Kotlin之Android項目開發(fā)實戰(zhàn)
- Modern C++ Programming Cookbook
- 智能手機故障檢測與維修從入門到精通
- 自學(xué)Python:編程基礎(chǔ)、科學(xué)計算及數(shù)據(jù)分析(第2版)
- 并行編程方法與優(yōu)化實踐