https://www.cnblogs.com/chushujin/p/10991043.html vim ~/.bash_profile 查看mac jdk的路径
maven home
export MAVEN_HOME=/usr/local/Cellar/maven/3.6.3_1/libexec
export PATH=$PATH:$MAVEN_HOME/bin
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_261.jdk/Contents/Home
export CLASSPAHT=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar
export PATH=$JAVA_HOME/bin:$PATH:
open -e ~/.zshrc