1.对象定义的类没有加@XmlRootElement:
请求 xxx.xml报错
请求xxx返回Json
请求xxx.json返回Json
2.对象定义的类加了@XmlRootElement:
请求 xxx.xml返回xml
请求xxx返回xml
请求xxx.json返回Json