Fixing Intellij Maven Issue
If you project does not load as a maven project in intellij. As shown below.
Just Take These steps.
Check that
pom.xmlexists insideuser_service- In your screenshot I see
pom.xmlis there (good ✅).
- In your screenshot I see
Reimport Maven Project
Right-click on
pom.xml→ Add as Maven Project (important step).Or go to View → Tool Windows → Maven → click the refresh (reimport) button.