我是 Spring-boot 和 Maven 的新手。我在向pom.xml
添加依赖项时遇到了问题。
我使用Intellij IDEA,对于每一个依赖,我应该写出整个<groupId
&gt;和<artifactId>
据我所知,我觉得这不是个好主意! intellisense无法在pom文件中工作。
例如我想添加jack-son
和Intellisense只是自动创建没有值的依赖块!但我需要帮助才能填写“artifactId”,当我输入“j
”时,我希望加载“jackson-dataformat-xml
”
我不知道如何在pom.xml中激活intellisense