SpringBoot - Maven依赖spring-boot-starter-web的依赖关系

Maven依赖spring-boot-starter-web 继承依赖结构图

SpringBoot - Maven依赖spring-boot-starter-web的依赖关系_第1张图片
spring-boot-starter-web依赖继承结构图

如图所示, spring-boot-starter-web依赖了如下maven 项:

  1. spring-web
  2. spring-webmvc
  3. spring-boot-starter
  4. spring-boot-starter-tomcat
  5. spring-boot-starter-json
  6. hibernate-validator

你可能感兴趣的:(SpringBoot - Maven依赖spring-boot-starter-web的依赖关系)