spring-boot-starter-web
| Starter for building web, including RESTful, applications using Spring MVC. Uses Tomcat as the default embedded container |
功能就是如下图
http://localhost:8080/rest/user1?id=26
http://localhost:8080/rest/user1/26 Restfull

本文详细介绍了Spring Boot Web Starter的功能,它是用于构建包括RESTful在内的Web应用的启动器,使用Spring MVC并默认采用Tomcat作为内嵌容器。通过示例展示了如何通过URL进行Restful风格的请求。
spring-boot-starter-web
| Starter for building web, including RESTful, applications using Spring MVC. Uses Tomcat as the default embedded container |
功能就是如下图
http://localhost:8080/rest/user1?id=26
http://localhost:8080/rest/user1/26 Restfull

494
672

被折叠的 条评论
为什么被折叠?