易百教程

17、Spring Boot 中的 @RestController 注解是什么?

@RestController 是一个原型注解。它将 @Controller@ResponseBody 注释添加到类中。需要在我们的文件中导入 org.springframework.web.bind.annotation 包,以实现它。