I can't understand why this JAXB IllegalAnnotationException is thrown

后端 未结 12 1718
渐次进展
渐次进展 2020-12-13 02:03

This is my XML file:


    
    
    
                   


        
12条回答
  •  南方客
    南方客 (楼主)
    2020-12-13 02:52

    I had this same issue, I was passing a spring bean back as a ResponseBody object. When I handed back an object created by new, all was good.

提交回复
热议问题