org.springframework.boot spring-boot-starter-parent 1.5.9.RELEASE 的父项目 org.springframework.boot spring-boot-dependencies 1.5.9.RELEASE ../../spring-boot-dependencies 他是真正管理springboot依赖 org.springframework.boot spring-boot-starter-web spring-boot-start-web:场景启动器。帮我们导入了web正常运行的启动器 其他启动器访问springboot官方文档: https://docs.spring.io/spring-boot/docs/1.5.21.RELEASE/reference/html/using-boot-build-systems.html#using-boot-starter springboot将所有的功能场景抽取之后,做成一个个的starter,只需要将相关场景的依赖导入即可
springboot场景启动器
最新推荐文章于 2025-03-18 20:02:11 发布