错误提示:A message body writer for Java class com.test.entity.User, and Java type class com.test.entity.User, and MIME media type application/json was not found.
解决方法:在实体类前加上@XmlRootElement
错误提示:A message body writer for Java class com.test.entity.User, and Java type class com.test.entity.User, and MIME media type application/json was not found.
解决方法:在实体类前加上@XmlRootElement