Springboot自动装配原理
pom.xml
*spring-boot-dependencies:核心依赖在父工程中
*依赖中不需要指定版本,就是因为这个仓库中有很多版本
启动器
org.springframework.boot
spring-boot-starter
spring-boot-starter-web
*spring-boot-dependencies:核心依赖在父工程中
*依赖中不需要指定版本,就是因为这个仓库中有很多版本
org.springframework.boot
spring-boot-starter
spring-boot-starter-web