我参考了: http://blog.cangzhitao.com/post/java/java-rss-rome.htm
后台 /feed 接口的类使用了 @RestController 注解,
WireFeedOutput out = new WireFeedOutput();
//输出成字符串
String xml = out.outputString(channel);
return xml;
但是返回前台的数据格式感觉不对,https://www.info2s.com/feed (因为上不了图,只有上链接了)
希望大佬指点一二