摘要: 1.处理request的uri部分的参数(即restful访问方式):@PathVariable. 当使用restful访问方式时, 即 someUrl/{paramId}, 这时的参数可通过 @Pathvariable注解来获取。 调用方式(get方法):http://localhost:4005 阅读全文
posted @ 2016-08-22 11:56 大象踢足球 阅读(4223) 评论(0) 推荐(1)