摘要:
把下面的配置复制到 .m2/settings.xml配置文件中。 github地址:https://github.com/ae6623/Zebra/blob/master/maven-repo-settings-ali.xml 阿里maven仓库地址:http://maven.aliyun.com/ 阅读全文
随笔档案-2017年06月
JDK环境变量配置
2017-06-18 20:03 by Eugene Wang, 279 阅读, 收藏,
摘要:
1.安装好jdk。 2.打开终端。 3.sudo到root帐户,输入 vi /etc/profile ,打开全局配置文件。 4.在profile中添加如下配置 JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk/Contents/ 阅读全文