spring-boot-starter-web 实现快速引入和启动,无需再进行烦杂的 xml 配置。<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
</dependency>spring-boot-starter、spring-boot-autoconfigue、第三方 jar。spring-boot-consiguration-processon 依赖。META-INF/spring.factories)。