Springboot自动装配原理

pom.xml

*spring-boot-dependencies:核心依赖在父工程中
*依赖中不需要指定版本,就是因为这个仓库中有很多版本

启动器

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter</artifactId>
        </dependency>

spring-boot-starter-web

posted on 2022-02-20 23:22  新freedom  阅读(50)  评论(0)    收藏  举报

导航