IDEA出现Unable to import maven project: See logs for details提示

参考资料:https://blog.csdn.net/weixin_45237517/article/details/101566264

问题原因:Maven版本过高

出问题的版本:Maven 3.6.3 ,IDEA 2018.3

解决方式:将Maven版本换成3.5.2

下载旧版本Maven:

1.前往官网查看历史版本

http://maven.apache.org/docs/history.html

2.根据版本进入下载页面

如3.5.2     https://archive.apache.org/dist/maven/maven-3/3.5.2/binaries/

如3.x.x   https://archive.apache.org/dist/maven/maven-3/3.x.x/binaries/

 

 

你可能感兴趣的:(springboot)