在我的项目中,我总是使用,<dependency><dependency>但我可以<parent></parent>在一些项目中看到pom.xml:
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.2.RELEASE</version>
</parent>
Run Code Online (Sandbox Code Playgroud)
所以我想知道什么时候使用它.