packagecom.xu;importcom.fasterxml.jackson.dataformat.xml.XmlMapper;importcom.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator;importcom.xu.entity.XmlData;importcom.xu.entity.XmlEntity;importorg.junit.Test;importorg.springframework.boot.test.context.SpringBootTest;@SpringBootTest(webEnvironment =SpringBootTest.WebEnvironment.RANDOM_PORT)publicclassUnitTest{@Testpublicvoidbean2xml()throwsException{XmlEntity test =newXmlEntity();test.setId("1");test.setName("test");test.setBody(newXmlData());XmlMapper mapper =newXmlMapper();mapper.configure(ToXmlGenerator.Feature.WRITE_XML_DECLARATION,true);String xml = mapper.writeValueAsString(test);System.out.println(xml);}}
今早看到 VMware by Broadcom 官方博客 VMware Desktop Hypervisor Pro Apps Now Available for Personal Use - VMware Cloud Foundation (VCF) Blog 以及 Learn more about VMware Desktop Hypervisor Products Subscription Model
总结如下:
免费 Player 版本将…