javax.xml.bind.annotation.* not working in spring boot application having @XmlElement, @XmlElementWrapper annotation

前端 未结 0 1833
余生分开走
余生分开走 2021-01-13 05:07

@XmlElement and @XmlElementWrapper not working

@XmlElementWrapper(name = "foos")
@XmlElement(name = "foo")
private List foos;

         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题