maven adds dependency operation in vscode

1.maven finds dependencies

  • Choose the version according to your needs

  • Select maven, copy the code and paste it into pom.xml

2. Add new dependencies

In the pom.xml file, after adding the dependencies, open the vscode terminal, enter the following command and click Enter, the dependencies will be automatically downloaded to the local

mvn dependency:resolve

Supongo que te gusta

Origin blog.csdn.net/liuxin00020/article/details/131552494
Recomendado
Clasificación