I am shifted from eclipse to intellij idea to work with my Spring boot project. there i found only maven clean option, but I am unable to find out how to do maven update. instead there it has maven build option, the build option created .class files. But i need to update only my dependencies.
CodePudding user response:
and your enter : mvn clean update
CodePudding user response:
inside in IntelliJ, instead of Using maven update, we are using the maven install. so that it will install all the dependencies and update the project.