springBoot 依赖管理 自动配置,容器功能 ,以及配置常用注解详解

springboot 特点

依赖管理    
<parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId

你可能感兴趣的:(SpringBoot学习笔记,spring,boot,java,后端)