Skip to content

9 Spring Boot

shuzi323 edited this page Apr 11, 2019 · 1 revision
  • @Controller:修饰class,用来创建处理http请求的对象。@RestController:默认返回json格式。@RequestMapping:配置url映射

Clone this wiki locally