書名: 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
Add this to your ~/.bash_profile:
export JAVA_HOME=jdk-install-dir
export PATH=$JAVA_HOME/bin:$PATH