spring boot注解

@Controller 处理http请求

@RequestMapping("/say") 配置url映射

@RestController 处理ajax请求

原文地址:https://www.cnblogs.com/geekjsp/p/9286781.html