@Controller 用于将类标记为Spring MVC Controller。 @RestController 是一个便利注释,除了添加 @Controller 和 @ResponseBody 注释之外什么也没做(参见: Javadoc ...
確定! 回上一頁