Why this error occurs every time while I import a spring boot project?
Asked
Active
Viewed 122 times
1 Answers
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