<parent>
<groupId>org.springframework.bootgroupId>
<artifactId>spring-boot-starter-parentartifactId>
<version>2.3.4.RELEASEversion>
parent>
如上:spring-boot-starter-parent父项目中的spring-boot-dependencies几乎声明了所有开发中常用的依赖的版本号,SpringBoot 执行自动版本仲裁
注: spring-boot-starter- * (星号代表某种场景)—— SpringBoot 提供各种常用场景启动器
SpringBoot 提供的所有场景启动器
<properties>
<mysql.version>5.1.43mysql.version>
properties>
SpringBoot 自动配置好 ——
<dependency>
<groupId>org.springframework.bootgroupId>
<artifactId>spring-boot-starter-tomcatartifactId>
<version>2.3.4.RELEASEversion>
<scope>compilescope>
dependency>