Springboot自动装配原理
pom.xml
*spring-boot-dependencies:核心依赖在父工程中
*依赖中不需要指定版本,就是因为这个仓库中有很多版本
启动器
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
spring-boot-starter-web
不积跬步无以至千里
浙公网安备 33010602011771号