<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId></dependency>
时间: 2023-11-09 21:08:05 浏览: 130
spring-boot-web
This is a Maven dependency for the Spring Boot Starter Web module. It includes all the necessary components to build a web application with Spring Boot, such as Tomcat, Spring MVC, and Spring Web. It is used to simplify the development of web applications and make it easier to get started with Spring Boot.
阅读全文