Jersey学习记录(二)--请求映射和页面传值

jersey的webservice开发基本上都是使用注解,接下来学习经常使用注解.java 一.根资源类 1.@PATH注解 @Path("/hello") public class HelloWorldController { @GET @Path("{username}") @Produces(MediaType.TEXT_PLAIN) public Stri
相关文章
相关标签/搜索