摘要: @Pathvariable 当使用@RequestMapping URI template 样式映射时, 即 someUrl/{paramId}, 这时的paramId可通过 @Pathvariable注解绑定它传过来的值到方法的参数上。这样就可以实现类似restful风格的请求。 @Request 阅读全文
posted @ 2016-08-03 20:18 ngulc 阅读(2494) 评论(0) 推荐(0) 编辑