jersey 是基于Java的一个轻量级RESTful风格的Web Services框架。
http://www.jianshu.com/p/15c32cb52da1
http://redhacker.iteye.com/category/288619
http://jersey.group.iteye.com/---jersey圈
pom.xml添加依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jersey</artifactId>
</dependency>
代码