SPRING CLOUD共1篇
Spring注解@Controller和@RestController的区别?-Ddmit

Spring注解@Controller和@RestController的区别?

官方文档:Annotation Type RestController 解释说:A convenience annotation that is itself annotated with @Controller and @ResponseBody。 也就是@RestController注解相当于控制器前加@Co...
ddmit的头像-DdmitDdmit6年前
022771