更准确地说,我正在设置一个使用Spring进行依赖注入的Maven项目。由于我希望Maven将Spring Project性质添加到我的Eclipse项目文件中,因此我将其放入maven-eclipse-plugin
的{{1}}部分:
pom.xml
我无法在Spring网站上找到有关此Maven设置的任何官方文档。大多数其他网站,例如如this one或此SO answer,建议将其放入配置部分:
<additionalProjectnatures>
<projectnature>org.springframework.ide.eclipse.core.springnature</projectnature>
</additionalProjectnatures>
展望Eclipse,我看到此构建器也已配置。这个建筑师究竟做了什么?