Java's pom.xml needs to reload the project after adding dependencies, so that maven can download and load new dependencies

Java common sense:
Java's pom.xml needs to reload the project after adding dependencies, so that maven can download and load new dependencies. Specific method:
in pom.xml->right click->maven->reload project

Guess you like

Origin blog.csdn.net/hmwz0001/article/details/131822034