kyriei

Results 3 issues of kyriei

如果遇到以下的xml报文 ![image](https://user-images.githubusercontent.com/35912968/143553028-d0ed1156-1055-4a20-90e0-9f251bd494b9.png) 使用如下实体类接收将会报错 @JackSonXmlElementWrapper(localName="array") @JackSonXmlProperty(localName="EquipArray") private List equipArray; @JackSonXmlElementWrapper(localName="array") @JackSonXmlProperty(localName="MachArray") private List machArray; 请问应该如果接收这样的xml报文?

If you encounter the following xml message ![捕获](https://user-images.githubusercontent.com/35912968/143685371-2338af46-ee20-4143-95c8-2eb7d72aeef1.PNG) Use the following bean to receive an error will be reported(Duplicate property error) ![image](https://user-images.githubusercontent.com/35912968/143685578-5c32f447-ddfa-4e5d-b761-f858ed76d371.png) How should I receive the above xml message?...

markdown文档中可以解析原生的html标签,请问有办法引入element-ui并解析element-ui的标签吗?