摘要: @GET @Path("/queryParam") public String getUser(@QueryParam("name") String name) { System.out.println("NameI: " + name); return ... 阅读全文
posted @ 2016-01-09 21:55 林本托 阅读(222) 评论(0) 推荐(0) 编辑
摘要: @Path("resource_path"):The @Path annotation defines the path to the base URL or resource_path. The base URL is based on the application's name, the se... 阅读全文
posted @ 2016-01-09 19:43 林本托 阅读(359) 评论(0) 推荐(0) 编辑