java Restful框架(二):jersey请求映射和页面传值

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