目录
核心启动器
spring-boot-starter
基础启动器,包含核心库和自动配置支持,它通常作为其他启动器的基础。
spring-boot-starter-test
提供测试所需的依赖项,包括JUnit、Mockito和AssertJ等工具。
Web开发相关启动器
spring-boot-starter-web
用于构建基于Servlet的Web应用程序,包含Tomcat作为默认嵌入式服务器。
spring-boot-starter-tomcat
提供Tomcat嵌入式Servlet容器的支持。
spring-boot-starter-undertow
使用Undertow作为嵌入式Servlet容器的替代方案。