Spring Boot 依赖管理特性
https://www.bilibili.com/video/BV19K4y1L7MT/?p=6
父项目做依赖管理
boot-01-helloworld - pom.xml
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.4.RELEASE</version>
</parent>