0

I'm trying to create a Spring project using Intellij Idea Ultimate 2018.1, after selecting the addition libraries and click the finish button getting an error.

error

Please help me, Thanks!

Victory
  • 1,184
  • 2
  • 11
  • 30
  • See also https://stackoverflow.com/a/42427510/104891. I'd suggest to use Spring Initializr to create the project instead. https://start.spring.io/. – CrazyCoder May 09 '19 at 20:43

1 Answers1

1

Actually there are multiple possible reasons for this error.

1.Check whether Firewall or antivirus software is blocking Maven from downloading artifacts.If yes then disable it.

2.Internet connection interrupted in middle of downloading the jar files.

3.try to install from scratch by clearing/deleting the .m2 repository and then mvn install

How to clear .m2 Maven folder?

Alien
  • 15,141
  • 6
  • 37
  • 57