使用的idea版本是2019.2.1,以及MAVEN版本是3.6.3。
同步一直出现问题,查看日志后报错
java.lang.RuntimeException: com.google.inject.CreationException: Unable to create injector, see the following errors
......
查了一下是因为idea和maven版本不兼容,将maven版本降至3.6.0完美解决。
maven降至3.6.0 1. 删除maven3.6.3 2.下载3.6.0 https://maven.apache.org/download.cgi 进去后找到Previous Releases 点击archives 点击3.6.0 下载8.7M的.zip文件。
之后修改环境变量,将3.6.3配置为3.6.0
之后修改idea配置,点击File->setting->build->build tools->moven
修改 Maven home directory: %MAVEN_HOME%
修改 User settings file: %MAVEN_HOME%confsettings.xml (勾选overide后可以选择)
Local repository 会被自动识别。
另外,idea自动下载
点击File -> Setting ->Maven ->Importing:选中Automatically download中的两个多选框Sources和Documentation打上对勾。