DEV Community

Kiran J
Kiran J

Posted on

Intellij Springboot & Maven tips and tricks

Assuming that you are using maven with Intellij & Springboot framework for creating microservices.


1. After adding the dependencies in pom.xml, when you run the application, you still see errors?

a. File -> Invalidate Caches, this will restart the Intellij and download all the dependencies afresh.

Image description

b. Another option to refresh Maven Dependencies - navigate to Maven window and click on refresh window.

Image description


Top comments (0)