spring-boot-starter-web和starter
时间: 2023-09-05 19:15:04 浏览: 132
cat-mybatis-spring-boot-starter:基于cat的mybatis监控插件,spring boot自动配置,只需添加pom依赖,无需其他操作,支持多数据源
spring-boot-starter-web和spring-boot-starter是Spring Boot中的两个核心启动器之一。
引用提到,当我们在Spring Boot项目的pom.xml中引入了spring-boot-starter-web的依赖时,就无需再引入spring-boot-starter核心启动器的依赖了。这是因为spring-boot-starter-web已经包含了spring-boot-starter的功能。
而引用展示了在创建一个Spring Boot工程时,如何在pom.xml中添加spring-boot-starter-web的依赖。
引用提到,只要我们在Spring Boot项目的pom.xml中引入了spring-boot-starter-web,即使不进行任何配置,也可以直接使用Spring MVC进行Web开发。
综上所述,spring-boot-starter-web是一个方便快速开发Web应用的启动器,它包含了Spring MVC框架所需的依赖以及自动配置。而spring-boot-starter是Spring Boot的核心启动器,它提供了一些基本的功能和依赖,供其他更具体的启动器使用。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* *3* [spring-boot-starter-web(Web启动器)](https://blog.csdn.net/youandme520/article/details/122834888)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 100%"]
[ .reference_list ]
阅读全文