[toc]
spring注解:@RequestMapping
produces:指定返回值类型,设定返回值的字符编码;
consumes:指定处理请求的提交内容类型(Content-Type)
新建一个基于maven的web项目具体步骤
2020-06-08