-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
按照 Quick Start 操作,编译流程不通过 #1
Comments
看上去是Java环境的问题,确认JDK是否正确安装,另外,JAVA_HOME环境变量也要配置一下. |
确认下JDK和MAVEN是否正确安装 |
排查后发现是 mvn 使用了系统默认的 JDK,在 后续问题记录:
<mirror>
<id>alimaven</id>
<mirrorOf>central</mirrorOf>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/repositories/central/</url>
</mirror>
|
感谢详细的记录,首次编译可能会比较慢,后面在指引文档里添加maven更换国内源的tips,并引导确认下jdk和maven是否正确安装,再次感谢你的建议! |
按照 Quick Start 操作,执行
后报错:
环境:
Java: 1.8.0_202
Maven: 3.9.2
The text was updated successfully, but these errors were encountered: