### 13.2.1 集成REST 只要spring-boot-starter-web 依赖在pom里,即自动支持REST ~~~xml <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> ~~~