0

Why this error occurs every time while I import a spring boot project? what kind of error that is?

1 Answers1

0

It is due to missing of dependencies. Use mvn clean install from command line before importing project to eclipse.

Also, this question can help - Eclipse showing "Maven Configuration Problem: Unknown"

Hemant
  • 1,403
  • 2
  • 11
  • 21