SpringBoot
作者:互联网
SpringBoot
引言:SpringBoot -> Spring Cloud ->
自动配置(核心)--META-INF/spring.fa
ctories(核心文件)
使用什么功能,只需要找对应启动器,会自动导入对应环境所有的依赖
如:web启动器,自动导入web依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
标签:web,启动器,SpringBoot,spring,boot,自动 来源: https://www.cnblogs.com/xwdnd/p/16168586.html